From aaf9fc14139d54196537fbf5d52a3588414e8687 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 9 Jul 2012 10:54:38 +0300 Subject: [PATCH] * mu4e.texi: add note about cycling through address-completion alternatives --- emacs/mu4e.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emacs/mu4e.texi b/emacs/mu4e.texi index b23eba35..8cb9c986 100644 --- a/emacs/mu4e.texi +++ b/emacs/mu4e.texi @@ -1002,7 +1002,13 @@ the addresses to complete, @t{mu4e} uses the e-mail addresses in its database auto-completion should work with emacs versions 23.2 and later. Address auto-completion is enabled by default, using the variable -@t{mu4e-compose-complete-addresses}. +@t{mu4e-compose-complete-addresses}. Set it to @t{nil} to disable it. + +Emacs 24 also supports cycling through the alternatives. When there are more +than @emph{5} matching addresses, they are shown in a @t{*Completions*} +buffer. Once the number of matches gets below this number, one is selected +(put in the address field) and you can cycle through the alternatives using +@key{TAB}. @subsection Limiting the number of addresses for autocompletion