From unknown Sat Aug 16 21:21:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 22 Feb 2015 00:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19918 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19918@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142456642323701 (code B ref -1); Sun, 22 Feb 2015 00:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Feb 2015 00:53:43 +0000 Received: from localhost ([127.0.0.1]:50436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPKnm-0006AD-Ap for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:42 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46744) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPKnj-0006A4-RX for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPKni-0001qO-DV for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:39 -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.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKni-0001qK-A3 for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKnh-0004M4-Ai for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPKne-0001q2-3q for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:37 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:34799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKnd-0001pw-SK for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:34 -0500 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t1M0rWGh016851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 22 Feb 2015 00:53:33 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t1M0rWRC030404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 22 Feb 2015 00:53:32 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t1M0rVCJ020076 for ; Sun, 22 Feb 2015 00:53:31 GMT MIME-Version: 1.0 Message-ID: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> Date: Sat, 21 Feb 2015 16:53:29 -0800 (PST) From: Drew Adams X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (----) In my setup, i.e., with Bookmark+ loaded, function `bookmark-bmenu-list' is defined in file bookmark+-bmu.el. In the debugger, there is a line like this: * bookmark-bmenu-list(nil) with the function name highlighted with a button. `C-u C-x =3D' on the name shows this: Here is a `help-function-def' button labeled `bookmark-bmenu-list'. There are text properties here: button (t) category help-function-def-button help-args [Show] Clicking [Show] shows this: (bookmark-bmenu-list "d:/Emacs-25-2014-10-20/share/emacs/25.0.50/lisp/bookmark.el") That's wrong. And clicking mouse-2 on that button takes me to that wrong file. And so does `C-h f' followed by the name and clicking on the library, which is shown as bookmark.el. The debugger correctly traverses the code of the version of the function that is defined in bookmark+-bmu.el, however. IOW, the function is defined correctly. It is only the links in Help and the debugger that are wrong, as well as the file name in Help. But the doc string in Help is correct - it is the doc string for the Bookmark+ version of the function. The redefinition of the function in bookmark+-bmu.el is a straightforward defun. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-10-20 on LEG570 Bzr revision: 118168 rgm@gnu.org-20141020195941-icp42t8ttcnud09g Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking=3Dyes,glyphs CPPFLAGS=3D-DGLYPH_DEBUG=3D1' From unknown Sat Aug 16 21:21:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 17:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19918 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 19918@debbugs.gnu.org Received: via spool by 19918-submit@debbugs.gnu.org id=B19918.14620361595104 (code B ref 19918); Sat, 30 Apr 2016 17:10:01 +0000 Received: (at 19918) by debbugs.gnu.org; 30 Apr 2016 17:09:19 +0000 Received: from localhost ([127.0.0.1]:58196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYOM-0001KG-Q2 for submit@debbugs.gnu.org; Sat, 30 Apr 2016 13:09:18 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:58767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYOL-0001K8-ID for 19918@debbugs.gnu.org; Sat, 30 Apr 2016 13:09:17 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awYOJ-0004iC-79; Sat, 30 Apr 2016 19:09:17 +0200 From: Lars Ingebrigtsen References: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> Date: Sat, 30 Apr 2016 19:09:14 +0200 In-Reply-To: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> (Drew Adams's message of "Sat, 21 Feb 2015 16:53:29 -0800 (PST)") Message-ID: <87wpnff2h1.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 0.0 (/) Drew Adams writes: > In my setup, i.e., with Bookmark+ loaded, function `bookmark-bmenu-list' > is defined in file bookmark+-bmu.el. In the debugger, there is a line > like this: > > * bookmark-bmenu-list(nil) > > with the function name highlighted with a button. `C-u C-x =' on the > name shows this: > > Here is a `help-function-def' button labeled `bookmark-bmenu-list'. > > There are text properties here: > button (t) > category help-function-def-button > help-args [Show] > > Clicking [Show] shows this: > > (bookmark-bmenu-list > "d:/Emacs-25-2014-10-20/share/emacs/25.0.50/lisp/bookmark.el") Do you have a recipe not involving your own code? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sat Aug 16 21:21:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 18:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19918 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 19918@debbugs.gnu.org Received: via spool by 19918-submit@debbugs.gnu.org id=B19918.146203942222897 (code B ref 19918); Sat, 30 Apr 2016 18:04:01 +0000 Received: (at 19918) by debbugs.gnu.org; 30 Apr 2016 18:03:42 +0000 Received: from localhost ([127.0.0.1]:58269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awZEz-0005xF-SV for submit@debbugs.gnu.org; Sat, 30 Apr 2016 14:03:42 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:48802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awZEy-0005x2-Cu for 19918@debbugs.gnu.org; Sat, 30 Apr 2016 14:03:40 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3UI3XSx028128 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 30 Apr 2016 18:03:34 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3UI3XFj017592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 30 Apr 2016 18:03:33 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u3UI3UKG015690; Sat, 30 Apr 2016 18:03:31 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 30 Apr 2016 10:03:29 -0800 (GMT-08:00) From: Drew Adams References: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> <87wpnff2h1.fsf@gnus.org> In-Reply-To: <87wpnff2h1.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-Spam-Score: -3.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 (---) > Do you have a recipe not involving your own code? The point is that the help button does not reflect the fact that the command was redefined. The redefining code (in bookmark+-bmu.el, at top level) is simply this: (defun bookmark-bmenu-list (&optional filteredp msg-p) "..." (interactive "i\np") ...) The problem is with the button link - it has apparently hard-coded the address of the original definition of this command, in standard library bookmark.el. That's the bug. From unknown Sat Aug 16 21:21:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 Dec 2019 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19918 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: Lars Ingebrigtsen , 19918@debbugs.gnu.org Received: via spool by 19918-submit@debbugs.gnu.org id=B19918.157518830318467 (code B ref 19918); Sun, 01 Dec 2019 08:19:02 +0000 Received: (at 19918) by debbugs.gnu.org; 1 Dec 2019 08:18:23 +0000 Received: from localhost ([127.0.0.1]:35438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibKQw-0004ni-UY for submit@debbugs.gnu.org; Sun, 01 Dec 2019 03:18:23 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:58034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibKQv-0004nS-AA for 19918@debbugs.gnu.org; Sun, 01 Dec 2019 03:18:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=zPKslVcoLcVGm7/1lAVjS5erm30+yPQeItiguHCmiwI=; b=PXfcQE+UFF7Ah3PSnpNrmahdv6 2Z9qUunTkjnY+BJz/3W7xBYUmYGBTKgN7IgppXRflhg1e044P0rN65uT/Gxg1RAOuffd2WGbrxJq9 llP9RzrNSOGwKjTeu9Bgxl5jMAg9JZl2WtCIXiOW09iO+h04yrD25qRhtWtCxeB5d8itUNIod2dQg X1WMTq5ZAIcPpS2fg7C2Ru9dkqFqQHwXNnvRidkElphh1wexr9cH0C3zfwFUpmCyHU3RmrbWdYLUF xt9X9w0UHs1U0fZF8jUh5gQ5zmC/zgQdmHE4lWTwdgJVeWIJgALKblkJ9tz/QQzgsOMaEilCD3RbH P26aW1Og==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:38192 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ibKQn-001OXi-3S; Sun, 01 Dec 2019 03:18:13 -0500 From: Stefan Kangas In-Reply-To: (Drew Adams's message of "Sat, 30 Apr 2016 10:03:29 -0800 (GMT-08:00)") References: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> <87wpnff2h1.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Sun, 01 Dec 2019 09:18:11 +0100 Message-ID: <877e3gihmk.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: 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 (-) Drew Adams writes: >> Do you have a recipe not involving your own code? > > The point is that the help button does not reflect the fact > that the command was redefined. > > The redefining code (in bookmark+-bmu.el, at top level) is > simply this: > > (defun bookmark-bmenu-list (&optional filteredp msg-p) > "..." > (interactive "i\np") > ...) > > The problem is with the button link - it has apparently > hard-coded the address of the original definition of > this command, in standard library bookmark.el. Could you please give a recipe for how to reproduce this bug using vanilla Emacs? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 01 03:18:24 2019 Received: (at control) by debbugs.gnu.org; 1 Dec 2019 08:18:24 +0000 Received: from localhost ([127.0.0.1]:35440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibKQy-0004nv-5K for submit@debbugs.gnu.org; Sun, 01 Dec 2019 03:18:24 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:58036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibKQw-0004nX-Ru for control@debbugs.gnu.org; Sun, 01 Dec 2019 03:18:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Subject:From:To:Date:Sender:Reply-To:Message-ID:Cc:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=AgyGyB91D+hxaaw/acWe5BB/BBOFWUgR7OMGgvr6tBU=; b=Eq4uegZsfMlzjdQWn/2J3HEhPH gWLfsFswJ2bE+ABrWNU8Sz94iL4lyHmytVON5FiZyxWc8V6GiZdsARWZLuK3dcl+nAQr7+19/Nbfc k9JIAAqhiZ03aIX/9t2QDlZ/rT1NdCKl20NNwQ+o575tvMsXuq+mcbKO6l0Yt9VUoMZ5jyL21o5bp VnDn3BtOejepDab0lFyHh58yBuyroGff1eeoRjIlYY6brUURkyE2YqR7O82Flwgu772TqL4pEgjPV 8fTWpAlBVdN4NoH+iKvp2It2ZJ/d9oK/8JnF8IhPB0BFVTB7hB3Qm/hxVSxs+C20xTNI7HPzDFa+C b0yldlzg==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:38194 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ibKQr-001OYX-9X for control@debbugs.gnu.org; Sun, 01 Dec 2019 03:18:17 -0500 Date: Sun, 01 Dec 2019 09:18:15 +0100 To: control@debbugs.gnu.org From: Stefan Kangas Subject: control message for bug #19918 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.1 (/) 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" Message-Id: X-Spam-Score: -1.0 (-) tags 19918 + moreinfo quit From unknown Sat Aug 16 21:21:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 Dec 2019 17:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19918 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Stefan Kangas Cc: Lars Ingebrigtsen , 19918@debbugs.gnu.org Received: via spool by 19918-submit@debbugs.gnu.org id=B19918.15752222671902 (code B ref 19918); Sun, 01 Dec 2019 17:45:02 +0000 Received: (at 19918) by debbugs.gnu.org; 1 Dec 2019 17:44:27 +0000 Received: from localhost ([127.0.0.1]:36653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibTGk-0000UZ-Ns for submit@debbugs.gnu.org; Sun, 01 Dec 2019 12:44:26 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:35206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibTGj-0000UN-09 for 19918@debbugs.gnu.org; Sun, 01 Dec 2019 12:44:25 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id xB1HiJZ3173725; Sun, 1 Dec 2019 17:44:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : cc : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2019-08-05; bh=6HClgLeGa995LfoOyLhhDuaj/OcqfSZyk0yQlgZosvU=; b=d3Up1IxHb3oWZkddX98mefM6bD+3PyjqUUZcHdxLVkEKxFUJV56/0SFf7XUTXAb/qI7f sjAtvBxnHFOYrZHM8uZR8fbtmxGNyI9m51lHI1KE+3ikp2zW3BbgU+cV5ErjP8ejKW7e 5/OiT2HdhEhtDlMyIVXsijj8aA4D9iLx+w05560xGN8NNlGjSe7Sos97UT3ECckCUSZs FNw9IZMqJvoDFt8YKDijsB6YOpt+WL/D4GaBRo7rSsCyLjK8nrTMT+r+F6c8EQNBjliG Htc62ipso0KyfU2PWneKGC8aXzfQhpzVRsaNQwRsaKjh4yUhUijPZs/auXHpHraWNKw4 GQ== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2wkfutvb8q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 01 Dec 2019 17:44:19 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id xB1HhJqX006162; Sun, 1 Dec 2019 17:44:18 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 2wm1xfses4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 01 Dec 2019 17:44:18 +0000 Received: from abhmp0020.oracle.com (abhmp0020.oracle.com [141.146.116.26]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id xB1HiGvV004828; Sun, 1 Dec 2019 17:44:16 GMT MIME-Version: 1.0 Message-ID: <9dfada27-4d2c-4433-b23a-5dacff115634@default> Date: Sun, 1 Dec 2019 09:44:15 -0800 (PST) From: Drew Adams References: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> <87wpnff2h1.fsf@gnus.org> <877e3gihmk.fsf@marxist.se> In-Reply-To: <877e3gihmk.fsf@marxist.se> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4927.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9458 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=900 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1911140001 definitions=main-1912010160 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9458 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=963 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1911140001 definitions=main-1912010160 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 (---) > Could you please give a recipe for how to reproduce > this bug using vanilla Emacs? That bug was reported 5 years ago, for Emacs 25. It seems that it's been fixed, in Emacs 26.3 at least. So I guess the bug can be closed. Thx. From unknown Sat Aug 16 21:21:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Drew Adams Subject: bug#19918: closed (Re: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions) Message-ID: References: <87v9qzhfp1.fsf@marxist.se> <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> X-Gnu-PR-Message: they-closed 19918 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 19918@debbugs.gnu.org Date: Sun, 01 Dec 2019 21:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1575237482-2579-1" This is a multi-part message in MIME format... ------------=_1575237482-2579-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function def= initions which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19918@debbugs.gnu.org. --=20 19918: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19918 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1575237482-2579-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19918-done) by debbugs.gnu.org; 1 Dec 2019 21:57:41 +0000 Received: from localhost ([127.0.0.1]:36825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibXDo-0000f5-Mu for submit@debbugs.gnu.org; Sun, 01 Dec 2019 16:57:40 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:41934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibXDo-0000eu-0F for 19918-done@debbugs.gnu.org; Sun, 01 Dec 2019 16:57:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Ja8t+Xug+p9sW4QEiS+C+5lonL1X7PzOcxWb4kO7XUw=; b=tLx+a0YCaMmKlYstYV6oHntqWB k+E0hFLse9hWzYKQIUATwCX1IJOxIGFCaUNIWxqTJep81teOTebQ4S23kzxQYcUBhRVlxMEsd+Zue 5WT0+dYtpn3hjEDyZ6LLK8lGTW7SrFhL9zDldRn5HQ6E/kfs+PtPfELB4Xc2b2wJOBHhlo+30Tpf2 P5pdjN/vdNE0xsFoquviDwccumV1blBGCVSu7Vrh8Gi2RA5/DeolNzX6Frih4xODeQtivO6HNJoN4 PW7sKn18iN9AbPaf46l8X/fh7qTU0GQXIY9L0Yd+DOIoEpA0zNQpqsddw1lnN+8r1YSIbM/G9P9RF yRjD7gsw==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:42798 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ibXDh-000jHY-1H; Sun, 01 Dec 2019 16:57:33 -0500 From: Stefan Kangas To: Drew Adams Subject: Re: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions In-Reply-To: <9dfada27-4d2c-4433-b23a-5dacff115634@default> (Drew Adams's message of "Sun, 1 Dec 2019 09:44:15 -0800 (PST)") References: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> <87wpnff2h1.fsf@gnus.org> <877e3gihmk.fsf@marxist.se> <9dfada27-4d2c-4433-b23a-5dacff115634@default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Sun, 01 Dec 2019 22:57:30 +0100 Message-ID: <87v9qzhfp1.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19918-done Cc: Lars Ingebrigtsen , 19918-done@debbugs.gnu.org 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 (-) Drew Adams writes: >> Could you please give a recipe for how to reproduce >> this bug using vanilla Emacs? > > That bug was reported 5 years ago, for Emacs 25. > It seems that it's been fixed, in Emacs 26.3 at > least. So I guess the bug can be closed. Thx. Thanks for that, and I'm therefore closing this bug. Best regards, Stefan Kangas ------------=_1575237482-2579-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Feb 2015 00:53:43 +0000 Received: from localhost ([127.0.0.1]:50436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPKnm-0006AD-Ap for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:42 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46744) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPKnj-0006A4-RX for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPKni-0001qO-DV for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:39 -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.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKni-0001qK-A3 for submit@debbugs.gnu.org; Sat, 21 Feb 2015 19:53:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKnh-0004M4-Ai for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPKne-0001q2-3q for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:37 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:34799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKnd-0001pw-SK for bug-gnu-emacs@gnu.org; Sat, 21 Feb 2015 19:53:34 -0500 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t1M0rWGh016851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 22 Feb 2015 00:53:33 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t1M0rWRC030404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 22 Feb 2015 00:53:32 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t1M0rVCJ020076 for ; Sun, 22 Feb 2015 00:53:31 GMT MIME-Version: 1.0 Message-ID: <3d4f4b11-14c3-43a2-ab73-45110a21f984@default> Date: Sat, 21 Feb 2015 16:53:29 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (----) In my setup, i.e., with Bookmark+ loaded, function `bookmark-bmenu-list' is defined in file bookmark+-bmu.el. In the debugger, there is a line like this: * bookmark-bmenu-list(nil) with the function name highlighted with a button. `C-u C-x =3D' on the name shows this: Here is a `help-function-def' button labeled `bookmark-bmenu-list'. There are text properties here: button (t) category help-function-def-button help-args [Show] Clicking [Show] shows this: (bookmark-bmenu-list "d:/Emacs-25-2014-10-20/share/emacs/25.0.50/lisp/bookmark.el") That's wrong. And clicking mouse-2 on that button takes me to that wrong file. And so does `C-h f' followed by the name and clicking on the library, which is shown as bookmark.el. The debugger correctly traverses the code of the version of the function that is defined in bookmark+-bmu.el, however. IOW, the function is defined correctly. It is only the links in Help and the debugger that are wrong, as well as the file name in Help. But the doc string in Help is correct - it is the doc string for the Bookmark+ version of the function. The redefinition of the function in bookmark+-bmu.el is a straightforward defun. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-10-20 on LEG570 Bzr revision: 118168 rgm@gnu.org-20141020195941-icp42t8ttcnud09g Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking=3Dyes,glyphs CPPFLAGS=3D-DGLYPH_DEBUG=3D1' ------------=_1575237482-2579-1--