emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] 67275f4 broke evil-search Re: [PATCH 10/35] Implement link fol


From: Ihor Radchenko
Subject: Re: [BUG] 67275f4 broke evil-search Re: [PATCH 10/35] Implement link folding
Date: Wed, 04 May 2022 14:38:15 +0800

Tom Gillespie <tgbugs@gmail.com> writes:

>     It seems that this patch (as commit
> 67275f4664ce00b5263c75398d78816e7dc2ffa6, found using git bisect to
> hunt down the issue) breaks search in evil mode when
> (evil-select-search-module 'evil-search-module 'evil-search) is set.
> The broken behavior is that evil-search no longer searches inside
> folded headings. I had a quick look at the changes but couldn't figure
> out why these changes might cause the issue. Best,

Evil re-implements isearch functionality and it does it only partially.
It appears to respect isearch-filter-predicate, but not
isearch-mode-end-hook.
I expect this to be a bug on evil side.

Meanwhile, you can try to set search-invisible to t. It should help (in
theory).

Best,
Ihor



reply via email to

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