diff options
| author | Stefan Monnier | 2010-03-22 20:59:49 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-03-22 20:59:49 -0400 |
| commit | 002787475ff69f44a4fbd26bfe8b8dad3ea435ed (patch) | |
| tree | 10c4e85f881ac1178f784f5347bb4f9bd67c50f6 /etc | |
| parent | df7734b220de9c61575677adbc1f431ef6703d84 (diff) | |
| download | emacs-002787475ff69f44a4fbd26bfe8b8dad3ea435ed.tar.gz emacs-002787475ff69f44a4fbd26bfe8b8dad3ea435ed.zip | |
Add a new completion style `substring'.
* minibuffer.el (completion-basic--pattern): New function.
(completion-basic-try-completion, completion-basic-all-completions): Use it.
(completion-substring--all-completions)
(completion-substring-try-completion)
(completion-substring-all-completions): New functions.
(completion-styles-alist): New style `substring'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -94,6 +94,8 @@ Secret Service API requires D-Bus for communication. | |||
| 94 | 94 | ||
| 95 | * Lisp changes in Emacs 24.1 | 95 | * Lisp changes in Emacs 24.1 |
| 96 | 96 | ||
| 97 | ** New completion style `substring'. | ||
| 98 | |||
| 97 | ** Image API | 99 | ** Image API |
| 98 | 100 | ||
| 99 | *** When the image type is one of listed in `image-animated-types' | 101 | *** When the image type is one of listed in `image-animated-types' |