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

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

bug#16493: 24.3.50; (setq search-invisible t) is useless, let's allow to


From: Stefan Monnier
Subject: bug#16493: 24.3.50; (setq search-invisible t) is useless, let's allow to turn visible-mode temporarily on
Date: Tue, 30 Apr 2019 08:13:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I was thinking all this complication could be avoided if we just allowed
> (overlay-put OVERLAY 'invisible nil) to make text visible.

No need for that.
You can do

    (overlay-put OVERLAY 'invisible 'visible)

to get the same result without far-reaching changes to the C code.


        Stefan





reply via email to

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