From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24177 Path: main.gmane.org!not-for-mail From: pahe@daimi.au.dk (Peter von der =?iso-8859-1?q?Ah=E9?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Word based adaptive scoring Date: 12 Jul 1999 17:35:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035161788 7281 80.91.224.250 (21 Oct 2002 00:56:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:56:28 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02814 for ; Mon, 12 Jul 1999 11:36:15 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB13652; Mon, 12 Jul 1999 10:36:01 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Jul 1999 10:36:47 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA19049 for ; Mon, 12 Jul 1999 10:36:37 -0500 (CDT) Original-Received: from ufleku.daimi.au.dk (root@ufleku.daimi.au.dk [130.225.19.182]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02782 for ; Mon, 12 Jul 1999 11:35:35 -0400 (EDT) Original-Received: (from pahe@localhost) by ufleku.daimi.au.dk (8.9.3/8.8.4) id RAA21025; Mon, 12 Jul 1999 17:35:34 +0200 Original-To: ding@gnus.org X-Attribution: Ahe Original-Lines: 51 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24177 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24177 >>>>> "KG" == Kai Großjohann writes: KG> You can frob the adaptive scoring options by customizing the score KG> file (see the Score menu in the group, or `V C' from the summary KG> buffer). I'm sorry, I don't see how this should help me, I *do* know how to edit score files. I have used V e in the summary buffer, and created this score file: ((local (gnus-use-adaptive-scoring (word)) (gnus-ignored-adaptive-words ("linux" "gnome" "perl" "c")) (gnus-default-adaptive-score-alist ((gnus-unread-mark) (gnus-ticked-mark) (gnus-dormant-mark (subject 2)) (gnus-del-mark (subject -1)) (gnus-read-mark (subject 2)) (gnus-expirable-mark (subject -1)) (gnus-killed-mark (subject -3)) (gnus-kill-file-mark) (gnus-ancient-mark) (gnus-low-score-mark) (gnus-catchup-mark (subject -1)))))) I have tried setting group parameteres (pressing G p in the Group Buffer) to: ((gnus-use-adaptive-scoring '(word))) Now I have tried setting Adapt to '(word) in the customize buffer, as you suggests, but no luck. The value of gnus-use-adaptive-scoring is buffer local and '(word) in the group, but the entires in the ADAPT file still are of '(line) kind. Help :-) Cheers, Peter