From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43248 Path: main.gmane.org!not-for-mail From: IPmonger Newsgroups: gmane.emacs.gnus.general Subject: Help with adaptive scoring problems Date: Thu, 21 Feb 2002 02:42:39 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178371 16560 80.91.224.250 (21 Oct 2002 05:32:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:32:51 +0000 (UTC) Return-Path: Original-Received: (qmail 21013 invoked from network); 22 Feb 2002 15:32:30 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 22 Feb 2002 15:32:30 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16eHeA-0007sI-00; Fri, 22 Feb 2002 09:30:06 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 22 Feb 2002 09:30:05 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA02488 for ; Fri, 22 Feb 2002 09:29:57 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g1MFTqG17019 for ding@hpc.uh.edu; Fri, 22 Feb 2002 09:29:52 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA25928 for ; Thu, 21 Feb 2002 01:43:01 -0600 (CST) Original-Received: (qmail 5677 invoked by alias); 21 Feb 2002 07:42:55 -0000 Original-Received: (qmail 5672 invoked from network); 21 Feb 2002 07:42:55 -0000 Original-Received: from cornelius.delamancha.org (216.7.21.38) by gnus.org with SMTP; 21 Feb 2002 07:42:55 -0000 Original-Received: (from ipmonger@localhost) by cornelius.delamancha.org (8.11.6/8.11.6) id g1L7geb06123; Thu, 21 Feb 2002 02:42:40 -0500 X-Authentication-Warning: cornelius.delamancha.org: ipmonger set sender to ipmonger@delamancha.org using -f Original-To: Gnus Mailing List Original-Lines: 46 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.5 (bamboo, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43248 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43248 Folks, Here's my definition of gnus-default-adaptive-score-alist (load from .gnus.el): (defvar gnus-default-adaptive-score-alist '((gnus-unread-mark (thread 10)) (gnus-ticked-mark (from 4)) (gnus-dormant-mark (from 5)) (gnus-del-mark (from -4) (subject -1) (thread -1)) (gnus-read-mark (from 4) (subject 2) (thread 25)) (gnus-expirable-mark) (gnus-killed-mark (from -10) (subject -3)) (gnus-kill-file-mark) (gnus-ancient-mark) (gnus-low-score-mark) (gnus-catchup-mark (from -1) (subject -1)))) When I have this defined, I can not exit from a *Summary* buffer correctly, due to an unbound symbol 'thread gnus-score-adaptive (gnus-score.el, line:2181) is not correctly handling the (thread ) elements of the above alist: On line 2211, the string "mail-header-thread" is looked up in obarray, not found, so a new (unbound) symbol mail-header-thread is created. Since it is unbound, (fboundp ...) (line 2212) is nil, which means that we skip down to line 2224 - which preserves the (thread ) form and then go on with the conversion of the alist. Now, when we get down to line 2234 - to begin scoring - we end up with (funcall thread headers), but 'thread is unbound! Yow! Any help with figuring out where this is *supposed* to be set would be appreciated. I'm running Oort 0.06 updated from CVS at 00:58 EST on 2002-02-21. -IPmonger -- ------------------ IPmonger ipmonger@delamancha.org