help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: `font-lock-add-keywords' works... sometimes


From: Michael Heerdegen
Subject: Re: `font-lock-add-keywords' works... sometimes
Date: Tue, 19 Mar 2019 23:22:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Emanuel Berg <moasenwood@zoho.eu> writes:

> Still, it can be interesting to understand why my identical code works
> for Message mode, but not for Text mode?

I tried to figure it out, but after reading the code, I got the
impression that it is intended to work.

> BTW what is the proper "notation" for an Emacs major mode? Personally,
> I'm all ascii with lowercase and dashes, I even do that with my file
> system, e.g. ~/tools/torque-wrench or ~/fighters/juan-manuel-marquez,
> so I'd like to denote them (the major modes) for ex "message-mode" and
> "text-mode". But in the help (.e.g., `C-h M' when I type this) it is
> "Message mode", not message-mode, so I suppose I'm technically
> incorrect.

I guess both are ok and no one cares.  Most people seem to prefer the
lowercase version.  C-h M just tries to be cool.

Some background: we have `major-mode', which is bound to a symbol naming
the mode, and the pretty version `mode-name' which specifies a string
(most of the time) to be displayed in the mode-line.  See the macro
`define-derived-mode' for example, where you specify both kinds of
names.


Michael.



reply via email to

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