unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* mode line depth
@ 2003-05-22 15:27 Stefan Monnier
  2003-05-23 22:48 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2003-05-22 15:27 UTC (permalink / raw)



The mode-line-format has a depth limit past which things are deemed
"invalid".  The unfortunate thing is that with all the neato
things we're doing there now, the minor-mode-alist variable
appears pretty deep already, so a simple minor-mode lighter like

	(" SC" (sc-auto-fill-region-p
	        (":f" (sc-fixup-whitespace-p "w"))
	        (sc-fixup-whitespace-p ":w")))

is already too deep and you get " SC*invalid**invalid*" :-(

Should we bump up the current limit of 10 to something like 20 (or
even 100, just to be "safe") ?
BTW, the mode line just says "*invalid*", I suggest that it
should say "*toodeep*" instead, it would have saved me some time.


	Stefan

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

* Re: mode line depth
  2003-05-22 15:27 mode line depth Stefan Monnier
@ 2003-05-23 22:48 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-05-23 22:48 UTC (permalink / raw)
  Cc: emacs-devel

    Should we bump up the current limit of 10 to something like 20 (or
    even 100, just to be "safe") ?
    BTW, the mode line just says "*invalid*", I suggest that it
    should say "*toodeep*" instead, it would have saved me some time.

They both seem like good ideas to me.

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

end of thread, other threads:[~2003-05-23 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22 15:27 mode line depth Stefan Monnier
2003-05-23 22:48 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).