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

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

RE: [h-e-w] font-lock in fundamental-mode


From: andrew . maguire
Subject: RE: [h-e-w] font-lock in fundamental-mode
Date: Thu, 28 Feb 2002 13:37:38 -0500

What about global-font-lock-mode and

font-lock-global-modes's value is 
t

Documentation:
*Modes for which Font Lock mode is automagically turned on.
Global Font Lock mode is controlled by the `global-font-lock-mode' command.
If nil, means no modes have Font Lock mode automatically turned on.
If t, all modes that support Font Lock mode have it automatically turned on.
If a list, it should be a list of `major-mode' symbol names for which Font
Lock
mode should be automatically turned on.  The sense of the list is negated if
it
begins with `not'.  For example:
 (c-mode c++-mode)
means that Font Lock mode is turned on for buffers in C and C++ modes only.

Andrew



reply via email to

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