all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59624: Usning global-mode-string for small screens
@ 2022-11-27  2:51 Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-11-27  5:32 ` Gabriel
  0 siblings, 1 reply; 8+ messages in thread
From: Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-11-27  2:51 UTC (permalink / raw)
  To: 59624


A convenenient way to update the mode-line is to use "global-mode-string".  This is quite powerful
because I can easily insert and remove the information in "global-mode-string" that one introduces 
in the mode-line.  For instance, one can add an indicator "Indic" in the mode.  Then easily remove 
it by resetting "global-mode-string".

Yet introducing global-mode-string, gets to be printed after the mode-lighters.  This is a problem
far small screens.  

(setq act "Indic")
(push '("" act) global-mode-string)

A more appropriate implementation could allow one to decide where to insert "global-mode-string"
(beginning, before buffer-name, before mode-lighter, end) or some other way suitable to people 
who have to endure small screens.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-29 18:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27  2:51 bug#59624: Usning global-mode-string for small screens Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-27  5:32 ` Gabriel
2022-11-27  6:55   ` Eli Zaretskii
2022-11-27  8:08     ` Gabriel
2022-11-27  8:21       ` Eli Zaretskii
     [not found]       ` <trinity-b12dd0f4-5576-4927-8a9e-9060206c5d28-1669568279229@3c-app-mailcom-bs09>
2022-11-27 17:04         ` Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-29 12:34           ` Gabriel
2022-11-29 18:52             ` Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.