From unknown Sun Jun 22 04:00:02 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25761: 26.0.50; Reference links in *Help* buffer for generic functions point to incorrect locations Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Feb 2017 17:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25761@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148726641020562 (code B ref -1); Thu, 16 Feb 2017 17:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Feb 2017 17:33:30 +0000 Received: from localhost ([127.0.0.1]:42489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cePvu-0005La-Hn for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:33:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cePvt-0005LO-E2 for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cePvn-0006q5-DH for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:33:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cePvn-0006po-AX for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:33:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cePvm-00021G-15 for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:33:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cePvi-0006ma-Uk for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:33:22 -0500 Received: from mail.ericabrahamsen.net ([50.56.99.223]:56844) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cePvi-0006gy-Pl for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:33:18 -0500 Received: from localhost (71-212-6-137.tukw.qwest.net [71.212.6.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id CBB1CBC94C for ; Thu, 16 Feb 2017 17:33:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1487266391; bh=z47z17jJr1W96pdEljI4zQUfaZRETvfF+u0JCHFO5mQ=; h=From:To:Subject:Date:From; b=ZQdOYxDDfXCihlwNOC4qF1ay6tx29XamZo8y5eOHlQgH4INEIbtZQFAqUFoPo58yO yV/u9w3gSmnN9mXnLBu5XdW4fxlI8VofQpPyFOM52QfUNIpF9faww9HI6x22l0W80+ lAL7IbnSLPGiUJwkPTQ0F7Yf26Tw9u+VR2KgVUyc= From: Eric Abrahamsen Date: Thu, 16 Feb 2017 09:33:10 -0800 Message-ID: <871suyoxbd.fsf@ericabrahamsen.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) When using `describe-function' on a generic function, the resulting *Help* buffer displays all the information about the function and its various implementations correctly. However, the hyperlinks provided for each individual implementation do not go to the location of that implementation -- they appear to all point to the first method definition in the file. This makes it impossible to jump directly to a particular implementation. In GNU Emacs 26.0.50.26 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) of 2017-02-14 built on clem Repository revision: 71b90192dab8de9825904faaabbaf9548d3db2ab Windowing system distributor 'The X.Org Foundation', version 11.0.11901000 From unknown Sun Jun 22 04:00:02 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25761: 26.0.50; Reference links in *Help* buffer for generic functions point to incorrect locations Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 26 Jul 2019 12:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: 25761@debbugs.gnu.org Received: via spool by 25761-submit@debbugs.gnu.org id=B25761.156414555914932 (code B ref 25761); Fri, 26 Jul 2019 12:53:01 +0000 Received: (at 25761) by debbugs.gnu.org; 26 Jul 2019 12:52:39 +0000 Received: from localhost ([127.0.0.1]:41120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqziA-0003sl-Oz for submit@debbugs.gnu.org; Fri, 26 Jul 2019 08:52:38 -0400 Received: from quimby.gnus.org ([80.91.231.51]:33094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqzi8-0003sb-9F for 25761@debbugs.gnu.org; Fri, 26 Jul 2019 08:52:37 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqzi5-0006U0-4q; Fri, 26 Jul 2019 14:52:35 +0200 From: Lars Ingebrigtsen References: <871suyoxbd.fsf@ericabrahamsen.net> Date: Fri, 26 Jul 2019 14:52:32 +0200 In-Reply-To: <871suyoxbd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 16 Feb 2017 09:33:10 -0800") Message-ID: <87y30lklf3.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eric Abrahamsen writes: > When using `describe-function' on a generic function, the resulting > *Help* buffer displays all the information about the function and its > various implementations correctly. However, the hyperlin [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eric Abrahamsen writes: > When using `describe-function' on a generic function, the resulting > *Help* buffer displays all the information about the function and its > various implementations correctly. However, the hyperlinks provided for > each individual implementation do not go to the location of that > implementation -- they appear to all point to the first method > definition in the file. This makes it impossible to jump directly to a > particular implementation. I tried this now, and it works for me, so I'm going to go ahead and guess that it's been fixed in the years since you reported this bug and I'm closing this bug report. If you can still see this bug, please reopen and give a more detailed way to reproduce. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 08:52:43 2019 Received: (at control) by debbugs.gnu.org; 26 Jul 2019 12:52:43 +0000 Received: from localhost ([127.0.0.1]:41123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqziF-0003t4-1X for submit@debbugs.gnu.org; Fri, 26 Jul 2019 08:52:43 -0400 Received: from quimby.gnus.org ([80.91.231.51]:33118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqziE-0003sx-5Q for control@debbugs.gnu.org; Fri, 26 Jul 2019 08:52:42 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqziB-0006U7-GO for control@debbugs.gnu.org; Fri, 26 Jul 2019 14:52:41 +0200 Date: Fri, 26 Jul 2019 14:52:39 +0200 Message-Id: <87wog5klew.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #25761 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 25761 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 25761 quit From unknown Sun Jun 22 04:00:02 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25761: 26.0.50; Reference links in *Help* buffer for generic functions point to incorrect locations Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 26 Jul 2019 14:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 25761@debbugs.gnu.org Received: via spool by 25761-submit@debbugs.gnu.org id=B25761.15641496278104 (code B ref 25761); Fri, 26 Jul 2019 14:01:02 +0000 Received: (at 25761) by debbugs.gnu.org; 26 Jul 2019 14:00:27 +0000 Received: from localhost ([127.0.0.1]:43066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr0lm-00026I-VB for submit@debbugs.gnu.org; Fri, 26 Jul 2019 10:00:27 -0400 Received: from ericabrahamsen.net ([52.70.2.18]:46170 helo=mail.ericabrahamsen.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr0lh-0001vh-Oa for 25761@debbugs.gnu.org; Fri, 26 Jul 2019 10:00:22 -0400 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 037E0FA097; Fri, 26 Jul 2019 14:00:11 +0000 (UTC) From: Eric Abrahamsen References: <871suyoxbd.fsf@ericabrahamsen.net> <87y30lklf3.fsf@mouse.gnus.org> Date: Fri, 26 Jul 2019 07:00:10 -0700 In-Reply-To: <87y30lklf3.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Fri, 26 Jul 2019 14:52:32 +0200") Message-ID: <878sskgal1.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 07/26/19 14:52 PM, Lars Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> When using `describe-function' on a generic function, the resulting >> *Help* buffer displays all the information about the function and its >> various implementations correctly. However, the hyperlinks provided for >> each individual implementation do not go to the location of that >> implementation -- they appear to all point to the first method >> definition in the file. This makes it impossible to jump directly to a >> particular implementation. > > I tried this now, and it works for me, so I'm going to go ahead and > guess that it's been fixed in the years since you reported this bug and > I'm closing this bug report. If you can still see this bug, please > reopen and give a more detailed way to reproduce. Yup, I think it's worked correctly for a while now. Thanks.