[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
anchors containing spaces not recognised
- From: Matthias Radestock <matthias@xxxxxxxxxx>
- Date: Thu, 25 Aug 2005 09:09:12 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 08363
Hi,
it looks like emacs-w3m fails to recognise anchors containing spaces.
Take for instance
http://java.sun.com/j2se/1.4.2/docs/api/java/io/OutputStream.html
It contains the reference
<A HREF="../../java/io/OutputStream.html#write(byte[], int, int)">write</A>
The corresponding anchor is declared as
<A NAME="write(byte[], int, int)"><!-- --></A>
Trying to navigate to the anchor produces a "No such anchor" error.
I've tried several variations of the above, replacing spaces with %20,
but the error remains.
Matthias