comparison etc/NEWS @ 108378:addaf0e91db3

* minibuffer.el (completion-pcm-complete-word-inserts-delimiters): New custom variable. (completion-pcm--string->pattern): Use it. (completion-pcm--pattern->regex, completion-pcm--pattern->string): Make it handle any symbol as `any'. (completion-pcm--merge-completions): Extract common suffix for the new `prefix' symbol as well. (completion-substring--all-completions): Use the new `prefix' symbol.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 09 May 2010 18:39:36 -0400
parents 8b307cedcd04
children aa05f2497948
comparison
equal deleted inserted replaced
108377:7827d5a5c826 108378:addaf0e91db3
121 121
122 ** In ido-mode, C-v is no longer bound to ido-toggle-vc. 122 ** In ido-mode, C-v is no longer bound to ido-toggle-vc.
123 The reason is that this interferes with cua-mode. 123 The reason is that this interferes with cua-mode.
124 124
125 ** partial-completion-mode is now obsolete. 125 ** partial-completion-mode is now obsolete.
126 You can get the same behavior with 126 You can get a comparable behavior with:
127 (setq completion-styles '(partial-completion initials)). 127 (setq completion-styles '(partial-completion initials))
128 (setq completion-pcm-complete-word-inserts-delimiters t)
128 129
129 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 130 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
130 ** Customize 131 ** Customize
131 132
132 *** Customize buffers now contain a search field. 133 *** Customize buffers now contain a search field.