Mercurial > emacs
comparison etc/NEWS @ 94352:add0e6cf4336
(completion-table-with-context): Fix `pred' for the
various kinds of completion tables.
(completion-emacs22-try-completion): Place cursor after the /, as was
done in Emacs-22's minibuffer-complete-word.
Fix bug reported by David Hansen <david.hansen@gmx.net>.
(completion-emacs22-try-completion): Merge all mergable text rather than /.
(completion-pcm--delim-wild-regex): New var.
(completion-pcm-word-delimiters): New custom.
(completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
(completion-pcm--string->pattern, completion-pcm--pattern->regex)
(completion-pcm--all-completions, completion-pcm-all-completions)
(completion-pcm--merge-completions, completion-pcm--pattern->string)
(completion-pcm-try-completion): New functions.
(completion-styles-alist): Add them.
(completion-styles): Add it to the default.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 26 Apr 2008 01:47:11 +0000 |
parents | 6d85304f4f12 |
children | 4e228cda1c03 |
comparison
equal
deleted
inserted
replaced
94351:33d8aec6fa97 | 94352:add0e6cf4336 |
---|---|
63 ** The configure option `--with-gtk' has been removed. Gtk is now the | 63 ** The configure option `--with-gtk' has been removed. Gtk is now the |
64 default toolkit, but you can use --with-x-toolkit=gtk if necessary. | 64 default toolkit, but you can use --with-x-toolkit=gtk if necessary. |
65 | 65 |
66 * Changes in Emacs 23.1 | 66 * Changes in Emacs 23.1 |
67 | 67 |
68 ** `completion-auto-help' can be set to `lazy' to list the completions only | 68 ** Completion. |
69 *** `completion-style' can be customized to choose your favorite completion. | |
70 *** `completion-auto-help' can be set to `lazy' to list the completions only | |
69 if you repeat the completion. This was already supported in | 71 if you repeat the completion. This was already supported in |
70 `partial-completion-mode'. | 72 `partial-completion-mode'. |
71 | 73 |
72 ** Emacs now supports using both X displays and ttys in one session. | 74 ** Emacs now supports using both X displays and ttys in one session. |
73 Start the server (M-x server-start). Then `emacsclient -t' creates a | 75 Start the server (M-x server-start). Then `emacsclient -t' creates a |