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: Eli Zaretskii
Subject: bug#43813: [BUG] current-message not working with minibuffer-message
Date: Tue, 06 Oct 2020 14:06:45 +0300

> From: pinkanon pinkanon <pinkanon.pinkanon@yandex.com>
> Cc: "43813@debbugs.gnu.org" <43813@debbugs.gnu.org>
> 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"

When I run this, I first see "important message" displayed for 2 sec,
then "unimportant message" is displayed.  So no important message
seems to be overwritten.

Are you doing this in Emacs 27?





reply via email to

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