[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A question about overlays and performance.
From: |
Stefan Monnier |
Subject: |
Re: A question about overlays and performance. |
Date: |
Sun, 26 Jul 2020 10:44:02 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> - text hidden via text properties is not well-handled by isearch. For
> overlays, isearch can temporary reveal the hidden text, which is not
> the case for text hidden using 'invisible text property.
The recommending way to avoid this problem is to provide a patch which
extends Isearch's handling of invisible text to text-properties.
There's no reason to presume it would be hard to do.
> - text properties are not buffer-local in indirect buffers. With
> overlays, it is possible to have define hidden text in basic and
> indirect buffer independently. However, text properties will always be
> shared and the text hidden in indirect buffer will automatically be
> hidden in the base buffer as well.
And the way I recommend to avoid this problem is to stay clear of
indirect buffers (which I consider as an attractive nuisance).
Stefan
- A question about overlays and performance., Jeff Norden, 2020/07/25
- Re: A question about overlays and performance., Eli Zaretskii, 2020/07/25
- Re: A question about overlays and performance., Jeff Norden, 2020/07/25
- Re: A question about overlays and performance., Ihor Radchenko, 2020/07/25
- Re: A question about overlays and performance., Eli Zaretskii, 2020/07/26
- Re: A question about overlays and performance., Ihor Radchenko, 2020/07/26
- Re: A question about overlays and performance.,
Stefan Monnier <=
- Re: A question about overlays and performance., Ihor Radchenko, 2020/07/27
- Re: A question about overlays and performance., Jeff Norden, 2020/07/28
- Re: A question about overlays and performance., Yuan Fu, 2020/07/28
- Re: A question about overlays and performance., Eric Abrahamsen, 2020/07/28
- Re: A question about overlays and performance., Ihor Radchenko, 2020/07/28
- Re: A question about overlays and performance., Jeff Norden, 2020/07/30
- Re: A question about overlays and performance., Juri Linkov, 2020/07/28
- Re: A question about overlays and performance., Ihor Radchenko, 2020/07/28
- Re: A question about overlays and performance., Juri Linkov, 2020/07/30