From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79461 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: inheritatively specifying group parameters (was: Where are group parameters stored?) Date: Wed, 13 Jul 2011 22:50:53 +0200 Organization: my virtual residence Message-ID: <877h7l3nwy.fsf@yun.yagibdah.de> References: <8762ncnb5a.fsf@member.fsf.org> <87r55v1hks.fsf@member.fsf.org> <871uxvrody.fsf@yun.yagibdah.de> <87fwma7ivx.fsf@member.fsf.org> <87liw22bfi.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310590296 2867 80.91.229.12 (13 Jul 2011 20:51:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2011 20:51:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27757@lists.math.uh.edu Wed Jul 13 22:51:32 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qh6P5-0007KK-O4 for ding-account@gmane.org; Wed, 13 Jul 2011 22:51:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Qh6Oe-0000qx-8o; Wed, 13 Jul 2011 15:51:04 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Qh6Ob-0000qc-DG for ding@lists.math.uh.edu; Wed, 13 Jul 2011 15:51:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Qh6OW-0006n5-Id for ding@lists.math.uh.edu; Wed, 13 Jul 2011 15:51:01 -0500 Original-Received: from static.103.179.46.78.clients.your-server.de ([78.46.179.103] helo=static.73.179.46.78.clients.your-server.de) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Qh6OU-0007Nd-NT for ding@gnus.org; Wed, 13 Jul 2011 22:50:54 +0200 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.76) (envelope-from ) id 1Qh6OT-0008ME-TF for ding@gnus.org; Wed, 13 Jul 2011 22:50:53 +0200 Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: 0.1 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1863--6165h-0s--0d--H*u:Emacs, 0.000-1728--5717h-0s--0d--H*u:Gnus, 0.000-1652--5466h-0s--0d--H*u:linux, 0.000-1652--5466h-0s--0d--H*UA:linux, 0.000-1601--5298h-0s--0d--H*UA:gnu Spam tokens: 0.987-1--0h-1s--0d--H*r:sk:clients, 0.957-4435--1456h-53705s--0d--H*r:quimby.gnus.org, 0.932-378--250h-5721s--0d--inheritance, 0.923-244--205h-4086s--0d--H*r:sk:static., 0.885-1686--4238h-54008s--0d--HX-Spam-Relays-External:quimby.gnus.org Autolearn status: no -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.0 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79461 Archived-At: lee writes: > Tassilo Horn writes: > >> lee writes: >> >> Hi Lee, >> >>>> (setq gnus-parameters >>>> `((,(rx (or "emacs" "gnus")) ;; 1) >>>> (gnus-button-emacs-level 10)) > > [...] > Inheritance can be very useful to me because without it, I have a lot of > repetitive entries in my list of gnus-parameters. > How comes that the following doesn't work: (setq gnus-parameters '((,(rx (or "bogus" "mail")) (gnus-show-threads nil) (gnus-use-scoring nil) (gnus-article-sort-functions '((not gnus-article-sort-by-date))) (display . [not expire]) (gcc-self . "mail.sent") (gnus-summary-line-format ":%U%R%z%I(%5L) %(%[%-23,23f%]%) %11&user-date; '%s\n")) )) It gives me a backtrace when starting gnus: ,---- | Debugger entered--Lisp error: (wrong-type-argument stringp (\, (rx (or "bogus" "mail")))) | string-match((\, (rx (or "bogus" "mail"))) "nnmaildir+temp:copy") | gnus-group-fast-parameter("nnmaildir+temp:copy" read-only allow-list) | gnus-group-find-parameter("nnmaildir+temp:copy" read-only allow-list) | nnmaildir--param("nnmaildir+temp:copy" read-only) | byte-code([...]) | nnmaildir--scan("copy" nil [0] (nnmaildir "temp" (directory "~/md-access")) "/home/lee/md-access/" directory-files) | nnmaildir-request-scan(find-new-groups "temp") | nnmaildir-request-list("temp") | nnmaildir-request-newgroups("Wed, 13 Jul 2011 22:27:18 +0200" "temp") | gnus-request-newgroups("Wed, 13 Jul 2011 22:27:18 +0200" (nnmaildir "temp" (directory "~/md-access"))) | gnus-ask-server-for-new-groups() | gnus-find-new-newsgroups() | gnus-setup-news(nil nil nil) | byte-code([...]) | gnus-1(nil nil nil) | gnus(nil) | call-interactively(gnus t nil) | execute-extended-command(nil) | call-interactively(execute-extended-command nil nil) `----