emacs-devel
[Top][All Lists]
Advanced

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

Re: Text property searching


From: Eli Zaretskii
Subject: Re: Text property searching
Date: Mon, 16 Apr 2018 21:06:24 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Date: Mon, 16 Apr 2018 17:11:04 +0200
> Cc: address@hidden
> 
> (defun equal-or-member (thing collection)
>   (or (equal thing collection)
>       (and (consp collection)
>            (member thing collection))))

This seems to assume a flat one-level list, but some popular
properties are more complex.  E.g., see the 'display' properties.



reply via email to

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