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: Jeff Rancier
Subject: Re: [h-e-w] font-lock in fundamental-mode
Date: Fri, 1 Mar 2002 10:32:17 -0500

I have the following in my .emacs in my custom-set-variables section:

 '(global-font-lock-mode t nil (font-lock))

For all modes.  I Still to turn it on manually for fundmental-mode.

Jeff

----- Original Message -----
From: <address@hidden>
To: <address@hidden>; <address@hidden>
Sent: Thursday, February 28, 2002 1:37 PM
Subject: RE: [h-e-w] font-lock in fundamental-mode


| 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]