emacs-devel
[Top][All Lists]
Advanced

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

Re: search-invisible and friends


From: Stefan Monnier
Subject: Re: search-invisible and friends
Date: Thu, 10 Sep 2020 09:21:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> So basically mash up this stuff into a convenient DEFUN?
>> 
>>        && !NILP (val = get_char_property_and_overlay
>>                            (make_fixnum (PT), Qdisplay, selected_window,
>>                             &overlay))
>>        && display_prop_intangible_p (val, overlay, PT, PT_BYTE)
> Yes, something like that.

Agreed.

> But what about 'display' properties on overlay strings? do we want to
> support that as well?

We don't need it for the `search-invisible` case because those display
properties can only ever hide text that's not really in the buffer in
the first place (it's an after/before string).


        Stefan




reply via email to

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