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

anchors containing spaces not recognised



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