[w3m-dev 04312] Re: jump to <cite id=...
Katsumi Yamaoka <[email protected]> Fri, 18 Jul 2008 18:10:26 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
Date: Fri, 18 Jul 2008 01:43:58 +0900 From: Naohiro Aota <[email protected]> Subject: [emacs-w3m:10299] Re: jump to <cite id=... To: [email protected] CC: [email protected], [email protected] Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-ML-Name: emacs-w3m X-Mail-Count: 10299 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) [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 --------------------