From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Subject: mode line depth
Date: Thu, 22 May 2003 11:27:00 -0400 [thread overview]
Message-ID: <200305221527.h4MFR0ne004907@rum.cs.yale.edu> (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
next reply other threads:[~2003-05-22 15:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-22 15:27 Stefan Monnier [this message]
2003-05-23 22:48 ` mode line depth Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200305221527.h4MFR0ne004907@rum.cs.yale.edu \
--to=monnier+gnu/emacs@rum.cs.yale.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.