From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4466 Path: news.gmane.org!not-for-mail From: francois.lagarde.nospam@spam.fr (=?iso-8859-15?q?Fran=E7ois_LAGARDE?=) Newsgroups: gmane.emacs.gnus.user Subject: Concat signatures. Date: Fri, 11 Feb 2005 13:50:50 +0100 Organization: =?iso-8859-15?q?Universit=E9_de_Technologie_de_Compi=E8gne?= Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670374 23345 80.91.229.2 (31 Jan 2006 01:19:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:34 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:48 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!feed.news.tiscali.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!usenet-fr.net!gaoland.net!grec.isp.9tel.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 161.255.97-84.rev.gaoland.net Original-X-Trace: apollon.grec.isp.9tel.net 1108126279 29033 84.97.255.161 (11 Feb 2005 12:51:19 GMT) Original-X-Complaints-To: abuse@9online.fr Original-NNTP-Posting-Date: Fri, 11 Feb 2005 12:51:19 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:Ljsxh41pp5sstXtS0Pc0m0CDcNk= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4607 Original-Lines: 14 X-Gnus-Article-Number: 4607 Tue Jan 17 17:33:48 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4466 Archived-At: Hello, I would like to concat differents signature-file in my posting-style. Ideally I would lile something like that: (setq gnus-posting-styles '((".*" (signature (concat "my_first_file" "my_second_file"))) (".*afield.*" (signature (concat "my_first_file" "my_third_file"))) ) ) Any idea. Thanks