From: "Drew Adams" <drew.adams@oracle.com>
To: <emacs-devel@gnu.org>
Subject: FW: loaded minor modes should be added to `mode-line-mode-menu' andOptions menu
Date: Mon, 11 Feb 2008 11:40:59 -0800 [thread overview]
Message-ID: <004801c86ce6$07803620$9eb22382@us.oracle.com> (raw)
Resending.
----
From: Drew Adams Sent: Thursday, September 27, 2007 3:52 PM
1. Currently, predefined local minor modes are added to the minor-mode
`mouse-3' menu in the mode-line, and predefined global minor modes are added
to the menu-bar Options menu, some of them to submenu Show/Hide. The former
is done in bindings.el; the latter is done in menu-bar.el.
In both cases, the list of modes is hard-coded, static. This takes no
account of what minor modes the user might have defined (loaded).
It would be better for these menus to reflect the user's own context: to
show which minor modes have been defined, whether they were predefined as
part of Emacs or not. It makes at least as much sense for a user to be able
to access, by menu, the modes s?he actually uses as modes s?he might never
use.
Instead of hard-coding the list of minor modes to include in these menus,
why not let `define-minor-mode', `define-global-minor-mode', and
`define-globalized-minor-mode' dynamically update the menus appropriately?
Then, if a library that defines a new minor mode is loaded, that mode will
be automatically added to the appropriate (local or global) menu (assuming
that one of those macros defines it).
In addition, the hard-coding of all this is repetitive - essentially the
same thing is done for each minor mode. It make sense to do this by
program - why not when the minor mode is defined?
2. The title of the mode-line menu for the local modes should be "Local
Minor Modes", not "Minor Modes".
next reply other threads:[~2008-02-11 19:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 19:40 Drew Adams [this message]
2008-02-12 3:51 ` FW: loaded minor modes should be added to `mode-line-mode-menu' andOptions menu Richard Stallman
2008-02-12 5:41 ` FW: loaded minor modes should be added to `mode-line-mode-menu'andOptions menu Drew Adams
2008-02-12 17:44 ` 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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='004801c86ce6$07803620$9eb22382@us.oracle.com' \
--to=drew.adams@oracle.com \
--cc=emacs-devel@gnu.org \
/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 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).