diff etc/NEWS @ 94352:add0e6cf4336

(completion-table-with-context): Fix `pred' for the various kinds of completion tables. (completion-emacs22-try-completion): Place cursor after the /, as was done in Emacs-22's minibuffer-complete-word. Fix bug reported by David Hansen <david.hansen@gmx.net>. (completion-emacs22-try-completion): Merge all mergable text rather than /. (completion-pcm--delim-wild-regex): New var. (completion-pcm-word-delimiters): New custom. (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p) (completion-pcm--string->pattern, completion-pcm--pattern->regex) (completion-pcm--all-completions, completion-pcm-all-completions) (completion-pcm--merge-completions, completion-pcm--pattern->string) (completion-pcm-try-completion): New functions. (completion-styles-alist): Add them. (completion-styles): Add it to the default.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 26 Apr 2008 01:47:11 +0000
parents 6d85304f4f12
children 4e228cda1c03
line wrap: on
line diff
--- a/etc/NEWS	Fri Apr 25 17:16:24 2008 +0000
+++ b/etc/NEWS	Sat Apr 26 01:47:11 2008 +0000
@@ -65,7 +65,9 @@
 
 * Changes in Emacs 23.1
 
-** `completion-auto-help' can be set to `lazy' to list the completions only
+** Completion.
+*** `completion-style' can be customized to choose your favorite completion.
+*** `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'.