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

w3m-goto-url NNTP interference



g runs the command w3m-goto-url, which is an interactive compiled Lisp
function in `w3m.el'.

It is too smart. If one TABs to, or hits RET on

<a href="http://groups.google.com/group/comp.risks">comp.risks</a>

one sees the correct link, but when one uses "g",
one gets
URL (default HOME): news:comp.risks

The program is too smart. How can I make it dumber?

Apparently it is due to the
(eval-after-load "ffap"
in w3m.el

I bet there is no variable to stop it.