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

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

bug#42981: void function next-error-found


From: Juri Linkov
Subject: bug#42981: void function next-error-found
Date: Wed, 26 Aug 2020 21:40:27 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> I'm using Emacs 26.3 again, and while testing project-search, I noticed
>> that an error is signalled by Xref (1.0.2) use of the function
>> next-error-found, that hasn't been defined as of 26.3. As Xref promises
>> compatibility with 26.3, it seems that next-error-found should be
>> replaced with something more backwards compatible.
>
> Thanks for another important find.
>
> Juri, do you remember what we should call/do instead in Emacs 26?

Hmm, AFAIR there was nothing before adding next-error-found
for Emacs 27 in 0c9e3df3c2.  So you could just make its call
conditional, or copy the current body of next-error-found,
removing some new variables like next-error-found-function,
or just use (setq next-error-last-buffer (or from-buffer (current-buffer)))





reply via email to

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