From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55139 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: Buttonizing and piping included HTML Date: Sun, 07 Dec 2003 22:28:32 +0100 Organization: private Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070833870 28701 80.91.224.253 (7 Dec 2003 21:51:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2003 21:51:10 +0000 (UTC) Original-X-From: ding-owner+M3679@lists.math.uh.edu Sun Dec 07 22:51:08 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 1AT6nz-0006Uz-00 for ; Sun, 07 Dec 2003 22:51:07 +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 1AT6ns-00034k-00; Sun, 07 Dec 2003 15:51:00 -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 1AT6no-00034f-00 for ding@lists.math.uh.edu; Sun, 07 Dec 2003 15:50:56 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id EB1BA3A0043 for ; Sun, 7 Dec 2003 15:50:55 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT6nn-0005MG-00 for ; Sun, 07 Dec 2003 22:50:55 +0100 Mail-Followup-To: ding@gnus.org 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 1AT6nk-0005M6-00 for ; Sun, 07 Dec 2003 22:50:52 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT6nk-0007S1-00 for ; Sun, 07 Dec 2003 22:50:52 +0100 Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: :6KQZ[nyoS_edmB.%gw-=)BYth^|2+Y+^cu%I$FSx!&>-'om>3H7A|M&n(V7fIo3P.;yo.b yq4$p;ZaBtkv)\}biaiBQe"mD}iib1AA@99-fZ7i*bLhNRVC&0Wkxg9)SH?oWc@{ Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:5aOcBWotnbZ2m7+cKZO7jU5lo+4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55139 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/