From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19337 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: posting styles and regexps in variables Date: 30 Nov 1998 13:35:22 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157705 11079 80.91.224.250 (20 Oct 2002 23:48:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:48:25 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA16028 for ; Mon, 30 Nov 1998 07:36:01 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB03153; Mon, 30 Nov 1998 06:35:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 30 Nov 1998 06:35:45 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id GAA02299 for ; Mon, 30 Nov 1998 06:35:37 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA16018 for ; Mon, 30 Nov 1998 07:35:28 -0500 (EST) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id NAA23998 for ; Mon, 30 Nov 1998 13:35:24 +0100 (MET) Original-Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id NAA13587; Mon, 30 Nov 1998 13:35:23 +0100 Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "30 Nov 1998 09:18:05 +0100" Original-Lines: 36 User-Agent: Gnus/5.070056 (Pterodactyl Gnus v0.56) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19337 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19337 Steinar Bang writes: > (setq gnus-posting-styles > '((".*" > (signature-file "~/.signature") > (organization "NCR METIS")) > ((eval mc-newsgroups) > (address "sb@dod.no") > (organization "Denizens of Doom, Norway Chapter")) > ((eval private-newsgroups) > (address "steinar@bang.priv.no") > (organization "Anarchists Guild")) > ((eval hobby-newsgroups) > (signature-file "~/.signature-hobby")) > )) How about this? (setq gnus-posting-styles `((".*" (signature-file "~/.signature) (organization "NCR METIS")) (,mc-newsgroups (address "sb@dod.no") (organization "Denizens of Doom, Norway Chapter")) (,private-newsgroups (address "steinar@bang.priv.no") (organization "Anarchists Guild")) (,hobby-newsgroups (signature-file "~/.signature-hobby")))) Note the ` and the , ... kai -- Life is hard and then you die.