all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Indicator in mode-line
@ 2022-11-24  0:52 Heime
  2022-11-24 14:21 ` Heime
  0 siblings, 1 reply; 4+ messages in thread
From: Heime @ 2022-11-24  0:52 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


I want to issue some indicator to the mode-line when some condition happens (error, 
warning, notification).

I can add things to the mode-line is the following way.  
 
(setq mode-line-format (list "Indc " mode-line-format))
(force-mode-line-update)

But also require a way for the user to acknowledge the indicator
and be able to switch the indicator off - returning the mode-line 
as original.

What kind of indications would work well in getting user attention?





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

end of thread, other threads:[~2022-11-27  2:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24  0:52 Indicator in mode-line Heime
2022-11-24 14:21 ` Heime
2022-11-25 20:25   ` John Haman
2022-11-27  2:34   ` Heime

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.