[mew-int 2397] Using links in HTML messages

gernot at example.com gernot at example.com
Wed Dec 5 14:18:14 JST 2007


Hi,

I'm using w3m to display HTML messages:
(condition-case nil
    (require 'mew-w3m)
  (file-error nil))

That works generally fine, except for links in the HTML. In message
mode my middle mouse button is bound to mew-browse-url-at-mouse (I
guess that's default). However, if the html message contains the
following:

  <a href="the-actual-URL">the name of the link</a>

and I click the middle mouse button on the link, then instead of
starting the browser with "the-actual-URL", it stars it with
"the name of the link" as the URL.

Am I the only one having this problem? Is there a fix for it? I
couldn't find anything in the mew manual.

Gernot



More information about the Mew-int mailing list