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#5809: 23.1.94; cross-reference by anchor yields in accurate position Date: Wed, 31 Mar 2010 18:08:04 +0300 Organization: JURTA Message-ID: <87hbnwy2un.fsf@mail.jurta.org> References: <837hoszubi.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270049689 17450 80.91.229.12 (31 Mar 2010 15:34:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2010 15:34:49 +0000 (UTC) Cc: 5809@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 31 17:34:42 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NwzwI-0007l9-Eo for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Mar 2010 17:34:42 +0200 Original-Received: from localhost ([127.0.0.1]:59673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwzwH-00063V-T2 for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Mar 2010 11:34:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nwzne-0006op-Qg for bug-gnu-emacs@gnu.org; Wed, 31 Mar 2010 11:25:46 -0400 Original-Received: from [140.186.70.92] (port=45773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwznd-0006nl-4J for bug-gnu-emacs@gnu.org; Wed, 31 Mar 2010 11:25:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nwzna-0003cF-Fv for bug-gnu-emacs@gnu.org; Wed, 31 Mar 2010 11:25:44 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41004) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwznZ-0003c0-M5 for bug-gnu-emacs@gnu.org; Wed, 31 Mar 2010 11:25:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NwzaM-0007CD-0u; Wed, 31 Mar 2010 11:12:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 31 Mar 2010 15:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5809 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 5809-submit@debbugs.gnu.org id=B5809.127004831227655 (code B ref 5809); Wed, 31 Mar 2010 15:12:01 +0000 Original-Received: (at 5809) by debbugs.gnu.org; 31 Mar 2010 15:11:52 +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 1NwzaC-0007C0-0Y for submit@debbugs.gnu.org; Wed, 31 Mar 2010 11:11:52 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3] helo=mx1.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwza9-0007Bv-TK for 5809@debbugs.gnu.org; Wed, 31 Mar 2010 11:11:50 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.54.39.cable.starman.ee [82.131.54.39]) by mx1.starman.ee (Postfix) with ESMTP id D1E643F40BC; Wed, 31 Mar 2010 18:11:39 +0300 (EEST) In-Reply-To: <837hoszubi.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 31 Mar 2010 12:58:25 +0300") 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: Wed, 31 Mar 2010 11:12:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:35837 Archived-At: > emacs -Q > C-u C-h i /path/to/elisp RET > g Handling Errors RET > > Now press TAB repeatedly to move point to the "Definition of signal" > hyperlink, and press RET => you will find yourself in the "Signaling > Errors" node, but 3 lines above the place where the description of > `signal' begins. > > I see this on GNU/Linux with Texinfo 4.12 and on MS-Windows with > Texinfo 4.8. (But I don't think makeinfo is the culprit, see below.) > > This is a regression from Emacs 22.3, which behaves as expected. > Emacs 23.1 has the same problem as the current pretest. (Both 22.3 > and 23.1 were tested with the same Info files as 23.1.94.) The trunk > has the same problem as well. This is a known side-effect of the breadcrumbs feature. When you set `Info-breadcrumbs-depth' to 0, everything is ok. In bug#4147 we tried to put Info breadcrumbs in the header window. -- Juri Linkov http://www.jurta.org/emacs/