emacs-devel
[Top][All Lists]
Advanced

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

Re: Question: add-face-text-property for 'font-lock-face?


From: Stefan Monnier
Subject: Re: Question: add-face-text-property for 'font-lock-face?
Date: Sun, 29 Aug 2021 19:50:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> its author. The naive way that create an overlay for each character
> clearly doesn’t work (text property however works, because Emacs itself
> always merge them). We would need to look at overlays around the insertion
> point and opportunistically merge them.

IIRC we have pretty much exactly that need in outline.el where we use
overlays to put an `invisible` property.  See `outline-flag-region`.
AFAICT this code currently doesn't try and merge overlays upon
insertion, but it shouldn't be hard to add that functionality.


        Stefan




reply via email to

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