From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9528: 24.0.50; Info navigation Date: Sun, 18 Sep 2011 23:14:52 +0300 Organization: JURTA Message-ID: <87mxe1li9l.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316376976 22247 80.91.229.12 (18 Sep 2011 20:16:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Sep 2011 20:16:16 +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 Sun Sep 18 22:16:12 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 1R5Nmd-0002RT-GV for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Sep 2011 22:16:12 +0200 Original-Received: from localhost ([::1]:50647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5Nmd-0004AV-03 for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Sep 2011 16:16:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5NmY-00041E-L9 for bug-gnu-emacs@gnu.org; Sun, 18 Sep 2011 16:16:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5NmX-0000nf-C2 for bug-gnu-emacs@gnu.org; Sun, 18 Sep 2011 16:16:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5NmX-0000nT-AU for bug-gnu-emacs@gnu.org; Sun, 18 Sep 2011 16:16:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R5NrK-0003N3-34 for bug-gnu-emacs@gnu.org; Sun, 18 Sep 2011 16:21:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Sep 2011 20:21:02 +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.131637724212927 (code B ref 9528); Sun, 18 Sep 2011 20:21:02 +0000 Original-Received: (at 9528) by debbugs.gnu.org; 18 Sep 2011 20:20:42 +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 1R5Nr0-0003MR-En for submit@debbugs.gnu.org; Sun, 18 Sep 2011 16:20:42 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5Nqy-0003MK-K6 for 9528@debbugs.gnu.org; Sun, 18 Sep 2011 16:20:41 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id ACE946E804B; Sun, 18 Sep 2011 13:15:42 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id CF3AD451C46A; Sun, 18 Sep 2011 13:15:41 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Sat, 17 Sep 2011 12:54:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 18 Sep 2011 16:21:02 -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:51446 Archived-At: > I noticed several malfunctions in info navigation commands. > > The following recipes start from "emacs -Q": > > ------------------------------------------------ > 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. > ------------------------------------------------ > 1. Eval: (info "(elisp)Macros") > 2. Move point to line 21 (* Menu:). > 3. Type: > --> (Expected) Go to node "(elisp)Related Topics". > --> (Observed) Go to node "(elisp)Process Internals". Fixed this bug as well. > ------------------------------------------------ > 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. > ------------------------------------------------ > > Note: The behavior I expect is based on what I've read in info-mode > help (C-h i ?).