aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-06-03 23:27:19 +0300
committerJuri Linkov2019-06-03 23:27:19 +0300
commit2aae063055283ee64ecf339c812a1fe6d1cb106e (patch)
tree8960dde95c069c045dbd3348b82f4eedf93a307f /etc
parent9d72d6a3a2fb23c6f7123c5aba2457dee93d9454 (diff)
downloademacs-2aae063055283ee64ecf339c812a1fe6d1cb106e.tar.gz
emacs-2aae063055283ee64ecf339c812a1fe6d1cb106e.zip
User-friendly display of error messages at the end of minibuffer
* lisp/simple.el (minibuffer-setup-hook): Add minibuffer-error-initialize. (minibuffer-error-initialize, minibuffer-error-function): New functions. (Bug#34939)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 975fab495a9..980f5123a1d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -471,6 +471,12 @@ its functions.
471names match certain regular expressions as big. Ido won't attempt to 471names match certain regular expressions as big. Ido won't attempt to
472list the contents of such directories when completing file names. 472list the contents of such directories when completing file names.
473 473
474** Minibuffer
475
476---
477*** Minibuffer now uses 'minibuffer-message' to display error messages
478at the end of the active minibuffer.
479
474** map.el 480** map.el
475*** Now also understands plists. 481*** Now also understands plists.
476*** Now defined via generic functions that can be extended via 'cl-defmethod'. 482*** Now defined via generic functions that can be extended via 'cl-defmethod'.