comparison etc/NEWS @ 93937:dfe13eac745b

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Apr 2008 19:33:56 +0000
parents 3bc9b0eef232
children bc90a81fc7cb
comparison
equal deleted inserted replaced
93936:3bc9b0eef232 93937:dfe13eac745b
62 62
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
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'.
67 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
71 number of different ttys. `emacsclient -c' creates a new X11 frame on 75 number of different ttys. `emacsclient -c' creates a new X11 frame on