emacs-devel
[Top][All Lists]
Advanced

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

Re: meta-mode.el comment on font lock


From: Stefan Monnier
Subject: Re: meta-mode.el comment on font lock
Date: Mon, 10 Sep 2007 10:21:19 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> I think the comments about font lock in meta-mode.el needs some
> updating. Here is how it looks now:

> ;; Font Lock Support:
> ;;
> ;; If you are using global-font-lock-mode (introduced in Emacs 19.31),
> ;; fontification in Metafont and/or MetaPost mode will be activated
> ;; automatically.  To speed up fontification for the rather complex
> ;; patterns used in these modes, it may be a good idea to activate
> ;; lazy-lock as a font-lock-support-mode (introduced in Emacs 19.32)
> ;; by adding these lines to your startup file:
> ;;
> ;;  (global-font-lock-mode t)
> ;;  (setq font-lock-support-mode 'lazy-lock-mode)

Yes, please remove at least the lazy-lock bits (could be replaced with
jit-lock, but since jit-lock is and has always been the default anyway,
there's no point mentioning it).
Thanks,


        Stefan




reply via email to

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