]> git.eshelyaron.com Git - emacs.git/commit
Improve display of temporary echo messages
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Jan 2020 15:58:23 +0000 (17:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Jan 2020 15:58:23 +0000 (17:58 +0200)
commit5abd8d73b08f0ef57b1ddcab298fa7a3aff8f45c
tree718194e9822a02e6d11bdecafb0595bb3bddda9d
parentf2f9f2f98ef34bc9c6eef6a7b85b75e4581daabc
Improve display of temporary echo messages

* lisp/minibuffer.el (set-minibuffer-message): Fix cursor position
for the temporary display of an echo-area message when minibuffer
is active.  Ensure the message is visible even if the end of the
completion candidates presented by the likes of Icomplete mode is
not visible due to its length, under resize-mini-windows = nil.
(Bug#38457)
lisp/minibuffer.el