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

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

bug#59571: Mode-line not getting updated with global-mode-string


From: Heime
Subject: bug#59571: Mode-line not getting updated with global-mode-string
Date: Fri, 25 Nov 2022 14:03:34 +0000

I intended to write some indications (e.g. "TEST") in the mode-line.  Using the 
following code
and with "display-time-mode" disabled, the mode-line in not getting updated.

(setq act "Tst")
(push '("" act) global-mode-string)
(force-mode-line-update)





reply via email to

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