Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Subject: Re: Rendering HTML Emails
Date: Mon, 18 Feb 2008 10:10:28 +0100	[thread overview]
Message-ID: <87ejbamxyz.fsf@member.fsf.org> (raw)
In-Reply-To: <76d4qwgrnj.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Sat, 16 Feb 2008 22:58:56 -0500")

Jake Colman <colman@ppllc.com> writes:

Hi Jake,

> 1) If I click on a link, launch a browser to show me the page.  I
>    configured browse-url to launch firefox.  When I click on a link,
>    firefox is launched but it only shows me default homepage.

How did you configure it?  Did you set browse-url-browser-function to
browse-url-firefox?  If yes, what does

  (browse-url-firefox "http://www.gnus.org") <-- Press C-x C-e here!

do?  (If it doesn't open firefox at gnus.org, then that's your problem.
Beside not being gnus-related I wouldn't know what's the solution.)

> 2) How do I render HTML included in an email. Gnus shows me a mime
>    button which, when clicked, opens to show me HTML.  How do I get that
>    rendered?

I use emacs-w3m [1] to render html email:

  (setq mm-text-html-renderer 'w3m)
  (setq mm-inline-text-html-with-images t)
  (setq mm-inline-large-images t)

Of course, if you click a link in a article buffer rendered by w3m it
will be opened with w3m.  But you can fire up your firefox with
browse-url-at-point and friends.

Bye,
Tassilo
__________
[1] http://emacs-w3m.namazu.org/



  reply	other threads:[~2008-02-18  9:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-17  3:58 Jake Colman
2008-02-18  9:10 ` Tassilo Horn [this message]
2008-02-18 14:24   ` Jake Colman
2008-02-18 14:52     ` Tassilo Horn
2008-02-20 14:28   ` Jake Colman

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=87ejbamxyz.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    /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).