From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15814 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus manual scoring tips Date: 03 Aug 1998 20:23:27 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154785 24189 80.91.224.250 (20 Oct 2002 22:59:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:59:45 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id SAA23094 for ; Mon, 3 Aug 1998 18:36:59 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id VAA05703 for ; Mon, 3 Aug 1998 21:32:36 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id UAT31226; Mon, 3 Aug 1998 20:03:15 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Aug 1998 20:29:00 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id UAA24876 for ; Mon, 3 Aug 1998 20:28:51 -0500 (CDT) Original-Received: from post.mail.demon.net (post-12.mail.demon.net [194.217.242.41]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id VAA25349 for ; Mon, 3 Aug 1998 21:28:45 -0400 (EDT) Original-Received: from (lotusland.demon.co.uk) [158.152.62.156] by post.mail.demon.net with smtp (Exim 1.82 #2) id 0z3Vu6-0007hd-00; Tue, 4 Aug 1998 01:28:42 +0000 Original-Received: from mike by lotusland.demon.co.uk with local (Exim 2.01 #1) for ding@gnus.org id 0z3Vu5-0000QY-00; Tue, 4 Aug 1998 02:28:41 +0100 Original-To: ding@gnus.org In-Reply-To: Harry Putnam's message of "03 Aug 1998 10:25:44 -0700" X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Original-Lines: 30 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15814 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15814 Harry Putnam writes: > This example from Advanced Scoring Examples > ((& > ("from" "Lars Ingebrigtsen") > (| > ("subject" "Gnus") > ("lines" 100 >))) > 1000) > > Produces this message when inserted from summary buffer with 'V e': > > C-c C-c to save edits > Wrote /home/dj/News/comp.emacs.xemacs.SCORE > Illegal score element 1000 in /home/dj/News/comp.emacs.xemacs.SCORE Looks like you've been `bracketed' :-). If you're inserting the examples as is from the manual, with nothing else in your score file, then you need to add an opening and a closing parenthesis around the whole lot. The score file is a list of lists. The examples are just one of these lists and require enclosing in in the list that constitutes the `score' alist as a whole. `M-x paren-set-mode' is a must for me when working with all these bracket thingies. -- Mike.