diff options
| author | Stefan Monnier | 2010-05-09 18:39:36 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-09 18:39:36 -0400 |
| commit | 79ccd68f683c1e46bc5dcc12f5b232a75a42ea88 (patch) | |
| tree | d79e6b09f6e2da53e5cd1be55321077916fdd225 /etc | |
| parent | 0d5852cfaa28f0805b23395a3fdd8eb16363474e (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -123,8 +123,9 @@ regardless of the value of `delete-by-moving-to-trash'. | |||
| 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 |