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

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

Re: efficiently viewing Unix timestamps as dates


From: Stefan Monnier
Subject: Re: efficiently viewing Unix timestamps as dates
Date: Tue, 24 May 2011 20:01:08 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

SM> The issue is to not remove the display property placed on *other*
SM> chunks of text.
> The package only applies the display property to text it matches.

Yes, but you do want to remove that property at some point.
Using font-lock-extra-managed-props is asking font-lock to take complete
control of the property (i.e. it causes font-lock-fontify-region to
start by erasing the `display' property over the whole fontified region)
so if the display property is set by a package that doesn't use
font-lock, that will be lost.


        Stefan


reply via email to

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