From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25732 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Making w3 reasonable Date: 07 Oct 1999 21:33:49 +0200 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 1035163066 15576 80.91.224.250 (21 Oct 2002 01:17:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:46 +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 PAA05624 for ; Thu, 7 Oct 1999 15:36:33 -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 OAB00494; Thu, 7 Oct 1999 14:34:49 -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 14:36:01 -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 OAA09329 for ; Thu, 7 Oct 1999 14:35:52 -0500 (CDT) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA05611 for ; Thu, 7 Oct 1999 15:33:54 -0400 (EDT) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id VAA03154 for ; Thu, 7 Oct 1999 21:33:52 +0200 (MET DST) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa000lG; Thu Oct 7 21:33:50 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id VAA29779; Thu, 7 Oct 1999 21:33:50 +0200 Original-To: ding@gnus.org In-Reply-To: Colin Rafferty's message of "Thu, 07 Oct 1999 18:48:53 GMT" Original-Lines: 17 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.1 (Acadia) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25732 Colin Rafferty writes: Hi Colin, LTNT! (is that because of what I think it is?) > > 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)) I did say _canned_ :-) Maybe mml should provide an hook for this. Using defadvice always seems dirty to me. Jan