bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#898: marked as done (ffap -> emacs-w3m dropping of #anchor)


From: Emacs bug Tracking System
Subject: bug#898: marked as done (ffap -> emacs-w3m dropping of #anchor)
Date: Thu, 25 Sep 2008 00:55:03 -0700

Your message dated Thu, 25 Sep 2008 03:46:02 -0400
with message-id <7vtzc4hdmt.fsf@fencepost.gnu.org>
and subject line Re: ffap -> emacs-w3m dropping of #anchor
has caused the Emacs bug report #898,
regarding ffap -> emacs-w3m dropping of #anchor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
898: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=898
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Re: ffap -> emacs-w3m dropping of #anchor Date: Sat, 06 Sep 2008 06:00:01 +0800
>>>>> "KY" == Katsumi Yamaoka <yamaoka@jpl.org> 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.




--- End Message ---
--- Begin Message --- Subject: Re: ffap -> emacs-w3m dropping of #anchor Date: Thu, 25 Sep 2008 03:46:02 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
2008-09-25  Glenn Morris  <rgm@gnu.org>

    * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]