emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CC Mode 5.31.3


From: Stefan Monnier
Subject: Re: CC Mode 5.31.3
Date: Mon, 27 Feb 2006 09:31:13 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> It works in Emacs 2[012] and XEmacs 21.4.4.  My new functions walk
> through mode-line-format, and insert c-submode-flags into whatever
> appropriate structure, just after mode-name, making a buffer-local copy
> of whatever.

It's really too bad that the simplest solution:

  (setq mode-name '("C" c-submode-indicators))

isn't well supported (AFAIK in Emacs-CVS the only remaining problem is that
the help-echo, face, and mouse-face properties are overridden by the
ones applied generically to major mode name).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]