From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59029 Path: main.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-parameters limitations Date: Sun, 31 Oct 2004 21:31:09 +0100 Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1099256515 27182 80.91.229.6 (31 Oct 2004 21:01:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 21:01:55 +0000 (UTC) Original-X-From: ding-owner+M7569@lists.math.uh.edu Sun Oct 31 22:01:43 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COMpb-00030s-00 for ; Sun, 31 Oct 2004 22:01:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1COMmr-0005Rc-00; Sun, 31 Oct 2004 14:58:53 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1COMmi-0005RU-00 for ding@lists.math.uh.edu; Sun, 31 Oct 2004 14:58:44 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1COMmg-0003X7-5o for ding@lists.math.uh.edu; Sun, 31 Oct 2004 14:58:42 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 70EFB3A00BB for ; Sun, 31 Oct 2004 14:58:39 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1COMmc-00012R-00 for ; Sun, 31 Oct 2004 21:58:38 +0100 Original-Received: from dialin-212-144-129-064.arcor-ip.net ([212.144.129.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2004 21:58:37 +0100 Original-Received: from Reiner.Steib by dialin-212-144-129-064.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2004 21:58:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 52 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialin-212-144-129-064.arcor-ip.net X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY;Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m,tWj]&},qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi,+g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xrANlV8P6ZzB69sYNRPd/0f6IuQ= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59029 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59029 On Sun, Oct 31 2004, Jochen K=FCpper wrote: > Apparently the parsing of gnus-parameters is performed so that the > first matching entry is used. Wouldn't it be nice to allow for > hierarchical settings as with posting styles, where all matching > entries are used and later settings overwrite earlier ones? > > Assume the following setting > ,---- > | (setq gnus-parameters > | '(("mail\\..*" > | (gnus-show-threads nil) > | (gnus-use-scoring nil) > | (gcc-self . t) > | (display . all)) > | ("mail\\.some\\.group" > | (gnus-use-scoring t) > | (to-group . "\\1")) > `---- > I would expect to have the following apply to mail.some.group: > ,---- > | (gnus-show-threads nil) > | (gcc-self . t) > | (display . all)) > | (gnus-use-scoring t) > | (to-group . "\\1")) > `---- Are you sure that it doesn't work? When I test it with... (setq gnus-parameters '(("gnus" (gnus-use-scoring nil) (rs-gnus-temp-1 1)) ("gmane.emacs.gnus.general" (gnus-use-scoring t) (rs-gnus-temp-1 2) (rs-gnus-temp-2 2)))) ... and enter gmane.emacs.gnus.general, I get: gnus-use-scoring t rs-gnus-temp-1 2 rs-gnus-temp-2 2 rs-gnus-temp-3 3 Bye, Reiner. --=20 ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/