From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54623 Path: main.gmane.org!not-for-mail From: James H.Cloos Jr. Newsgroups: gmane.emacs.gnus.general Subject: gnus-parameter-to-list-alist Date: Sat, 01 Nov 2003 22:22:13 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067743461 11542 80.91.224.253 (2 Nov 2003 03:24:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2003 03:24:21 +0000 (UTC) Original-X-From: ding-owner+M3164@lists.math.uh.edu Sun Nov 02 04:24:19 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 1AG8qh-0000iX-00 for ; Sun, 02 Nov 2003 04:24:19 +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 1AG8oy-0008V8-00; Sat, 01 Nov 2003 21:22:32 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AG8oq-0008V0-00 for ding@lists.math.uh.edu; Sat, 01 Nov 2003 21:22:24 -0600 Original-Received: from ore.jhcloos.com (ore.jhcloos.com [64.240.156.239]) by justine.libertine.org (Postfix) with ESMTP id 888EE3A0074 for ; Sat, 1 Nov 2003 21:22:23 -0600 (CST) Original-Received: from lugabout.jhcloos.org (host-69-48-13-239.roc.choiceone.net [69.48.13.239]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "lugabout.jhcloos.org", Issuer "ca.jhcloos.com" (verified OK)) by ore.jhcloos.com (Postfix) with ESMTP id 03EBE1C5DD for ; Sat, 1 Nov 2003 21:22:14 -0600 (CST) Original-Received: from lugabout.jhcloos.org (localhost [127.0.0.1]) by lugabout.jhcloos.org (Postfix) with ESMTP id 92515258F9 for ; Sun, 2 Nov 2003 03:22:14 +0000 (GMT) Original-To: ding@gnus.org Original-Lines: 13 User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54623 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. Else I'll need to turd up my .newsrc.eld with lots of to-list parameter entries. :( 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.... -JimC