From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54736 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-parameter-to-list-alist Date: Sun, 09 Nov 2003 00:30:25 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068334526 7271 80.91.224.253 (8 Nov 2003 23:35:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2003 23:35:26 +0000 (UTC) Original-X-From: ding-owner+M3277@lists.math.uh.edu Sun Nov 09 00:35:24 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIcc0-0001oE-00 for ; Sun, 09 Nov 2003 00:35:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AIcbU-0003lD-00; Sat, 08 Nov 2003 17:34:52 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AIcbP-0003l8-00 for ding@lists.math.uh.edu; Sat, 08 Nov 2003 17:34:48 -0600 Original-Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by justine.libertine.org (Postfix) with ESMTP id 453603A0070 for ; Sat, 8 Nov 2003 17:34:47 -0600 (CST) Original-Received: from [195.215.224.244] (0xc3d7e0f4.esnxr4.ras.tele.dk [195.215.224.244]) by pfepb.post.tele.dk (Postfix) with ESMTP id 3E2D45EE0EF for ; Sun, 9 Nov 2003 00:34:44 +0100 (CET) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (James H. Cloos, Jr.'s message of "Sat, 01 Nov 2003 22:22:13 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54736 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54736 James H.Cloos Jr. writes: > Can this be set such that the value references the key? > > Ie, if the key were eg ^.+\(foo.bar@baz.???\)$ I'd like to make > the value expand out to whatever was matched w/in the \(\) pair. I'm not sure, but the example near the end of suggests that it's possible if you use `gnus-parameters'. > I've not been able to track down exactly where the alist get's > used by the code -- I don't see any reference to it in the .el > files -- so there must be some pattern-matching there.... The trick is in the macro `gnus-define-group-parameter'.