emacs-devel
[Top][All Lists]
Advanced

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

Re: rmsbolt.el [Was: Colorful line numbers]


From: Stefan Monnier
Subject: Re: rmsbolt.el [Was: Colorful line numbers]
Date: Sat, 23 Jul 2022 10:43:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> The big difference from my POV is that text properties slow down
> redisplay code

If that's indeed a problem, then maybe we should provide "non-display
text-properties".  I.e. text-properties which do not influence the
display, so we can store them in a parallel interval tree (tho
we'd have to check whether the source of the slowdown is the interval
tree itself or the length of the `plist`s stored in its nodes, so maybe
we could have a single tree but with two `plist` fields, one for
display-related properties and the other for non-display-related
properties).


        Stefan




reply via email to

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