Re: Let temporary minibuffer messages replace current minibuffer contents?
Frank Steiner <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
Eli Zaretskii wrote: >> I could just think of advising minibuffer-message to save >> and clear the minibuffer and restore it after the timeout, >> but I wonder if there an easier way to reach that? > > Yes, you can write your own function instead of the default > set-minibuffer-message. That function is called via the hook called > set-message-functions, which see. Thanks a lot, I will look into that!