emacs-devel
[Top][All Lists]
Advanced

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

Re: Global Font Lock by default


From: Kim F. Storm
Subject: Re: Global Font Lock by default
Date: Tue, 01 Nov 2005 14:36:58 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Chong Yidong <address@hidden> writes:

>>> Maybe we should have a --no-font-lock -nfl options....
>>
>> And it should definitely not be enabled if you use -D option.
>
> Why not just turn off font-lock when -D is on?

Can it be more simple than this:

(unless inhibit-global-font-lock
  (global-font-lock-mode t)
  (customize-mark-as-set 'global-font-lock-mode))

provided that startup.el sets inhibit-global-font-lock 
if -nfl or -no-font-lock is present,
or emacs-basic-display (-D) is true.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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