bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43813: [BUG] current-message not working with minibuffer-message


From: pinkanon pinkanon
Subject: bug#43813: [BUG] current-message not working with minibuffer-message
Date: Tue, 06 Oct 2020 14:01:10 +0300

Here's an example:
 
;; someone else's code (minibuffer-message "important message") // flycheck, whatever
;; ...
;; my code soon after:
;; (unless (current-message) (minibuffer-message "unimportant info"))
echo area: "unimportant info" instead of "important info"
I am writing a helper which is nearly constantly bombarding the echo area with hints. I want that bombradment to stop when any other message/minibuffer-message shows up.
 
> Can you show an example of such problem? I thought we've solved that
> in Emacs 27, but maybe I'm missing something.
 
What was added exactly?
 
06.10.2020, 12:04, "Eli Zaretskii" <eliz@gnu.org>:
 From: pinkanon pinkanon <pinkanon.pinkanon@yandex.com>
 Cc: "43813@debbugs.gnu.org" <43813@debbugs.gnu.org>
 Date: Tue, 06 Oct 2020 11:46:34 +0300
 
 The problem is not in them not disappearing, the problem is when one message (aka low-priority hint) shows
 when another message (high-priority aka linting) is displaying (effectively killing the high-priority message).


Can you show an example of such problem? I thought we've solved that
in Emacs 27, but maybe I'm missing something.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]