* font-lock-support-mode
@ 2005-01-27 17:13 kgold
2005-01-27 20:35 ` font-lock-support-mode Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: kgold @ 2005-01-27 17:13 UTC (permalink / raw)
emacs 20.7 AIX RMAIL
A after years of working, my RMAIL summary buffer stopped fontifying
today. Other files worked fine. I found that this .emacs line was
causing the problem:
(setq font-lock-support-mode 'lazy-lock-mode)
I commented it out and all is well. Was the line incorrect? What are
the implications of leaving the variable nil?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: font-lock-support-mode
2005-01-27 17:13 font-lock-support-mode kgold
@ 2005-01-27 20:35 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2005-01-27 20:35 UTC (permalink / raw)
> emacs 20.7 AIX RMAIL
> A after years of working, my RMAIL summary buffer stopped fontifying
> today. Other files worked fine. I found that this .emacs line was
> causing the problem:
> (setq font-lock-support-mode 'lazy-lock-mode)
> I commented it out and all is well. Was the line incorrect? What are
> the implications of leaving the variable nil?
Under Emacs-21, the default is not nil but `jit-lock-mode' which is similar
to lazy-lock, except it's more efficient (and less buggy).
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-27 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-27 17:13 font-lock-support-mode kgold
2005-01-27 20:35 ` font-lock-support-mode Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).