Minor clarifications in NEWS
* etc/NEWS: Tell how to revert to previous behaviors regarding displaying messages when the minibuffer is active. (Bug#41087)
This commit is contained in:
parent
a1cbd05f38
commit
4c98aa7ea5
1 changed files with 11 additions and 5 deletions
16
etc/NEWS
16
etc/NEWS
|
@ -881,21 +881,27 @@ list the contents of such directories when completing file names.
|
||||||
** Minibuffer
|
** Minibuffer
|
||||||
|
|
||||||
+++
|
+++
|
||||||
*** A new user option, 'minibuffer-beginning-of-buffer-movement', has
|
*** New user option 'minibuffer-beginning-of-buffer-movement'.
|
||||||
been introduced to allow controlling how the 'M-<' command works in
|
This option allows control of how the 'M-<' command works in
|
||||||
the minibuffer. If non-nil, point will move to the end of the prompt
|
the minibuffer. If non-nil, point will move to the end of the prompt
|
||||||
(if point is after the end of the prompt).
|
(if point is after the end of the prompt). The default is nil, which
|
||||||
|
preserves the original behavior of 'M-<' moving to the beginning of
|
||||||
|
the prompt.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
*** When the minibuffer is active, echo-area messages are displayed at
|
*** When the minibuffer is active, echo-area messages are displayed at
|
||||||
the end of the minibuffer instead of hiding the minibuffer by the echo
|
the end of the minibuffer instead of hiding the minibuffer by the echo
|
||||||
area display. The new user option 'minibuffer-message-clear-timeout'
|
area display. The new user option 'minibuffer-message-clear-timeout'
|
||||||
controls how messages displayed in this situation are removed from the
|
controls how messages displayed in this situation are removed from the
|
||||||
minibuffer.
|
minibuffer. To revert to previous behavior, where echo-area messages
|
||||||
|
temporarily overwrote the minibuffer contents until the user typed
|
||||||
|
something, set 'set-message-function' and 'clear-message-function' to
|
||||||
|
nil.
|
||||||
|
|
||||||
---
|
---
|
||||||
*** Minibuffer now uses 'minibuffer-message' to display error messages
|
*** Minibuffer now uses 'minibuffer-message' to display error messages
|
||||||
at the end of the active minibuffer.
|
at the end of the active minibuffer. To disable this, remove
|
||||||
|
'minibuffer-error-initialize' from 'minibuffer-setup-hook'.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
*** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer.
|
*** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer.
|
||||||
|
|
Loading…
Add table
Reference in a new issue