From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45307 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: Defining multiple banners for a mail group. Date: Wed, 19 Jun 2002 13:56:08 +1000 Organization: The XEmacs Development Team Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024463147 13449 127.0.0.1 (19 Jun 2002 05:05:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2002 05:05:47 +0000 (UTC) Keywords: banner,setq,banner-1 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17KXf9-0003Uo-00 for ; Wed, 19 Jun 2002 07:05:47 +0200 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 17KXdH-0002DZ-00; Wed, 19 Jun 2002 00:03:51 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 19 Jun 2002 00:04:11 -0500 (CDT) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id AAA09245 for ; Wed, 19 Jun 2002 00:04:05 -0500 (CDT) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g5J53eu07850 for ding@hpc.uh.edu; Wed, 19 Jun 2002 00:03:40 -0500 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 XAA09160 for ; Tue, 18 Jun 2002 23:05:46 -0500 (CDT) Original-Received: (qmail 5327 invoked by alias); 19 Jun 2002 04:05:21 -0000 Original-Received: (qmail 5322 invoked from network); 19 Jun 2002 04:05:21 -0000 Original-Received: from mta04bw.bigpond.com (139.134.6.87) by gnus.org with SMTP; 19 Jun 2002 04:05:21 -0000 Original-Received: from eicq.dnsalias.org ([144.135.24.69]) by mta04bw.bigpond.com (Netscape Messaging Server 4.15 mta04bw Apr 29 2002 13:22:02) with SMTP id GXXQ0200.ASS for ; Wed, 19 Jun 2002 14:04:50 +1000 Original-Received: from CTPP-p-144-134-145-126.prem.tmns.net.au ([144.134.145.126]) by bwmam01.mailsvc.email.bigpond.com(MailRouter V3.0n 2/12141809); 19 Jun 2002 14:04:49 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.0.Beta7/8.12.0.Beta7) id g5J3u8ru027241; Wed, 19 Jun 2002 13:56:08 +1000 Mail-Copies-To: never Original-To: Gnus List X-Attribution: SY X-URL: X-Face: %@A&y\ef)A6pi|q43;M>uyhO)~NP*fpdo0XrUuutf0|nku\O5JV(7EG%odc'n6}G@tYRl+B #[n,%B`.sHZ5>3MZvrm%,rWE7)c}ZXjH\>=p@AL\y\gyu|.lJ8B`F++86 Mail-Followup-To: Gnus List Original-Lines: 39 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (bok choi, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45307 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45307 Hi Folks! So many mailing lists these days have [un]subscription info or advertising tacked onto the end of every message... Thank God for the 'banner' parameter. :-) Unfortunately, I'm starting to see mailing lists with multiple bits of this type of thing. So '(banner . signature)' doesn't work because that only removes the last signature in a message. I could... (setq gnus-article-banner-alist '((big-banner . "regexp-1\\|regexp-2"))) (setq gnus-parameters '(("group\\(1\\|2\\)" (banner . big-banner)))) But I want to do something like... (setq gnus-article-banner-alist '((banner-1 . "regexp-1") (banner-2 . "regexp-2"))) (setq gnus-parameters '(("group1" (banner . banner-1)) ("group2" (banner . (concat banner-1 "\\|" banner-2))))) But I can't get it to work. Anybody got any ideas? -- |---------------------| | XEmacs - It's not just an editor. | | It's a way of life. | |---------------------------------------|