From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39582 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Allow people to circumvent W3 for HTML Date: Sun, 21 Oct 2001 10:25:49 -0400 Organization: FreeBSD/Linux Hippopotamus Preserve Sender: owner-ding@hpc.uh.edu Message-ID: References: <03r8rzogov.fsf@colargol.tihlde.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035175272 28782 80.91.224.250 (21 Oct 2002 04:41:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:41:12 +0000 (UTC) Return-Path: Original-Received: (qmail 1307 invoked from network); 21 Oct 2001 14:27:24 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Oct 2001 14:27:24 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15vJYY-00005T-00; Sun, 21 Oct 2001 09:26:26 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Oct 2001 09:26:04 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA26698 for ; Sun, 21 Oct 2001 09:25:51 -0500 (CDT) Original-Received: (qmail 1298 invoked by alias); 21 Oct 2001 14:26:07 -0000 Original-Received: (qmail 1293 invoked from network); 21 Oct 2001 14:26:07 -0000 Original-Received: from home.acholado.net (216.27.138.216) by gnus.org with SMTP; 21 Oct 2001 14:26:07 -0000 Original-Received: from localhost (localhost [127.0.0.1]) (uid 501) by home.acholado.net with local; Sun, 21 Oct 2001 10:25:49 -0400 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM writes: > Henrik Enberg writes: > >> This, I think is the way to go. Then I could write my owm function to >> call w3m.el instead. > > And submit it as a patch to be included in Gnus ;-) If you do that, you could take a look at the functions I wrote and posted a couple days ago that do almost the same thing you're talking about. Look under this article here in the ding@gnus.org mailing list (the earlier articles in that thread discuss exactly what I'm trying to do with w3m rendering of html message parts): From: Lloyd Zusman Message-ID: Subject: Re: How to do something a bit complicated with inline decoding? In addition to these functions, I have this in my .gnus.el. ;; Make sure that Gnus never tries to render HTML or ;; rich text. (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq mm-inline-override-types mm-discouraged-alternatives) (setq mm-automatic-display (remove "text/html" mm-automatic-display)) Also, in the same thread, you could check this message, as well, for another, similar function. From: Raymond Scholz Message-ID: Contained within all these functions is almost everything that's needed for this patch that's being discussed. I think that all that would have to be added is the connection to the mime types in mailcap, and perhaps a `defcustom' entry. -- Lloyd Zusman ljz@asfast.com