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

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

bug#65105: Reusing the same string as 'display on consecutive characters


From: Dmitry Gutov
Subject: bug#65105: Reusing the same string as 'display on consecutive characters evades display
Date: Sun, 6 Aug 2023 01:46:49 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 05/08/2023 23:49, JD Smith wrote:
Aha, thanks.  It does make sense from an optimization standpoint to “gang” properties in this manner.  Are you aware of any approach that allow re-using a string for ‘display, but permits consecutive intervals to remain distinct?

Overlays? But they have certain performance problems when their number grows.

Or you could try resolving this manually: when the previous character is assigned with the same line, do a copy-sequence, and when it's a different one, you can use the "singleton" one.





reply via email to

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