diff options
| author | Juri Linkov | 2019-06-03 23:27:19 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-06-03 23:27:19 +0300 |
| commit | 2aae063055283ee64ecf339c812a1fe6d1cb106e (patch) | |
| tree | 8960dde95c069c045dbd3348b82f4eedf93a307f /etc | |
| parent | 9d72d6a3a2fb23c6f7123c5aba2457dee93d9454 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -471,6 +471,12 @@ its functions. | |||
| 471 | names match certain regular expressions as big. Ido won't attempt to | 471 | names match certain regular expressions as big. Ido won't attempt to |
| 472 | list the contents of such directories when completing file names. | 472 | list 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 | ||
| 478 | at 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'. |