summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-13 20:57:50 +0200
committerJuri Linkov <juri@linkov.net>2022-11-13 20:57:50 +0200
commit9d5fc2c7eb3cfc2ae36cdc750a4605b4b08771b8 (patch)
tree24eceb982f1ceeea63e483fed3ee7f18c61e4bd4 /etc/NEWS
parenta5bf6fb526692e21b270145070a9e5f321f9eca7 (diff)
downloademacs-9d5fc2c7eb3cfc2ae36cdc750a4605b4b08771b8.tar.gz
* lisp/minibuffer.el (set-message-functions): New user option.
(set-message-function): Change the default from 'set-minibuffer-message' to 'set-message-functions'. 'set-minibuffer-message' is set as the default value of the user option 'set-message-functions'. (set-message-functions): New function. (inhibit-message-regexps): New customizable variable (bug#52314). (inhibit-message): New function. (multi-message-timeout, multi-message-max): New defcustoms. (multi-message-separator, multi-message-list): New variables. (set-multi-message): New function.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0b8f453..7cd192b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -712,6 +712,15 @@ part of the buffer.
+++
** 'count-words' will now report sentence count when used interactively.
+** New user option 'set-message-functions'.
+It allows selecting more functions for 'set-message-function'
+in addition to the default function that handles messages
+in the active minibuffer. The most useful are 'inhibit-message'
+that allows specifying a list of messages to inhibit via
+'inhibit-message-regexps', and 'set-multi-message' that
+accumulates recent messages and displays them stacked
+in the echo area.
+
---
** New user option 'find-library-include-other-files'.
If set to nil, commands like 'find-library' will only include library