Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: Buttonizing and piping included HTML
Date: Sun, 07 Dec 2003 22:28:32 +0100	[thread overview]
Message-ID: <v9fzfw2u7z.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m3isksa3my.fsf@asfast.com>

On Sun, Dec 07 2003, Lloyd Zusman wrote:

> Note that I don't want to use `gnus-treat-wash-html', since I never want
> to see any HTML parts unless I specifically select them when viewing the
> message.  Buttonizing works well for this purpose.

This discourages some alternative types and prevents display of
text/html-only messages.

;; don't display html inline
(setq
 mm-discouraged-alternatives
 '("text/html" "text/richtext" "text/enriched" "multipart/related")
 ;; `remove' is new in emacs-21 ...
 mm-automatic-display (remove "text/html" mm-automatic-display))

Instead, I see a button (plus the html source) and may render it using
mouse-2 or RET twice.  I use "emacs-w3m" for rendering:

(setq
 mm-text-html-renderer 'w3m
 ;; Use wget instead of url.el (for nnweb-type google), seems to work more
 ;; reliable.
 mm-url-use-external t
 mm-url-program 'wget)

Those variables should be described in (info "(emacs-mime)Top").

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




  reply	other threads:[~2003-12-07 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-07 18:23 Lloyd Zusman
2003-12-07 21:28 ` Reiner Steib [this message]
2003-12-08 13:25   ` Lloyd Zusman

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=v9fzfw2u7z.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.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).