Re: Let temporary minibuffer messages replace current minibuffer contents?
Michael Heerdegen via Users list for the GNU Emacs text editor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
Frank Steiner <[email protected]> writes: > Thanks a lot, I will look into that! Note that in your example - where an error occurs while a minibuffer is active - we are speaking about `command-error-function'. `minibuffer-error-initialize' sets this variable to `minibuffer-error-function' locally in minibuffers, which still appends to the minibuffer contents AFAICT. To get rid of that you probably have to replace `minibuffer-error-initialize' in `minibuffer-setup-hook' with something that you like. Michael.