diff options
author | Juri Linkov <juri@jurta.org> | 2007-10-22 00:32:03 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-10-22 00:32:03 +0000 |
commit | b9694062ed812df426978533ee2d8b4b90425cac (patch) | |
tree | c45091a2413b5d97f20c8a050b58c10aeb06fea9 /etc | |
parent | e658c8eee67093609cb78cd2216e593390902a3d (diff) | |
download | emacs-b9694062ed812df426978533ee2d8b4b90425cac.tar.gz |
Add a list of minibuffer default values.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -166,6 +166,11 @@ its usage. * Changes in Specialized Modes and Packages in Emacs 23.1 ++++ +** In Dired-x, all command guesses for ! are now added to the default +list accessible by M-n instead of pushing all guesses temporarily into +the history list. + ** smerge-refine highlights word-level details of changes in conflict. It's used automatically as you move through conflicts, see smerge-auto-refine. @@ -282,6 +287,13 @@ supported on other platforms, but not on Windows due to using the winsock * Lisp Changes in Emacs 23.1 ++++ +** A list of default values can be specified for the DEFAULT argument of +functions `read-from-minibuffer', `read-string', `read-command', +`read-variable', `read-buffer', `completing-read'. Elements of this list +are available for inserting into the minibuffer by typing `M-n'. +For empty input these functions return the first element of this list. + ** `frame-inherited-parameters' lets new frames inherit parameters from the selected frame. ** New keymap `input-decode-map' overrides like key-translation-map, but |