From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27942 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Canonical method for avoiding HTML expansion? Date: 08 Dec 1999 10:26:29 -0500 Organization: Linux Hippopotamus Preserve Sender: owner-ding@hpc.uh.edu Message-ID: References: <9t9hfhtss0m.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164877 27199 80.91.224.250 (21 Oct 2002 01:47:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:47:57 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA10976 for ; Wed, 8 Dec 1999 10:27:42 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB20422; Wed, 8 Dec 1999 09:27:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Dec 1999 09:27:05 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA07781 for ; Wed, 8 Dec 1999 09:26:55 -0600 (CST) Original-Received: from ljz.net (gnus@ljz.net [205.230.65.138]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA10963 for ; Wed, 8 Dec 1999 10:26:31 -0500 (EST) Original-Received: (from gnus@localhost) by ljz.net (8.8.7/8.8.7) id KAA07736; Wed, 8 Dec 1999 10:26:29 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM > I think one way to treat HTML expansion would be to treat all HTML > > stuff as attachments (your solution A.) There's no way to do that > > in Gnus currently. I think. > > There is. Lars applied my patch that created > mm-inline-override-types. I set it to (list "text/html") and now any > text/html I get is shown as an attachment. Yep. that works for me ... now, in my `.gnus.el', I have ... (setq mm-inline-override-types (setq mm-discouraged-alternatives '("text/html" "text/richtext"))) ... and all the HTML indeed gets buttonized per my solution A. Thanks! -- Lloyd Zusman ljz@asfast.com