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: Sat, 28 May 2022 10:37:44 +0800

Tom Gillespie <tgbugs@gmail.com> writes:

> Might restoring the invisible overlay text property restore
> the old behavior? Is there a reason it was removed?

The whole point of the patch is _not_ using overlays. For performance
reasons.

You can, however, switch to the old behavior by setting
org-fold-core-style to 'overlays. At the cost of some new features being
disabled.

Note that if evil were to comply with the canonical isearch
implementation and respect isearch-mode-end-hook, there would be no
issue.

Best,
Ihor



reply via email to

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