From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55145 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Buttonizing and piping included HTML Date: Mon, 08 Dec 2003 08:25:06 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070890009 461 80.91.224.253 (8 Dec 2003 13:26:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2003 13:26:49 +0000 (UTC) Original-X-From: ding-owner+M3685@lists.math.uh.edu Mon Dec 08 14:26:42 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATLPO-0008Dc-00 for ; Mon, 08 Dec 2003 14:26:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ATLOo-0004gp-00; Mon, 08 Dec 2003 07:26:06 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ATLOh-0004gj-00 for ding@lists.math.uh.edu; Mon, 08 Dec 2003 07:25:59 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 2EE7D3A0035 for ; Mon, 8 Dec 2003 07:25:57 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ATLOd-0002JY-00 for ; Mon, 08 Dec 2003 14:25:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATLOc-0002JQ-00 for ; Mon, 08 Dec 2003 14:25:54 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ATLOc-00004z-00 for ; Mon, 08 Dec 2003 14:25:54 +0100 Original-Lines: 39 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:zXgnXOM2cMYlibdQipkQqFPGZIs= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55145 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55145 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > 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: Thank you. What's the recommended method for never displaying the HTML source by default, and only showing the button? > [ ... etc. ... ] > > Those variables should be described in (info "(emacs-mime)Top"). > > Bye, Reiner. I'll go there. Thanks. -- Lloyd Zusman ljz@asfast.com