[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reading and writing html mail
At Mon, 15 Mar 2010 21:29:59 -0400,
Matt Price wrote:
>
> At Mon, 15 Mar 2010 16:34:32 -0700,
> docgnome wrote:
> >
> > At Mon, 15 Mar 2010 17:28:00 -0400,
> > Matt Price wrote:
> > > two more little issues:
> > >
> > > - when I receive an html mail, I would like to be able to click on a
> > > link & have it open in firefox (or perform some keystroke when point
> > > is inside some linked text, for the same purpose). right now
> > > thisdoesn't work -- I can open a link written in plain text, but
> > > trying the same trick (M-x browswe-url) in html mail doesn't work.
> > > Any clues?
> > (require 'w3m-load)
> > (require 'mime-w3m)
> > (add-hook 'wl-init-hook 'mime-w3m-insinuate)
>
> ah, that is working (didn't have the insinuate line). but I would
> *much* rather have links come up in firefox. is there a way to
> customize either mime or w3m to make that happen?
I use:
(add-hook 'mime-view-mode-hook
(lambda ()
(local-set-key (kbd "M-f") 'w3m-external-view-this-url)))
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Richard Lewis
ISMS, Computing
Goldsmiths, University of London
Tel: +44 (0)20 7078 5134
Skype: richardjlewis
JID: ironchicken@jabber.earth.li
http://www.richard-lewis.me.uk/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+----------------------------------------------+
| Support open access to scholarship |
| http://freeculture.org/ http://www.doaj.org/ |
+----------------------------------------------+