emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25561: closed (25.1; "Making isearch-search-fun-fu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25561: closed (25.1; "Making isearch-search-fun-function local to *Minibuf-1* while let-bound!" warning with Evil)
Date: Sat, 18 Feb 2017 09:30:02 +0000

Your message dated Sat, 18 Feb 2017 11:29:47 +0200
with message-id <address@hidden>
and subject line Re: bug#25561: 25.1; "Making isearch-search-fun-function local 
to *Minibuf-1* while let-bound!" warning with Evil
has caused the debbugs.gnu.org bug report #25561,
regarding 25.1; "Making isearch-search-fun-function local to *Minibuf-1* while 
let-bound!" warning with Evil
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25561: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25561
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1; "Making isearch-search-fun-function local to *Minibuf-1* while let-bound!" warning with Evil Date: Sat, 28 Jan 2017 12:03:31 +0100
Hello,

a user of the Evil package reported [1] that using a search command
results in a "Making isearch-search-fun-function local to *Minibuf-1*
while let-bound!" warning.  This appears to be an interaction between
isearch and Evil, more specifically, Evil let-binds
`isearch-search-fun-function' to something of its own, invokes isearch
and something in isearch ends up running
`minibuffer-history-isearch-setup' which `make-local-variable' to have
`isearch-search-fun-function' have a separate value, resulting in the
aforementioned warning.

What's the recommended way to avoid or silence it?  Stefan suggested
elsewhere [2] that this might indicate a bug, hence why I'm bringing
this up here.

[1]: https://github.com/emacs-evil/evil/issues/748
[2]: https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00903.html



--- End Message ---
--- Begin Message --- Subject: Re: bug#25561: 25.1; "Making isearch-search-fun-function local to *Minibuf-1* while let-bound!" warning with Evil Date: Sat, 18 Feb 2017 11:29:47 +0200
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Fri, 10 Feb 2017 07:45:53 -0500
> 
> > So you are saying we should remove that warning entirely?
> 
> Yes.
> 
> > What about the other warning, "Making FOO buffer-local while let-bound!"?
> 
> IIRC this one is less annoying, but it didn't prove useful either, so
> I thing we should remove it as well.

Done.


--- End Message ---

reply via email to

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