From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9528: 24.0.50; Info navigation Date: Mon, 19 Sep 2011 05:49:25 -0400 Message-ID: References: <87mxe1li9l.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1316425815 10643 80.91.229.12 (19 Sep 2011 09:50:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Sep 2011 09:50:15 +0000 (UTC) Cc: 9528@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 19 11:50:11 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R5aUM-0006YQ-LI for geb-bug-gnu-emacs@m.gmane.org; Mon, 19 Sep 2011 11:50:10 +0200 Original-Received: from localhost ([::1]:44777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aUL-0003yV-Uh for geb-bug-gnu-emacs@m.gmane.org; Mon, 19 Sep 2011 05:50:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aUI-0003x5-W4 for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2011 05:50:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5aUD-0006QK-TS for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2011 05:50:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aUD-0006Q8-Rk for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2011 05:50:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R5aZ3-00009X-MF for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2011 05:55:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Sep 2011 09:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9528 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9528-submit@debbugs.gnu.org id=B9528.1316426067543 (code B ref 9528); Mon, 19 Sep 2011 09:55:01 +0000 Original-Received: (at 9528) by debbugs.gnu.org; 19 Sep 2011 09:54:27 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5aYV-00008i-Cr for submit@debbugs.gnu.org; Mon, 19 Sep 2011 05:54:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5aYU-00008c-3F for 9528@debbugs.gnu.org; Mon, 19 Sep 2011 05:54:26 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R5aTd-0008SZ-JN; Mon, 19 Sep 2011 05:49:25 -0400 In-reply-to: (message from Dani Moncayo on Mon, 19 Sep 2011 10:14:24 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 19 Sep 2011 05:55:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:51457 Archived-At: > Date: Mon, 19 Sep 2011 10:14:24 +0200 > From: Dani Moncayo > Cc: 9528@debbugs.gnu.org > > >> ------------------------------------------------ > >> 1. Eval: (info "(elisp)Macros") > >> 2. Type: > >>  --> Go to node "(elisp)Related Topics" (OK). > >> 3. Type: l > >>  --> (Expected) Go to the last-visited info node (i.e., "(elisp)Macros"). > >>  --> (Observed) Go to node "(elisp)Functions". > > > > Fixed the same way as bug#208. > > Tested. Thanks. I'm sorry, but IMO this change should be reverted, because the original behavior is consistent with the stand-alone Info reader (and with my finger memory). The reason it goes to Functions is because from Macros visited 2 nodes: first Functions (it's Prev for Macros, see the header line when you are in Macros), and then Related Topics. So typing l goes back to Functions. Type one more l and you are in Macros. Note that "C-h l" does not say "the last node _presented_", it says "the last node _visited_". Even if the result is unexpected by someone who is not used to Info, I think it's Baaad to have Emacs's Info reader behave differently than the stand-alone reader. > >> 1. Eval: (info "(elisp)Macros") > >> 2. Move point to line 22 (* Simple Macro). > >> 3. Type: > >>  --> (Expected) Go to node "(elisp)Related Topics". > >>  --> (Observed) Go to node "(elisp)Simple Macro". > > > > Sorry, I can't change this because this behavior is explicitly > > implemented in Info, so it's not a bug. I think it's a bug, because the stand-alone Info reader goes to Related Topics.