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: Dan Nicolaescu
Subject: Re: Global Font Lock by default
Date: Tue, 01 Nov 2005 07:10:07 -0800

address@hidden (Kim F. Storm) writes:

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

Both versions should work, it's just a matter of deciding when is
better to turn on global-font-lock-mode: at run time or at dump time.
Opinions? 

(I'm inclined to believe is better to do as much work as possible at
dump time)





reply via email to

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