From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9372 Path: news.gmane.org!not-for-mail From: Brep Newsgroups: gmane.emacs.gnus.user Subject: Re: rx and gnus-posting-styles Date: Sun, 22 Jul 2007 19:55:57 +0800 Organization: emacsfans.org 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 1185120627 707 80.91.229.12 (22 Jul 2007 16:10:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2007 16:10:27 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jul 22 18:10:26 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 1ICe0m-0007GJ-E9 for gegu-info-gnus-english@m.gmane.org; Sun, 22 Jul 2007 18:10:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICe0l-0000vp-SY for gegu-info-gnus-english@m.gmane.org; Sun, 22 Jul 2007 12:10:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-NNTP-Posting-Host: 218.56.220.75 Original-X-Trace: news.cn99.com 1185108206 17347 218.56.220.75 (22 Jul 2007 12:43:26 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sun, 22 Jul 2007 12:43:26 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 Hamster/2.1.0.11 Cancel-Lock: sha1:XkcqLFW4EIr5cLJeZEhNg5C+EOU= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79555 X-Mailman-Approved-At: Sun, 22 Jul 2007 12:10:02 -0400 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:9372 Archived-At: Hadron writes: > Tassilo Horn writes: > >> Hadron writes: >> >> Hi Hadron, >> >>> What am I doing wrong here? >> >> As I said in a previous posting: >> >> You can but you have to understand backquoting, see >> (info "(elisp)Backquote"). >> >>> (setq gnus-posting-styles >>> '(,(rx (or "linux" "emacs")) `(,(rx (or "linux" "emacs")) backquote here. >>> (address "hadron+linux@foobar.invalid")) >>> ) >>> >>> Doesn't match either groups containing emacs or linux. >> >> Yes, because the rx form won't be expanded. > > The form is the code you gave to me in an earlier post and reading the > text the "," should be backquoting it? Clearly I am missing something > obvious?