From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39857 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: Generating Mail-Followup-To: headers Date: Fri, 2 Nov 2001 09:09:30 -0700 (MST) Sender: owner-ding@hpc.uh.edu Message-ID: <20011102160930.CC3D1BD52@squeaker.lickey.com> References: <87y9m9fs6b.fsf@squeaker.lickey.com> <87elo1exsd.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035175501 30186 80.91.224.250 (21 Oct 2002 04:45:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:45:01 +0000 (UTC) Cc: ding list Return-Path: Original-Received: (qmail 6783 invoked from network); 2 Nov 2001 16:14:52 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 2 Nov 2001 16:14:52 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15zgtb-0004aQ-00; Fri, 02 Nov 2001 10:10:15 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Nov 2001 10:09:54 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA26718 for ; Fri, 2 Nov 2001 10:09:39 -0600 (CST) Original-Received: (qmail 6702 invoked by alias); 2 Nov 2001 16:09:48 -0000 Original-Received: (qmail 6697 invoked from network); 2 Nov 2001 16:09:48 -0000 Original-Received: from hank.lickey.com (64.81.100.235) by gnus.org with SMTP; 2 Nov 2001 16:09:48 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id D6664EE33 for ; Fri, 2 Nov 2001 09:09:32 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id D1073BD27 for ; Fri, 2 Nov 2001 09:09:31 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id CC3D1BD52; Fri, 2 Nov 2001 09:09:30 -0700 (MST) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 02 Nov 2001 09:31:16 +0100") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) Mail-Followup-To: Kai.Grossjohann@CS.Uni-Dortmund.DE, ding@gnus.org X-Delivery-Agent: TMDA v0.40/Python 1.5.2 (linux2) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:39857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39857 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Maciej Matysiak writes: > >> right :) ok, my homework is done. now i have something like: >> >> (setq gnus-parameters '( >> ("ding-l-.*" >> (to-address . "ding@gnus.org") >> (to-list . "ding@gnus.org")))) >> >> it works nice, but why the list address is not visible in 'gnus customiz= e' >> buffer (in fields 'to address' and 'to list')? (also, this buffer is not >> killed after submiting the changes with 'done' button). > > Well, suppose you have the above in gnus-parameters and then hit `G > c' on a group ding-l-foo, and change the parameter there. What > should happen to the value of gnus-parameters? It should be left unchanged. > And what should happen to the setq statement which asks the Oracle > of Delphi to compute the right gnus-parameters value for the current > phase of the moon? I'd say the real group parameters would have precedence over gnus-parameters. --=20 matt