]> git.notmuchmail.org Git - notmuch/commit
emacs: Add a space after completed tag operations
authorAustin Clements <amdragon@MIT.EDU>
Thu, 24 Oct 2013 21:30:27 +0000 (17:30 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Oct 2013 20:35:58 +0000 (17:35 -0300)
commit9f9a63c863e2eac1adebef16a103d7bc0ccdc291
treeb7b9ccd82faeb19240bf614c8592f6d2675a94e7
parenta7964c86d12558396cda0f297ebf8dcc602bab61
emacs: Add a space after completed tag operations

Previously, when a user fully completed a tag operation, they had to
press space to begin entering another tag operation.  This is
different from, say, shell file name completion, which typically
inserts a space after an unambiguous completion under the assumption
that the user will want to enter more input.

This patch tweaks `notmuch-read-tag-changes' to act more like shell
file name completion: after an unambiguous tag completion, it now
inserts a space, ready and waiting for another tagging operation from
the user.  This is backwards-compatible with old habits, since there's
no harm in putting an extra space.
emacs/notmuch-tag.el