Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Simon Kellett <zoxed_p@arcor.de>
Subject: Re: Reading html email with firefox
Date: Thu, 03 Feb 2005 22:04:04 +0100	[thread overview]
Message-ID: <m38y652w57.fsf@arcor.de> (raw)
In-Reply-To: <umzuowfqt.fsf@edendevelopment.co.uk>

Chris Parsons <newspost.p@rsons.org> writes:

> Something I was thinking of the other day... has anyone ever configured
> gnus to read html email with a browser (such as firefox?)

For inline reading I have:

(setq mm-text-html-renderer 'w3m)
(setq mm-inline-text-html-renderer
      'mm-inline-text-html-render-with-w3m)
(eval-after-load "mm-decode"
  '(progn
     (add-to-list 'mm-discouraged-alternatives "text/html")
     (add-to-list 'mm-discouraged-alternatives "text/richtext")))

for browsing a link I have:

(setq browse-url-browser-function 'browse-url-mozilla
      browse-url-mozilla-program "firefox"
;      browse-url-mozilla-arguments '("-a" "firefox")
      browse-url-new-window-flag t)

Perhaps some combination will render HTML mail externally ?

-- 
Simon Kellett, Darmstadt, Germany  |  http://home.arcor.de/zoxed
Gentoo Linux, Fvwm, Firefox        |            Xemacs, vm, Gnus


  reply	other threads:[~2005-02-03 21:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-01 13:51 Chris Parsons
2005-02-03 21:04 ` Simon Kellett [this message]
2005-02-11 15:17   ` Chris Parsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m38y652w57.fsf@arcor.de \
    --to=zoxed_p@arcor.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).