notmuch/emacs
Mark Walters 0c52b5d3b2 emacs: include first match in address completion
The current code for address completion takes the list of possible
completions (whether generated internally or externally), makes the
first match the initial value for the completion, and puts all the
others (but not the first match) into the possible completions.

This has the nice effect that the <down> key takes you immediately to
the next completion (whereas if the first match were included in the
possible completions it would take you to the first match
again).

However, it has two side effects. First, once you have completed to
the full match you find it says and try completing again you get told
"no match" not "sole completion". Secondly, if you delete some of the
text and try completing you don't get the first match as an option.

This tries to get round most of these problems by including the full
list of possible completions, but with the first match moved to the
very end of the list.
2016-10-09 08:50:32 -03:00
..
.gitignore
coolj.el
make-deps.el
Makefile
Makefile.local
notmuch-address.el emacs: include first match in address completion 2016-10-09 08:50:32 -03:00
notmuch-company.el
notmuch-crypto.el
notmuch-hello.el
notmuch-jump.el
notmuch-lib.el
notmuch-logo.png
notmuch-maildir-fcc.el
notmuch-message.el
notmuch-mua.el emacs: reply: remove wrong sig/enc status buttons 2016-09-18 10:57:27 -03:00
notmuch-parser.el
notmuch-print.el
notmuch-query.el
notmuch-show.el
notmuch-tag.el
notmuch-tree.el
notmuch-version.el.tmpl
notmuch-wash.el
notmuch.el