aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-04-09 19:33:56 +0000
committerStefan Monnier2008-04-09 19:33:56 +0000
commitba5ff07b2a19846cc8624bfe7f802bc9d38a4867 (patch)
tree004000e50574173045cde8e079b1cc2937f38984 /etc
parentb2ca37cdf37072d90032d5a9b705c71c188312a4 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f8c457c9dc1..9421c678cd9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
69if 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.
69Start the server (M-x server-start). Then `emacsclient -t' creates a 73Start the server (M-x server-start). Then `emacsclient -t' creates a
70tty frame connected to the running emacs server. You can also use any 74tty frame connected to the running emacs server. You can also use any