emacs-devel
[Top][All Lists]
Advanced

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

how to prevent font-lock from messing with a portion of text?


From: Drew Adams
Subject: how to prevent font-lock from messing with a portion of text?
Date: Thu, 22 Mar 2007 09:56:15 -0700

How can one prevent font-lock from changing the text properties of a given
portion of text? I tried (put-text-property start end 'fontified t), but C-x
C-s just re-font-lock fontifies the text in question. I also tried binding
`inhibit-modification-hooks' to t, with the same result.





reply via email to

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