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

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

bug#59996: closed (30.0.50; Overlays section of Elisp manual still state


From: GNU bug Tracking System
Subject: bug#59996: closed (30.0.50; Overlays section of Elisp manual still states that overlays scale linearly)
Date: Mon, 12 Dec 2022 13:40:02 +0000

Your message dated Mon, 12 Dec 2022 15:39:31 +0200
with message-id <83cz8ospv0.fsf@gnu.org>
and subject line Re: bug#59996: 30.0.50; Overlays section of Elisp manual still 
states that overlays scale linearly
has caused the debbugs.gnu.org bug report #59996,
regarding 30.0.50; Overlays section of Elisp manual still states that overlays 
scale linearly
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59996: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59996
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 30.0.50; Overlays section of Elisp manual still states that overlays scale linearly Date: Mon, 12 Dec 2022 09:53:51 +0000
Hi,

I am still seeing the following clause in the 41.9 Overlays section of
Elisp manual:

       The visual effect of an overlay is the same as of the corresponding
    text property (*note Text Properties::).  However, due to a different
    implementation, overlays generally don’t scale well (many operations
    take a time that is proportional to the number of overlays in the
    buffer).  If you need to affect the visual appearance of many portions
    in the buffer, we recommend using text properties.

Should it be removed now, when overlays are equally performance with
text properties?

In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.35, cairo version 1.17.6) of 2022-12-07 built on localhost
Repository revision: f0e118d3f676afe39df29663399d4bbe8f53f208
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101004
System Description: Gentoo Linux


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



--- End Message ---
--- Begin Message --- Subject: Re: bug#59996: 30.0.50; Overlays section of Elisp manual still states that overlays scale linearly Date: Mon, 12 Dec 2022 15:39:31 +0200
> From: Ihor Radchenko <yantar92@posteo.net>
> Date: Mon, 12 Dec 2022 09:53:51 +0000
> 
> I am still seeing the following clause in the 41.9 Overlays section of
> Elisp manual:
> 
>        The visual effect of an overlay is the same as of the corresponding
>     text property (*note Text Properties::).  However, due to a different
>     implementation, overlays generally don’t scale well (many operations
>     take a time that is proportional to the number of overlays in the
>     buffer).  If you need to affect the visual appearance of many portions
>     in the buffer, we recommend using text properties.
> 
> Should it be removed now, when overlays are equally performance with
> text properties?

Yes.  I removed it.

I guess that entire section should be audited for inaccuracies now;
reviews and patches are welcome.

Thanks.


--- End Message ---

reply via email to

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