[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: isearch replace on org-mode buffer overlays caused error
From: |
Michael Heerdegen |
Subject: |
Re: isearch replace on org-mode buffer overlays caused error |
Date: |
Wed, 18 Dec 2024 13:08:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
stardiviner <numbchild@gmail.com> writes:
> Yes, it's weird, I'm pretty sure I'm in an normal org-mode
> (major-mode) buffer. Don't know why magit-mode involved.
I think I have been wrong: that the advice is shows up in the backtrace
is normal once you have Magit loaded. It will just fall back to the
original function. This is probably not our culprit.
Ok - but you are using something called `pcre-query-replace-regexp', not
the original `isearch' `query-replace'. My first question would be: can
you reproduce this issue using the vanilla `query-replace'? If not, it
may be a problem in `pcre-query-replace-regexp', some side effect that
interferes with isearch' open-and-close-invisible-areas mechanism.
Michael.