comparison 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
comparison
equal deleted inserted replaced
95171:a0c9f454ff18 95172:894bae45bf1b
62 default toolkit, but you can use --with-x-toolkit=gtk if necessary. 62 default toolkit, but you can use --with-x-toolkit=gtk if necessary.
63 63
64 * Changes in Emacs 23.1 64 * Changes in Emacs 23.1
65 65
66 ** Completion. 66 ** Completion.
67 *** `completion-style' can be customized to choose your favorite completion. 67 *** `completion-styles' can be customized to choose your favorite completion.
68 *** The default completion styles include a form of partial-completion.
69 *** The new command `minibuffer-force-complete chooses one of the possible
70 completions, rather than stopping at the common prefix.
68 *** `completion-auto-help' can be set to `lazy' to list the completions only 71 *** `completion-auto-help' can be set to `lazy' to list the completions only
69 if you repeat the completion. This was already supported in 72 if you repeat the completion. This was already supported in
70 `partial-completion-mode'. 73 `partial-completion-mode'.
71 74
72 ** Emacs now supports using both X displays and ttys in one session. 75 ** Emacs now supports using both X displays and ttys in one session.