Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/NEWS Sun May 09 21:57:55 2010 +0200 +++ b/etc/NEWS Sun May 09 18:39:36 2010 -0400 @@ -123,8 +123,9 @@ The reason is that this interferes with cua-mode. ** partial-completion-mode is now obsolete. -You can get the same behavior with -(setq completion-styles '(partial-completion initials)). +You can get a comparable behavior with: +(setq completion-styles '(partial-completion initials)) +(setq completion-pcm-complete-word-inserts-delimiters t) ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. ** Customize