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

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

[debbugs-tracker] bug#13190: closed ([PATCH] Help xref truncates info na


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13190: closed ([PATCH] Help xref truncates info navigation stack, and displays info in too many windows)
Date: Wed, 18 Feb 2015 01:05:02 +0000

Your message dated Wed, 18 Feb 2015 01:03:10 +0000
with message-id <address@hidden>
and subject line Re: Help xref truncates info navigation stack, and displays 
info in too many windows
has caused the debbugs.gnu.org bug report #13190,
regarding [PATCH] Help xref truncates info navigation stack, and displays info 
in too many windows
to be marked as done.

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


-- 
13190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13190
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Help xref truncates info navigation stack, and displays info in too many windows Date: Sat, 15 Dec 2012 03:17:14 -0800 (PST)
On 24.2, emacs -Q
M-x split-window C-h r
Follow any link, then follow another one, then do Info-history-back twice. Then 
you could return to the other nodes again using Info-history-forward, but don't 
do that yet.
Do C-h f visited-file-modtime RET, then click the link in the help page for the 
info node.
Two problems: it opens the info page in both windows, and it truncates the 
navigation stack, so Info-history-forward won't return you to the other nodes 
you were visiting. You can still use Info-history to see the nodes you were 
visiting, but it's distracting to have to do that.
The attached helpinfobug.patch fixes both problems by creating a new info 
buffer rather than reusing an existing one. I think this is the simplest 
solution, though maybe it'd be better to search all info buffers for one which 
is already displaying the target node, and switch to one if found, so if you 
repeatedly follow the same info link from a help page, you'll get no more than 
one new info buffer, rather than multiple new ones.

Attachment: helpinfobug.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: Help xref truncates info navigation stack, and displays info in too many windows Date: Wed, 18 Feb 2015 01:03:10 +0000
Fixed in trunk.


--- End Message ---

reply via email to

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