[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-goto-url NNTP interference
- From: jidanni@xxxxxxxxxxx
- Date: Wed, 16 Feb 2011 06:16:55 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11518
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.