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

[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: Mon, 16 Dec 2024 11:23:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

"Christopher M. Miles" <numbchild@gmail.com> writes:

> Should the `isearch-open-necessary-overlays` exclude filter those
> #<overlay in no buffer>?

That doesn't normally happen.  Isearch will only consider live overlays
living in the current buffer.

> #+begin_example
> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
>   isearch-open-necessary-overlays(#<overlay in no buffer>)
>   mapc(isearch-open-necessary-overlays (#<overlay in no buffer> #<overlay in 
> no buffer> #<overlay in no buffer>))
>   #f(compiled-function () #<bytecode -0x46770234ddc9000>)()
>   isearch-clean-overlays@magit-mode(#f(compiled-function () #<bytecode 
> -0x46770234ddc9000>))
>   apply(isearch-clean-overlays@magit-mode #f(compiled-function () #<bytecode 
> -0x46770234ddc9000>) nil)

But why is this magit-mode function called in your case?
`isearch-clean-overlays@magit-mode' tries to unfold sections in a
magit-mode buffer.  I don't think it should be called in an org-mode
buffer at all.  Something's wrong here.


Michael.




reply via email to

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