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

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

bug#36486: [PATCH] Add tests for text-property-search to check prop-matc


From: Lars Ingebrigtsen
Subject: bug#36486: [PATCH] Add tests for text-property-search to check prop-match-value
Date: Tue, 09 Jul 2019 23:52:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

> It is useful interactively to find errors fontified
> with the error face.  Here is a better patch that
> can read symbols as well as strings:

[...]

> +          (value (when property
> +                   (read-from-minibuffer "Search for property value: "
> +                                         nil nil t nil "nil"))))
> +     (list property value)))

I don't understand -- this will still return a symbol.  (And error out
if you enter stuff like "foo bar".)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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