[email protected] (Adam Sjøgren) writes: >> I am working with 'GNU Emacs 23.1.1' and 'Gnus v5.13'. When in a normal >> e-mail there is a link to a web page I can open it in Firefox by >> clicking on it with the middle mouse button. When I click with the >> middle mouse button on a link in a HTML e-mail, the web-page is opened >> in the buffer where the e-mail was displayed. Is there a way to open it >> in Firefox? > > I have accrued this snippet in my .gnus, probably from someone sharing > it on this list, or another: > > ; Follow links in w3m with browse-url: > (add-hook 'gnus-article-mode-hook > (lambda () > (set (make-local-variable 'w3m-goto-article-function) > 'browse-url)))
Works like a charm. Thanks. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
