]> git.notmuchmail.org Git - notmuch/commit
emacs: don't add space to tag completion candidates.
authorDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 17:05:24 +0000 (14:05 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 4 Dec 2021 16:56:43 +0000 (12:56 -0400)
commit20b2150406e1f80af6417ac601ff366de7eb804b
treeb195ebb4ad9f04f687ed615cc8666f71ddc7c459
parentefa7f35d4a28bd8af20cc5dee3195dc8f2d142bc
emacs: don't add space to tag completion candidates.

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 strings.
emacs/notmuch-tag.el