From unknown Fri Jun 20 07:12:53 2025 X-Loop: don@donarmstrong.com Subject: bug#898: ffap -> emacs-w3m dropping of #anchor Reply-To: jidanni@jidanni.org, 898@debbugs.gnu.org Resent-From: jidanni@jidanni.org Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 05 Sep 2008 22:10:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 898 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122065202324500 (code B ref -1); Fri, 05 Sep 2008 22:10:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 5 Sep 2008 22:00:23 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m85M0KVr024386 for ; Fri, 5 Sep 2008 15:00:21 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbjLn-0000NK-RI for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbjLm-0000N8-Fs for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:19 -0400 Received: from [199.232.76.173] (port=43887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbjLm-0000N5-BC for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:18 -0400 Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5]:45856 helo=blingymail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbjLm-0000f8-D1 for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:18 -0400 Received: from jidanni2.jidanni.org (unknown [122.127.34.228]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by blingymail-a3.g.dreamhost.com (Postfix) with ESMTP id 4BA8D14D72F; Fri, 5 Sep 2008 15:00:48 -0700 (PDT) To: bug-gnu-emacs@gnu.org Cc: emacs-w3m@namazu.org References: From: jidanni@jidanni.org Date: Sat, 06 Sep 2008 06:00:01 +0800 Message-ID: <87d4jinti6.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) >>>>> "KY" == Katsumi Yamaoka writes: >>>>> In [emacs-w3m : No.10333] jidanni@jidanni.org wrote: >> If I do C-x C-f http://catless.ncl.ac.uk/Risks/25.29.html#subj13.1 >> I end up at just http://catless.ncl.ac.uk/Risks/25.29.html >> If I do G or U http://catless.ncl.ac.uk/Risks/25.29.html#subj13.1 >> I indeed get to that anchor. >> C-x C-f runs the command find-file-at-point, the rest of my >> customization is in http://jidanni.org/comp/configuration/ KY> I don't know why `find-file-at-point' strips the #name portion KY> but it is done in the function `ffap-fixup-url'. A workaround: KY> (defadvice ffap-fixup-url (around dont-use-url-normalize-url activate) KY> "Don't use `url-normalize-url'." KY> (if (fboundp 'url-normalize-url) KY> (let ((unu (symbol-function 'url-normalize-url))) KY> (fmakunbound 'url-normalize-url) KY> (unwind-protect KY> ad-do-it KY> (fset 'url-normalize-url unu))) KY> ad-do-it)) I'll send this to bug-gnu-emacs. They'll fix ffap at the root of the problem, instead of needing defadvice workarounds. From unknown Fri Jun 20 07:12:53 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: jidanni@jidanni.org Subject: bug#898 closed by Glenn Morris (Re: ffap -> emacs-w3m dropping of #anchor) Message-ID: References: <7vtzc4hdmt.fsf@fencepost.gnu.org> <87d4jinti6.fsf@jidanni.org> X-Emacs-PR-Message: they-closed 898 X-Emacs-PR-Package: emacs Reply-To: 898@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1222329303-2730-1" This is a multi-part message in MIME format... ------------=_1222329303-2730-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #898: ffap -> emacs-w3m dropping of #anchor It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 898: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D898 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1222329303-2730-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From rgm@gnu.org Thu Sep 25 00:48:12 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-10.6 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 898-done) by emacsbugs.donarmstrong.com; 25 Sep 2008 07:48:12 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8P7m9k5001445 for <898-done@emacsbugs.donarmstrong.com>; Thu, 25 Sep 2008 00:48:11 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KilY3-00005p-46; Thu, 25 Sep 2008 03:46:03 -0400 From: Glenn Morris To: 898-done@debbugs.gnu.org Subject: Re: ffap -> emacs-w3m dropping of #anchor References: <87d4jinti6.fsf@jidanni.org> X-Spook: 64 Vauxhall Cross SDI government constitution Majic X-Ran: :|-CdQ/~J.DgiL%xT.a*ZhD^kceYLs[obqOkVr=i>:yTyx5fg=TA]'f%?*3`'bD4$CZbx4 X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 25 Sep 2008 03:46:02 -0400 In-Reply-To: <87d4jinti6.fsf@jidanni.org> (jidanni@jidanni.org's message of "Sat, 06 Sep 2008 06:00:01 +0800") Message-ID: <7vtzc4hdmt.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 2008-09-25 Glenn Morris * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898) ------------=_1222329303-2730-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From jidanni@jidanni.org Fri Sep 5 15:00:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 5 Sep 2008 22:00:23 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m85M0KVr024386 for ; Fri, 5 Sep 2008 15:00:21 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbjLn-0000NK-RI for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbjLm-0000N8-Fs for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:19 -0400 Received: from [199.232.76.173] (port=43887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbjLm-0000N5-BC for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:18 -0400 Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5]:45856 helo=blingymail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbjLm-0000f8-D1 for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 18:00:18 -0400 Received: from jidanni2.jidanni.org (unknown [122.127.34.228]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by blingymail-a3.g.dreamhost.com (Postfix) with ESMTP id 4BA8D14D72F; Fri, 5 Sep 2008 15:00:48 -0700 (PDT) To: bug-gnu-emacs@gnu.org Cc: emacs-w3m@namazu.org Subject: Re: ffap -> emacs-w3m dropping of #anchor References: From: jidanni@jidanni.org Date: Sat, 06 Sep 2008 06:00:01 +0800 Message-ID: <87d4jinti6.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) >>>>> "KY" == Katsumi Yamaoka writes: >>>>> In [emacs-w3m : No.10333] jidanni@jidanni.org wrote: >> If I do C-x C-f http://catless.ncl.ac.uk/Risks/25.29.html#subj13.1 >> I end up at just http://catless.ncl.ac.uk/Risks/25.29.html >> If I do G or U http://catless.ncl.ac.uk/Risks/25.29.html#subj13.1 >> I indeed get to that anchor. >> C-x C-f runs the command find-file-at-point, the rest of my >> customization is in http://jidanni.org/comp/configuration/ KY> I don't know why `find-file-at-point' strips the #name portion KY> but it is done in the function `ffap-fixup-url'. A workaround: KY> (defadvice ffap-fixup-url (around dont-use-url-normalize-url activate) KY> "Don't use `url-normalize-url'." KY> (if (fboundp 'url-normalize-url) KY> (let ((unu (symbol-function 'url-normalize-url))) KY> (fmakunbound 'url-normalize-url) KY> (unwind-protect KY> ad-do-it KY> (fset 'url-normalize-url unu))) KY> ad-do-it)) I'll send this to bug-gnu-emacs. They'll fix ffap at the root of the problem, instead of needing defadvice workarounds. ------------=_1222329303-2730-1--