help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to prevent font-lock (& jit-lock etc.) from refontifying?


From: Stefan Monnier
Subject: Re: How to prevent font-lock (& jit-lock etc.) from refontifying?
Date: Wed, 13 Oct 2004 18:55:06 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> Previously, function font-lock-after-fontify-buffer did the trick: it would

But this kind of use fell squarely in the category of ugly brittle
nasty hacks, so you get what you paid for ;-)

Using inhibit-modification-hooks is also a brittle ugly hack.
I think in your case the best option is to use overlays.


        Stefan





reply via email to

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