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

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

[debbugs-tracker] bug#34471: closed ([PATCH] Fix jumping to the current


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34471: closed ([PATCH] Fix jumping to the current error in xref)
Date: Sat, 23 Feb 2019 09:39:02 +0000

Your message dated Sat, 23 Feb 2019 11:38:04 +0200
with message-id <address@hidden>
and subject line Re: bug#34471: [PATCH] Fix jumping to the current error in xref
has caused the debbugs.gnu.org bug report #34471,
regarding [PATCH] Fix jumping to the current error in xref
to be marked as done.

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


-- 
34471: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34471
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix jumping to the current error in xref Date: Wed, 13 Feb 2019 21:35:46 +0100
I sometimes find useful to return to the current reference after examining its context. However, xref--next-error-function fails to jump to the current reference. The following steps reproduce the problem.

emacs -Q lisp/progmodes/xref.el
M-? xref-make RET
n RET
M-<
C-u 0 M-g n

I know next-error + previous-error is a workaround, but the patch fixes the bug.

Thanks,
Felicián

Attachment: 0001-Fix-jumping-to-the-current-error-in-xref.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#34471: [PATCH] Fix jumping to the current error in xref Date: Sat, 23 Feb 2019 11:38:04 +0200
> From: Dmitry Gutov <address@hidden>
> Cc: "address@hidden" <address@hidden>
> Date: Fri, 22 Feb 2019 21:36:32 +0300
> 
>   I know next-error + previous-error is a workaround, but the patch fixes the 
> bug.
> 
>  Dmitry, any comments? Should I install this?
> 
> I didn't have a chance to try it yet, but the code looks okay. Please install 
> if it works for you. 

Pushed to the master branch, thanks.


--- End Message ---

reply via email to

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