diff options
| author | Stefan Monnier | 2008-04-09 19:33:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-09 19:33:56 +0000 |
| commit | ba5ff07b2a19846cc8624bfe7f802bc9d38a4867 (patch) | |
| tree | 004000e50574173045cde8e079b1cc2937f38984 /etc | |
| parent | b2ca37cdf37072d90032d5a9b705c71c188312a4 (diff) | |
| download | emacs-ba5ff07b2a19846cc8624bfe7f802bc9d38a4867.tar.gz emacs-ba5ff07b2a19846cc8624bfe7f802bc9d38a4867.zip | |
* minibuffer.el (minibuffer): Move group from cus-edit.el.
(completion-auto-help): Move from C code.
(minibuffer--maybe-completion-help): Remove.
(minibuffer--bitset): New function.
(minibuffer--do-completion): Rename from minibuffer-do-completion.
Renumber a bit. Really complete on string *before* point.
Add argument used for word-completion.
Join trailing / in completion with following text, as done in
minibuffer-complete-word.
Handle new value `lazy' for completion-auto-help.
(minibuffer-try-word-completion): New function extracted from
minibuffer-complete-word.
(minibuffer-complete-word): Use minibuffer--do-completion.
(minibuffer--insert-strings): Rename from
minibuffer-complete-insert-strings.
(exit-minibuffer): Fix typo.
* cus-edit.el (minibuffer): Move group to minibuffer.el.
* cus-start.el: Remove completion-auto-help.
* minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
(syms_of_minibuf): Remove its initialization.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -65,6 +65,10 @@ 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 | ||
| 69 | if you repeat the completion. This was already supported in | ||
| 70 | `partial-completion-mode'. | ||
| 71 | |||
| 68 | ** Emacs now supports using both X displays and ttys in one session. | 72 | ** Emacs now supports using both X displays and ttys in one session. |
| 69 | Start the server (M-x server-start). Then `emacsclient -t' creates a | 73 | Start the server (M-x server-start). Then `emacsclient -t' creates a |
| 70 | tty frame connected to the running emacs server. You can also use any | 74 | tty frame connected to the running emacs server. You can also use any |