From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45371 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: Re: Defining multiple banners for a mail group. Date: Sun, 23 Jun 2002 17:01:30 +1000 Organization: The XEmacs Development Team Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024926568 29511 127.0.0.1 (24 Jun 2002 13:49:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2002 13:49:28 +0000 (UTC) Keywords: cons 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 17MUDf-0007fr-00 for ; Mon, 24 Jun 2002 15:49:28 +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 17MUCy-0005Lw-00; Mon, 24 Jun 2002 08:48:44 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Jun 2002 08:49:04 -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 IAA20660 for ; Mon, 24 Jun 2002 08:48:56 -0500 (CDT) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g5ODmXq05018 for ding@hpc.uh.edu; Mon, 24 Jun 2002 08:48:33 -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 CAA17779 for ; Sun, 23 Jun 2002 02:06:20 -0500 (CDT) Original-Received: (qmail 18300 invoked by alias); 23 Jun 2002 07:05:55 -0000 Original-Received: (qmail 18295 invoked from network); 23 Jun 2002 07:05:54 -0000 Original-Received: from mta02ps.bigpond.com (144.135.25.134) by gnus.org with SMTP; 23 Jun 2002 07:05:54 -0000 Original-Received: from eicq.dnsalias.org ([144.135.25.75]) by mta02ps.bigpond.com (Netscape Messaging Server 4.15 mta02ps Apr 29 2002 13:22:02) with SMTP id GY5D0X00.B2Q for ; Sun, 23 Jun 2002 17:05:21 +1000 Original-Received: from CTPP-p-144-134-149-32.prem.tmns.net.au ([144.134.149.32]) by PSMAM03.mailsvc.email.bigpond.com(MailRouter V3.0n 83/16364596); 23 Jun 2002 17:05:21 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.0.Beta7/8.12.0.Beta7) id g5N71Vgj001297; Sun, 23 Jun 2002 17:01:31 +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 In-Reply-To: (Toby Speight's message of "19 Jun 2002 21:20:46 +0100") Original-Lines: 21 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:45371 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45371 |--==> "TS" == Toby Speight writes: SY> ("group2" SY> (banner . (concat banner-1 "\\|" banner-2))))) SY> SY> But I can't get it to work. Anybody got any ideas? TS> (setq gnus-article-banner-alist TS> (let* ((b1 "regexp-1") TS> (b2 "regexp-2")) TS> (list (cons 'banner-1 b1) TS> (cons 'banner-2 b2) TS> (cons 'banner-1-2 (concat b1 "\\|" b2))))) Perfect! That's exactly what I'm looking for. Thanks. -- |---------------------| | XEmacs - It's not just an editor. | | It's a way of life. | |---------------------------------------|