From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60461 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with message-dont-reply-to-names Date: Fri, 17 Jun 2005 20:51:16 +0000 Message-ID: <873brgaerf.fsf@mat.ucm.es> References: <87slzgdasr.fsf@mat.ucm.es> <87br64hnjs.fsf@koldfront.dk> <877jgsbv0m.fsf@mat.ucm.es> <877jgshlo8.fsf@koldfront.dk> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1119034037 29854 80.91.229.2 (17 Jun 2005 18:47:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 18:47:17 +0000 (UTC) Original-X-From: ding-owner+M8988=ding+2Daccount=gmane.org@lists.math.uh.edu Fri Jun 17 20:47:06 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjLqw-0004xB-U5 for ding-account@gmane.org; Fri, 17 Jun 2005 20:46:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DjLwF-0000Qv-01 for ding-account@gmane.org; Fri, 17 Jun 2005 13:51:35 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DjLwB-0000Qn-00 for ding@lists.math.uh.edu; Fri, 17 Jun 2005 13:51:31 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DjLw9-0001xY-ES for ding@lists.math.uh.edu; Fri, 17 Jun 2005 13:51:29 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DjLw8-0003RI-00 for ; Fri, 17 Jun 2005 20:51:28 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1119034288 12994 147.96.7.218 (17 Jun 2005 18:51:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 17 Jun 2005 18:51:28 +0000 (UTC) X-Hashcash: 1:20:050617:gnus.ding::GbMtAjGXUmTgftD8:000000004m4S User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:mcFNnlDVyD95c6bgy5jfLx6H7pY= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60461 >>>>> "Adam" == Adam Sjøgren writes: Adam> On Fri, 17 Jun 2005 20:14:49 +0000, Uwe wrote: >> (setq message-dont-reply-to-names "\\(Uwe \\| uwe \\| uwe brauer\\| >> Uwe Brauer\\)\\(\\)") (setq >> message-dont-reply-to-names "\\(Uwe Brauer >> \\)\\|\\(uwe brauer >> \\)\\|\\(\\)") Adam> I think you're missing the point. The structure should be: You are completely right. (Regexp Grr) Adam> \((onething\\|anotherthing\\|athirdthing\\|afourth\\) Adam> I think. Does that help? It does thanks Uwe