Re: [PATCH] emacs: don't add space to tag completion candidates.

2021-12-04 Thread David Bremner
David Bremner writes: > Apparently this messes up various third party completion > frameworks. This change does mean that users will have to hit space > after completing a tag change in order to enter another change. > > As a bonus, remove the call to #'delete, since > completing-read-multiple al

Re: [PATCH] emacs: don't add space to tag completion candidates.

2021-10-31 Thread Tomi Ollila
On Sat, Oct 30 2021, David Bremner wrote: > "inwit" writes: > >> Works as expected under selectrum! Thanks! >> >> > > right, I guess the question is how annoying it is for users of standard > emacs completion. I generally enter one tag at a time, so it won't > really affect me. I recall doing ad

Re: [PATCH] emacs: don't add space to tag completion candidates.

2021-10-30 Thread David Bremner
"inwit" writes: > Works as expected under selectrum! Thanks! > > right, I guess the question is how annoying it is for users of standard emacs completion. I generally enter one tag at a time, so it won't really affect me. d ___ notmuch mailing list --

Re: [PATCH] emacs: don't add space to tag completion candidates.

2021-10-29 Thread inwit
Works as expected under selectrum! Thanks! On Sat Oct 23, 2021 at 7:05 PM CEST, David Bremner wrote: > Apparently this messes up various third party completion > frameworks. This change does mean that users will have to hit space > after completing a tag change in order to enter another change. >

[PATCH] emacs: don't add space to tag completion candidates.

2021-10-23 Thread David Bremner
Apparently this messes up various third party completion frameworks. This change does mean that users will have to hit space after completing a tag change in order to enter another change. As a bonus, remove the call to #'delete, since completing-read-multiple already promises to remove empty stri