[PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Daniel Schoepe
ent was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110805/225a3b9f/attachment.pgp>

[PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Jameson Graef Rollins
From: Daniel Schoepe This patch adds completion with in the minibuffer for notmuch-search and notmuch-search-filter. --- This is a slightly tweaked version of this original patch that removes an errant space and uses "search --output=tags" instead of the

[PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Jameson Graef Rollins
ss-lines "notmuch" "search" "--output=tags" "*") (let ((keymap (copy-keymap minibuffer-local-map)) (minibuffer-completion-table (completion-table-dynamic -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110805/1fae0a53/attachment.pgp>

Re: [PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Daniel Schoepe
On Mon, 06 Jun 2011 18:32:41 +0200, Daniel Schoepe daniel.scho...@googlemail.com wrote: [..] I've been using this patch for the past two months now and it has been working fine. Are there any more suggestions or criticisms about this? Cheers, Daniel pgpoxgMn2II98.pgp Description: PGP

Re: [PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Jameson Graef Rollins
On Fri, 05 Aug 2011 17:17:56 +0200, Daniel Schoepe daniel.scho...@googlemail.com wrote: On Mon, 06 Jun 2011 18:32:41 +0200, Daniel Schoepe daniel.scho...@googlemail.com wrote: I've been using this patch for the past two months now and it has been working fine. Are there any more suggestions

[PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter

2011-08-05 Thread Jameson Graef Rollins
From: Daniel Schoepe daniel.scho...@googlemail.com This patch adds completion with tab in the minibuffer for notmuch-search and notmuch-search-filter. --- This is a slightly tweaked version of this original patch that removes an errant space and uses search --output=tags instead of the deprecated

[Jonathan Nieder] Bug#636707: notmuch-vim: using a saved search is very slow

2011-08-05 Thread David Bremner
---BeginMessage--- Package: notmuch-vim Version: 0.7-1 Severity: wishlist Hi, I'm getting started using notmuch-vim for the first time. Following the advice from README.Debian, I run: vim-addons install notmuch Then, following the advice from README: vim -c ':NotMuch' I am

[Jonathan Nieder] Bug#636709: notmuch-vim: :help notmuch does not show help

2011-08-05 Thread David Bremner
---BeginMessage--- Package: notmuch-vim Version: 0.7-1 Severity: wishlist Tags: upstream Hi, Vim's help system is one of its strengths. It would be nice if :help :NotMuch and similar commands worked for getting an overview of how the vim plugin works when it is in use. (I should probably move