notmuch, OpenBSD issues

2014-04-17 Thread David Mazieres
David Bremner writes: > Allan Streib writes: > >> I've been using notmuch on OpenBSD for a while, and I really appreciate >> the project. Since there is a thread on this... I'm using notmuch 0.17 on openbsd (from the ports tree). My problem is that notmuch new is just unbearably slow. I

[PATCH] doc: Fix parallel build of roff files

2014-04-17 Thread Austin Clements
The roff build rule builds all of the roff files in a single command. Previously, this was expressed as a multi-target rule, but since this is equivalent to specifying a copy of the rule for each target, make -jN could start up to N parallel instances of this command. Fix this by bottlenecking

[PATCH] emacs: search: edit current query

2014-04-17 Thread Austin Clements
You can *almost* do this already with the search minibuffer history. As far as I can tell, the only thing missing is modifying a search that started as a saved search. We could fix that by simply adding saved searches to this history (and possibly filtering saved searches out for the hello

[PATCH] emacs: search: edit current query

2014-04-17 Thread Mark Walters
This adds an option to edit the current query. It is bound to prefix-key f as it is a sort of inverse operation to filtering. --- rlb asked for the option to modify the existing search query on irc. This implements that for the search view. Best wishes Mark emacs/notmuch.el | 37

[PATCH v2] NEWS: Document the recent 'nmbug clone' and @{upstream} changes

2014-04-17 Thread Tomi Ollila
On Wed, Apr 16 2014, "W. Trevor King" wrote: > The changes landed with c200167 (nmbug: Add 'clone' and replace > FETCH_HEAD with @{upstream}, 2014-03-09). > > The preferred markup language for NEWS seems to be Markdown, which is > parsed by devel/news2wiki.pl into Markdown chunks for rendering

Re: [PATCH] emacs: search: edit current query

2014-04-17 Thread Austin Clements
You can *almost* do this already with the search minibuffer history. As far as I can tell, the only thing missing is modifying a search that started as a saved search. We could fix that by simply adding saved searches to this history (and possibly filtering saved searches out for the hello recent

[PATCH] configure: fix comment, pass HAVE_CANONICALIZE_FILE_NAME to build

2014-04-17 Thread David Bremner
Apparently omitting it is not fatal, but let's be consistent with the other compat functions. --- rebased against master configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index f447581..9bde2eb 100755 --- a/configure +++ b/configure @@ -829,7

Re: notmuch, OpenBSD issues

2014-04-17 Thread David Bremner
Allan Streib astr...@indiana.edu writes: Hi David, I've been using notmuch on OpenBSD for a while, and I really appreciate the project. I hope you don't mind my replying to the list. Notmuch is not a one man project... In recent days I've had a couple problems building. First issue was a

Re: [PATCH v2] NEWS: Document the recent 'nmbug clone' and @{upstream} changes

2014-04-17 Thread David Bremner
W. Trevor King wk...@tremily.us writes: The changes landed with c200167 (nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}, 2014-03-09). The preferred markup language for NEWS seems to be Markdown, which is parsed by devel/news2wiki.pl into Markdown chunks for rendering by ikiwiki

Re: [PATCH] test: use test_expect_equal for PATH test, update message

2014-04-17 Thread David Bremner
David Bremner da...@tethera.net writes: - The old test was quite impossible to debug; the new one shows the difference between the two directories, if any. - repository doesn't make sense for out of tree builds. Or tarball builds, for that matter. --- pushed, d

Re: notmuch, OpenBSD issues

2014-04-17 Thread David Mazieres
David Bremner da...@tethera.net writes: Allan Streib astr...@indiana.edu writes: I've been using notmuch on OpenBSD for a while, and I really appreciate the project. Since there is a thread on this... I'm using notmuch 0.17 on openbsd (from the ports tree). My problem is that notmuch new