[PATCH v4] emacs: add completion to "tag all" operation ("*" binding)

2012-01-26 Thread Dmitry Kurochkin
On Thu, 26 Jan 2012 02:04:39 -0500, Austin Clements wrote: > Quoth Dmitry Kurochkin on Jan 26 at 9:06 am: > > The patch adds completion to "tag all" operation bound to "*" > > (`notmuch-search-operate-all' function). > > --- > > > > On a second thought, `notmuch-select-tag-with-completion'

[PATCH v4] emacs: add completion to "tag all" operation ("*" binding)

2012-01-26 Thread Dmitry Kurochkin
The patch adds completion to "tag all" operation bound to "*" (`notmuch-search-operate-all' function). --- On a second thought, `notmuch-select-tag-with-completion' should never need `prefixes' argument at all. So I reverted the API and related changes. Changes: v4: * do not change

[PATCH v4] emacs: add completion to "tag all" operation ("*" binding)

2012-01-26 Thread Austin Clements
Quoth Dmitry Kurochkin on Jan 26 at 9:06 am: > The patch adds completion to "tag all" operation bound to "*" > (`notmuch-search-operate-all' function). > --- > > On a second thought, `notmuch-select-tag-with-completion' should never > need `prefixes' argument at all. So I reverted the API and

[PATCH v4] emacs: add completion to tag all operation (* binding)

2012-01-25 Thread Dmitry Kurochkin
The patch adds tab completion to tag all operation bound to * (`notmuch-search-operate-all' function). --- On a second thought, `notmuch-select-tag-with-completion' should never need `prefixes' argument at all. So I reverted the API and related changes. Changes: v4: * do not change

Re: [PATCH v4] emacs: add completion to tag all operation (* binding)

2012-01-25 Thread Austin Clements
Quoth Dmitry Kurochkin on Jan 26 at 9:06 am: The patch adds tab completion to tag all operation bound to * (`notmuch-search-operate-all' function). --- On a second thought, `notmuch-select-tag-with-completion' should never need `prefixes' argument at all. So I reverted the API and related