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: Mon, 05 Oct 2020 19:33:47 +0300

Even though it's still displayed in the mini window? So, after it's been rendered, it's basically gone then?


05.10.2020, 19:08, "Eli Zaretskii" <eliz@gnu.org>:
 From: pinkanon pinkanon <pinkanon.pinkanon@yandex.com>
 Cc: "43813@debbugs.gnu.org" <43813@debbugs.gnu.org>
 Date: Mon, 05 Oct 2020 18:56:12 +0300
 
 (progn
   (minibuffer-message "hello world")
   (with-selected-window (minibuffer-window)
     (print (format "ms: %s" (buffer-substring-no-properties (point-min) (point-max))))))


When minibuffer-message exits, the message is already deleted.


reply via email to

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