From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.bugs Subject: bug#25761: 26.0.50; Reference links in *Help* buffer for generic functions point to incorrect locations Date: Fri, 26 Jul 2019 07:00:10 -0700 Message-ID: <878sskgal1.fsf@ericabrahamsen.net> References: <871suyoxbd.fsf@ericabrahamsen.net> <87y30lklf3.fsf@mouse.gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="198742"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 25761@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 26 16:01:08 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hr0mR-000pWe-5H for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Jul 2019 16:01:07 +0200 Original-Received: from localhost ([::1]:40192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr0mQ-0006PF-3L for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Jul 2019 10:01:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45824) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr0mN-0006P9-Rc for bug-gnu-emacs@gnu.org; Fri, 26 Jul 2019 10:01:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hr0mM-0007G3-P3 for bug-gnu-emacs@gnu.org; Fri, 26 Jul 2019 10:01:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hr0mM-0007Fu-KC for bug-gnu-emacs@gnu.org; Fri, 26 Jul 2019 10:01:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hr0mM-0002gQ-I7 for bug-gnu-emacs@gnu.org; Fri, 26 Jul 2019 10:01:02 -0400 X-Loop: help-debbugs@gnu.org 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 Original-Received: via spool by 25761-submit@debbugs.gnu.org id=B25761.15641496278104 (code B ref 25761); Fri, 26 Jul 2019 14:01:02 +0000 Original-Received: (at 25761) by debbugs.gnu.org; 26 Jul 2019 14:00:27 +0000 Original-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 Original-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 Original-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) In-Reply-To: <87y30lklf3.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Fri, 26 Jul 2019 14:52:32 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.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" Xref: news.gmane.org gmane.emacs.bugs:163785 Archived-At: 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.