From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#44929: 28.0.50; Info-next-reference skips next reference Date: Sat, 28 Nov 2020 21:44:19 +0200 Message-ID: <83h7p9mfl8.fsf@gnu.org> References: <87360tjnht.fsf@gmx.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24820"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 44929@debbugs.gnu.org To: Stephen Berman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 28 20:45:31 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kj69w-0006Hb-Jn for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 28 Nov 2020 20:45:28 +0100 Original-Received: from localhost ([::1]:42464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj69v-00070W-Ae for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 28 Nov 2020 14:45:27 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kj69W-0006ze-Oe for bug-gnu-emacs@gnu.org; Sat, 28 Nov 2020 14:45:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kj69W-0000Ef-Dd for bug-gnu-emacs@gnu.org; Sat, 28 Nov 2020 14:45:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kj69W-0001tC-9m for bug-gnu-emacs@gnu.org; Sat, 28 Nov 2020 14:45:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 28 Nov 2020 19:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44929 X-GNU-PR-Package: emacs Original-Received: via spool by 44929-submit@debbugs.gnu.org id=B44929.16065926827225 (code B ref 44929); Sat, 28 Nov 2020 19:45:02 +0000 Original-Received: (at 44929) by debbugs.gnu.org; 28 Nov 2020 19:44:42 +0000 Original-Received: from localhost ([127.0.0.1]:49134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kj69C-0001sS-2o for submit@debbugs.gnu.org; Sat, 28 Nov 2020 14:44:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kj698-0001sC-95 for 44929@debbugs.gnu.org; Sat, 28 Nov 2020 14:44:40 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49427) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj692-0008WJ-VE; Sat, 28 Nov 2020 14:44:32 -0500 Original-Received: from [176.228.60.248] (port=2134 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kj692-0001TA-7q; Sat, 28 Nov 2020 14:44:32 -0500 In-Reply-To: <87360tjnht.fsf@gmx.net> (message from Stephen Berman on Sat, 28 Nov 2020 20:21:50 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:194503 Archived-At: > From: Stephen Berman > Date: Sat, 28 Nov 2020 20:21:50 +0100 > > 0. emacs -Q > 1. C-h r (if emacs is installed, otherwise `C-u h i /path/to/emacs.info > RET') > 2. Repeat `C-n' until the cursor is on the '*' before the first menu > item 'Distrib'. > 3. Type TAB > => The cursor jumps over 'Distrib' and goes to the second menu item > 'Intro'. > > The same thing happens if the cursor is on the space between '*' and > 'Distrib' and you then press TAB. In both cases, I expected the cursor > to go to the immediately following link instead of skipping it. AFAIU, your expectation is wrong: TAB runs the command Info-next-reference, where the "next" part means "not the current one". For the "current" reference, press RET. The stand-alone Info reader behaves the same. So this is not a bug, and I don't think we can change that in Emacs, even if we'd agree with you (and I don't think I do). Thanks.