From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25731 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: Making w3 reasonable Date: 07 Oct 1999 14:46:29 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87ogebuobt.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163065 15575 80.91.224.250 (21 Oct 2002 01:17:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:45 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA05100 for ; Thu, 7 Oct 1999 14:49:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB00267; Thu, 7 Oct 1999 13:47:57 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Oct 1999 13:49:09 -0500 (CDT) 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 NAA08830 for ; Thu, 7 Oct 1999 13:48:54 -0500 (CDT) Original-Received: from piinbh1.ms.com (piinbh1.ms.com [199.89.64.71]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA05071 for ; Thu, 7 Oct 1999 14:46:55 -0400 (EDT) Original-Received: (from uucp@localhost) by piinbh1.ms.com (8.8.6/fw v1.22) id OAA06119 for ; Thu, 7 Oct 1999 14:46:49 -0400 (EDT) Original-Received: from unknown(144.14.9.190) by piinbh1 via smap (4.1) id xma005836; Thu, 7 Oct 99 14:46:31 -0400 Original-Received: from sag3 (sag3.morgan.com [144.14.8.198]) by safid1.morgan.com (8.8.5/hub+ldap v2.3) with ESMTP id OAA21598 for ; Thu, 7 Oct 1999 14:46:30 -0400 (EDT) Original-Received: (craffert@localhost) by sag3 (980427.SGI.8.8.8/sendmail.cf.client v1.05) id OAA58400; Thu, 7 Oct 1999 14:46:30 -0400 (EDT) Original-To: GNUS Mailing List Mail-Copies-To: never X-Attribution: > X-Face: ByE+UMAp1klWR3?\RNGx(A-~Ri!YT%C6M!sxoJL+.;9`Q/|+dj7[KR>gGMyV.2qZeot0NI`4\MA^_Qg`F9=+Ox&zaE?Y9dV%F~Xzf';Zyk2Aobs.uu^Ey0_C6^~q';G#$HkA!ZAHXPpG-"*|Dd*Z4U$4y{{aI0c%75}i~Of(jxYtI[uIpYF<*Zoe|\*/ufb X-Y-Zippy: My life is a patio of fun! In-Reply-To: Jan Vroonhof's message of "07 Oct 1999 19:45:29 +0200" Original-Lines: 13 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25731 Jan Vroonhof writes: > "Robin S. Socha" writes: >> The following might do what you want: > Does anybody have a canned solution to do this _only_ for mml parts? (defadvice appropriate-mml-function (around i-hate-html activate compile) (let (rss-variable-list) ad-do-it)) -- Colin