[PATCH 3/6] emacs: make "+" and "-" tagging operations more robust

2012-01-30 Thread Dmitry Kurochkin
Hi Austin. The below changes will be send as v2 soon. On Sun, 29 Jan 2012 17:57:10 -0500, Austin Clements wrote: > I'm looking forward to having this. I think it'll streamline tagging > operations. > > Quoth Dmitry Kurochkin on Jan 28 at 8:41 am: > > Before the change, "+" and "-" tagging

[PATCH 3/6] emacs: make "+" and "-" tagging operations more robust

2012-01-29 Thread Austin Clements
I'm looking forward to having this. I think it'll streamline tagging operations. Quoth Dmitry Kurochkin on Jan 28 at 8:41 am: > Before the change, "+" and "-" tagging operations in notmuch-search > and notmuch-show views accepted only a single tag. The patch makes > them use the recently added

Re: [PATCH 3/6] emacs: make + and - tagging operations more robust

2012-01-29 Thread Dmitry Kurochkin
Hi Austin. The below changes will be send as v2 soon. On Sun, 29 Jan 2012 17:57:10 -0500, Austin Clements amdra...@mit.edu wrote: I'm looking forward to having this. I think it'll streamline tagging operations. Quoth Dmitry Kurochkin on Jan 28 at 8:41 am: Before the change, + and -

[PATCH 3/6] emacs: make "+" and "-" tagging operations more robust

2012-01-28 Thread Dmitry Kurochkin
On Sat, 28 Jan 2012 09:49:33 -0700, Jeremy Nickurak wrote: > Is it safe to assume that any reasonable seperator (comma, space, > semicolon, plus or minus sign, anything) won't show up in a tag name? > No. Threre are existing issues with tag names that contain "unexpected" characters. This

[PATCH 3/6] emacs: make "+" and "-" tagging operations more robust

2012-01-28 Thread Jeremy Nickurak
Is it safe to assume that any reasonable seperator (comma, space, semicolon, plus or minus sign, anything) won't show up in a tag name? On Fri, Jan 27, 2012 at 21:41, Dmitry Kurochkin wrote: > Before the change, "+" and "-" tagging operations in notmuch-search > and notmuch-show views accepted

[PATCH 3/6] emacs: make "+" and "-" tagging operations more robust

2012-01-28 Thread Dmitry Kurochkin
Before the change, "+" and "-" tagging operations in notmuch-search and notmuch-show views accepted only a single tag. The patch makes them use the recently added `notmuch-select-tags-with-completion' function, which allows to enter multiple tags with "+" and "-" prefixes. So after the change,

Re: [PATCH 3/6] emacs: make + and - tagging operations more robust

2012-01-28 Thread Dmitry Kurochkin
On Sat, 28 Jan 2012 09:49:33 -0700, Jeremy Nickurak not-m...@trk.nickurak.ca wrote: Is it safe to assume that any reasonable seperator (comma, space, semicolon, plus or minus sign, anything) won't show up in a tag name? No. Threre are existing issues with tag names that contain unexpected