unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* c-submode-indicators at wrong place in minor-mode-alist
@ 2005-12-14 21:41 Stefan Monnier
  2005-12-15  0:25 ` Nick Roberts
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2005-12-14 21:41 UTC (permalink / raw)



After opening a C file and activating smerge-mode, I get a modeline
that reads:

............... (C SMerge/l Fly Abbrev)

The /l comes from c-submode-indicators and has nothing to do with SMerge.

The problem is that SMerge was loaded after C mode was turned on so it ended
up in front of c-submode-indicators in minor-mode-alist.

I think that c-submode-indicators should either be put in mode-line-process,
or that c-mode sets mode-name to '("C" c-submode-indicators).


        Stefan

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

end of thread, other threads:[~2005-12-18  9:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-14 21:41 c-submode-indicators at wrong place in minor-mode-alist Stefan Monnier
2005-12-15  0:25 ` Nick Roberts
2005-12-15 14:25   ` Alan Mackenzie
2005-12-15 20:08     ` Nick Roberts
2005-12-16 10:18       ` Alan Mackenzie
2005-12-16 20:03         ` Nick Roberts
2005-12-17  8:22         ` Eli Zaretskii
2005-12-18  9:26           ` Alan Mackenzie
2005-12-15 20:40     ` Stefan Monnier
2005-12-16 10:57       ` Alan Mackenzie
2005-12-17  1:05         ` Richard M. 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).