From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9356 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.gnus.user Subject: Re: rx and gnus-posting-styles Date: Fri, 20 Jul 2007 14:58:37 +0200 Message-ID: References: <7y7hd773j.fsf@googlemail.com> <9olkdd76m9.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184938830 3335 80.91.229.12 (20 Jul 2007 13:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2007 13:40:30 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Jul 20 15:40:27 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IBsiZ-0001XF-9A for gegu-info-gnus-english@m.gmane.org; Fri, 20 Jul 2007 15:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBsiY-00035k-Rg for gegu-info-gnus-english@m.gmane.org; Fri, 20 Jul 2007 09:40:26 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-X-Trace: individual.net CguVkzZs0RS+aAbOgLUxNw/PKzdi9JXOHWbeuGJC8G1JsfZ3iY X-Orig-Path: news.individual.net!news Cancel-Lock: sha1:w7u83fCxPSAzpLUJE0MUreYJxKw= sha1:pLERfFdD4GETYVWbmP8fgjUaTE0= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79541 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9356 Archived-At: Tassilo Horn writes: > Hadron writes: > > Hi Hadron, > >>>> Or in other words how to match, using rx, all groups containing >>>> "linux" or "emacs" for example? >>> >>> (,(rx (or "linux" "emacs")) >>> (address "hadron+linux@foobar.invalid")) >> >> Would you be so good as to maybe try this? e.g try to post to >> comp.os.linux.ubuntu and see if that "contains linux" works? > > Yep, wors for both groups with emacs or linux in it. > >> It doesn't match for me. I have double checked everything. > > I guess the problem is that after this posting style follow some others > which match comp.os.linux.ubuntu, too, and thus overwrite this setting. > > Bye, > Tassilo What am I doing wrong here? (setq gnus-posting-styles '(,(rx (or "linux" "emacs")) (address "hadron+linux@foobar.invalid")) ) Doesn't match either groups containing emacs or linux.