unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* loaded minor modes should be added to `mode-line-mode-menu' and Options menu
@ 2007-09-27 22:52 Drew Adams
  0 siblings, 0 replies; only message in thread
From: Drew Adams @ 2007-09-27 22:52 UTC (permalink / raw)
  To: Emacs-Devel

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".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-27 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 22:52 loaded minor modes should be added to `mode-line-mode-menu' and Options menu Drew Adams

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).