From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48633 Path: main.gmane.org!not-for-mail From: pete-temp-12-29-2002@kazmier.com Newsgroups: gmane.emacs.gnus.general Subject: Re: Treatment for gnus-article-wash-html? Date: Thu, 02 Jan 2003 17:07:56 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041545280 3956 80.91.224.249 (2 Jan 2003 22:08:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 22:08:00 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18UDVP-00011g-00 for ; Thu, 02 Jan 2003 23:07:59 +0100 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 18UDVe-0003GR-00; Thu, 02 Jan 2003 16:08:14 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Jan 2003 16:09:07 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA25947 for ; Thu, 2 Jan 2003 16:08:55 -0600 (CST) Original-Received: (qmail 10655 invoked by alias); 2 Jan 2003 22:07:58 -0000 Original-Received: (qmail 10650 invoked from network); 2 Jan 2003 22:07:57 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 2 Jan 2003 22:07:57 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18UDWn-0000AH-00 for ; Thu, 02 Jan 2003 23:09:25 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: h00104bedbbc7.ne.client2.attbi.com Original-X-Trace: quimby.gnus.org 1041545365 32670 66.30.117.189 (2 Jan 2003 22:09:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 2 Jan 2003 22:09:25 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Cancel-Lock: sha1:ovrvegvcMwOKtd1BkSii9qcdXGI= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48633 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48633 pete-temp-12-29-2002@kazmier.com writes: > Is there any reason why there isn't a treatment variable for > gnus-article-wash-html? I'd like to be able to force some of my > nnrss:groups to invoke gnus-article-wash-html automatically. I > basically want to do something like this in my .gnus: > > (setq gnus-treat-wash-html '("^nnrss:Lamba")) Ironically, I've decided not to use a list of strings for the value of gnus-treat-wash-thml because its probably faster to just create a group parameter and set gnus-treat-wash-html to t, not to mention it keeps group specific stuff out of my .gnus file. If I had never attempted to use the list of string regexps, I would never have found the problem with the condition test being in the wrong place in gnus-treat-predicate, because it would never have manifested itself. Go figure. Anyways, Gnus is the best!! Keep up the great work!! Thanks! Pete