aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-05-09 18:39:36 -0400
committerStefan Monnier2010-05-09 18:39:36 -0400
commit79ccd68f683c1e46bc5dcc12f5b232a75a42ea88 (patch)
treed79e6b09f6e2da53e5cd1be55321077916fdd225 /etc
parent0d5852cfaa28f0805b23395a3fdd8eb16363474e (diff)
downloademacs-79ccd68f683c1e46bc5dcc12f5b232a75a42ea88.tar.gz
emacs-79ccd68f683c1e46bc5dcc12f5b232a75a42ea88.zip
* 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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 578aac46e05..0b522c5fd62 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -123,8 +123,9 @@ regardless of the value of `delete-by-moving-to-trash'.
123The reason is that this interferes with cua-mode. 123The reason is that this interferes with cua-mode.
124 124
125** partial-completion-mode is now obsolete. 125** partial-completion-mode is now obsolete.
126You can get the same behavior with 126You 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