Mercurial > emacs
diff etc/NEWS @ 95172:894bae45bf1b
(completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions)
(completion-all-sorted-completions): New functions.
(minibuffer-force-complete): New command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 May 2008 20:52:44 +0000 |
parents | fc464aec1638 |
children | 9d7e990b655a |
line wrap: on
line diff
--- a/etc/NEWS Wed May 21 10:14:56 2008 +0000 +++ b/etc/NEWS Wed May 21 20:52:44 2008 +0000 @@ -64,7 +64,10 @@ * Changes in Emacs 23.1 ** Completion. -*** `completion-style' can be customized to choose your favorite completion. +*** `completion-styles' can be customized to choose your favorite completion. +*** The default completion styles include a form of partial-completion. +*** The new command `minibuffer-force-complete chooses one of the possible +completions, rather than stopping at the common prefix. *** `completion-auto-help' can be set to `lazy' to list the completions only if you repeat the completion. This was already supported in `partial-completion-mode'.