emacs-devel
[Top][All Lists]
Advanced

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

Re: Is it valid to call isearch-filter-predicate outside isearch?


From: Michael Heerdegen
Subject: Re: Is it valid to call isearch-filter-predicate outside isearch?
Date: Sun, 18 Jun 2023 23:39:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Ihor Radchenko <yantar92@posteo.net> writes:

> I tried
> (add-function :before (local isearch-filter-predicate)
> #'org-fold-core--create-isearch-overlays)
> [...]
> What am I missing?

Only the quote before the variable name:

(add-function :before (local 'isearch-filter-predicate) ...)
                             ^
Michael.



reply via email to

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