From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24789 Path: main.gmane.org!not-for-mail From: Gerald.Preissler@gmx.de Newsgroups: gmane.emacs.gnus.general Subject: problem with thread scoring Date: 25 Aug 1999 11:43:49 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87k8qkjiui.fsf@nathan.localnet> 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 1035162295 10655 80.91.224.250 (21 Oct 2002 01:04:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:04:55 +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 FAA01116 for ; Wed, 25 Aug 1999 05:45:03 -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.3/8.9.3) with ESMTP id EAB19910; Wed, 25 Aug 1999 04:44:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 25 Aug 1999 04:43:15 -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 EAA06838 for ; Wed, 25 Aug 1999 04:43:05 -0500 (CDT) Original-Received: from mail.ivm.net (mail.ivm.net [62.204.1.4]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA01087 for ; Wed, 25 Aug 1999 05:42:18 -0400 (EDT) Original-Received: from nathan (port68.bonn.ivm.de [195.247.226.68]) by mail.ivm.net (8.8.8/8.8.8) with ESMTP id LAA04861 for ; Wed, 25 Aug 1999 11:42:02 +0200 X-To: Original-Received: from jerry by nathan with local (Exim 2.05 #1 (Debian)) id 11JZav-00045y-00; Wed, 25 Aug 1999 11:43:49 +0200 Original-To: ding@gnus.org Original-Lines: 46 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24789 Hi folks! What I want to do : I want to lower the score for (sub-)threads that I´m no interested in. I try to use adaptive scoring to lower the score for any reply to an article that I have marked with gnus-del-mark or that has gnus-low- score-mark. The score list I came up with is : (defvar gnus-default-adaptive-score-alist '((gnus-unread-mark) (gnus-ticked-mark) (gnus-dormant-mark (from 5)) (gnus-del-mark (thread -1)) (gnus-read-mark) (gnus-expirable-mark) (gnus-killed-mark) (gnus-kill-file-mark) (gnus-ancient-mark) (gnus-low-score-mark (thread -1)) (gnus-catchup-mark) )) Unfortunatly, this does not work as expected. When I score down some threads and try to leave the group, gnus complains with : Symbol´s function definition is void: thread My questions are : - what am I doing wrong? - is this a sensible way to achive what I want in the first place? And an other thing : >>From reading the info file I learned that using adaptive scoring together with auto-expiry is bad because adaptive scoring is messed up by the expirable mark set by auto expiry. Does this mean that I can use the two together if I *don´t* score on gnus-expirable-mark as in the example above? thanks Jerry -- Just being paranoid does not mean they´re *not* out to get you...