From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25734 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: Making w3 reasonable Date: 07 Oct 1999 16:48:10 -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 1035163067 15585 80.91.224.250 (21 Oct 2002 01:17:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:47 +0000 (UTC) Keywords: defadvice 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 QAA06034 for ; Thu, 7 Oct 1999 16:54:52 -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 PAB00593; Thu, 7 Oct 1999 15:49:40 -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 15:50:49 -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 PAA09984 for ; Thu, 7 Oct 1999 15:50:38 -0500 (CDT) Original-Received: from hqinbh2.ms.com (hqinbh2.ms.com [205.228.12.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA05999 for ; Thu, 7 Oct 1999 16:48:41 -0400 (EDT) Original-Received: (from uucp@localhost) by hqinbh2.ms.com (8.8.6/fw v1.30) id QAA28264 for ; Thu, 7 Oct 1999 16:48:35 -0400 (EDT) Original-Received: from unknown(144.14.9.190) by hqinbh2 via smap (4.1) id xma027964; Thu, 7 Oct 99 16:48:10 -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 QAA24821 for ; Thu, 7 Oct 1999 16:48:10 -0400 (EDT) Original-Received: (craffert@localhost) by sag3 (980427.SGI.8.8.8/sendmail.cf.client v1.05) id QAA72233; Thu, 7 Oct 1999 16:48:10 -0400 (EDT) Original-To: GNUS Mailing List Mail-Copies-To: never X-Attribution: > X-Face: $%/0:A=g/0mfAd_-AHyqWK$D&dZ;sk7OJFQw",'KwWutsgG|+n.E:(Q<*Sw=&]o4>i1<-[<;W,f#;.,W'}w"y2\8}Iki{CzF,/BaDHcMIvNQ~ZVw19<^CD}wZV2/NRg8.\WHR.%^H#CZ#&K]GQo!a;KtLwLlRk0MNdjf--29.ZW.[t'mOdEnN|a^;AV{<\[!h_0}/{h{iQILgp9mG*;]:_R_@bL<,Fkfm~GYf@<@UH$0?%.v"a[5Z X-Y-Zippy: Bo Derek ruined my life! In-Reply-To: Jan Vroonhof's message of "07 Oct 1999 21:33:49 +0200" Original-Lines: 28 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:25734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25734 Jan Vroonhof writes: > Colin Rafferty writes: > LTNT! (is that because of what I think it is?) Yes, Eva Louisa Rafferty is 3 months old now. She was typing in XEmacs at 2 weeks (well, banging is more accurate). See the X-Face. >> > 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_ :-) Oh well. > Maybe mml should provide an hook for this. Using defadvice always > seems dirty to me. I agree in general, but temporarily setting variable values is the kind of thing that defadvice is perfect for. By the way, the offending function is mm-inline-text. -- Colin