[emacs-w3m:10299] Re: jump to <cite id=...
Naohiro Aota <[email protected]> Fri, 18 Jul 2008 01:43:58 +0900
| Newsgroups | gmane.emacs.w3m,gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: >>> $ set http://en.wikipedia.org/wiki/Vietnamese_phonology#CITEREFHannas1997 >>> $ lynx $@ #Good >>> $ firefox $@ #Good >>> $ w3m $@ #FAILS > > NA> How about applying this patch and `(setq w3m-use-filter t)'. > > Won't that fix it only in emacs-w3m? No. > Shouldn't it be fixed in w3m? Yes. > Isn't it a standard HTML feature, so one shouldn't need to > (setq w3m-use-filter t)? Yes, but such solution would take more time, so I introduced the quick solution for the time being. Anyway I forward this mail to w3m-dev ML. To w3m-dev community: This looks like a w3m bug. Could someone please investigate it? -------------------- Start of forwarded message -------------------- From: [email protected] Subject: [emacs-w3m:10292] jump to <cite id=... To: [email protected] Date: Tue, 15 Jul 2008 11:25:46 +0900 Reply-To: [email protected], [email protected] Resent-From: [email protected] emacs-w3m and w3m do not correctly jump to IDs like <cite id="CITEREFHannas1997"> $ set http://en.wikipedia.org/wiki/Vietnamese_phonology#CITEREFHannas1997 $ lynx $@ #Good $ firefox $@ #Good $ w3m $@ #FAILS (Sorry if I should report this directly to w3m and not emacs-w3m, but I found such bugs get fixed quicker via the latter :-)) -------------------- End of forwarded message --------------------