From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51235 Path: main.gmane.org!not-for-mail From: krause@sdbk.de (Sebastian D.B. Krause) Newsgroups: gmane.emacs.gnus.general Subject: Bug in documentation about adaptive scoring? Date: Sat, 05 Apr 2003 15:54:07 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87wui9dp8g.fsf@sdbk.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049550860 6688 80.91.224.249 (5 Apr 2003 13:54:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2003 13:54:20 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Sat Apr 05 15:54:19 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 191o7f-0001ji-00 for ; Sat, 05 Apr 2003 15:54:19 +0200 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 191o7j-0005Nf-00; Sat, 05 Apr 2003 07:54:23 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Apr 2003 07:55:28 -0600 (CST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA28617 for ; Sat, 5 Apr 2003 07:55:16 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 191o76-0001h3-00 for ; Sat, 05 Apr 2003 15:53:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@hpc.uh.edu Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 191o75-0001gt-00 for ; Sat, 05 Apr 2003 15:53:43 +0200 Original-Lines: 44 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:ZCiXMNpB/9qjzfY+JPsL7S28bHs= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51235 In the documentation about adaptive scoring I can find the following information: ,---- | The headers you can score on are `from', `subject', `message-id', | `references', `xref', `lines', `chars' and `date'. In addition, you | can score on `followup', which will create an adaptive score entry that | matches on the `References' header using the `Message-ID' of the | current article, thereby matching the following thread. | | You can also score on `thread', which will try to score all articles | that appear in a thread. `thread' matches uses a `Message-ID' to match | on the `References' header of the article. If the match is made, the | `Message-ID' of the article is added to the `thread' rule. (Think | about it. I'd recommend two aspirins afterwards.) `---- This is working well and based on the first paragraph: ,---- | (setq gnus-default-adaptive-score-alist | '((gnus-killed-mark (from -1) (followup -10)))) `---- But I can't get the scoring on `thread' working, e.g. with the following code: ,---- | (setq gnus-default-adaptive-score-alist | '((gnus-killed-mark (from -1) (followup -10) (thread -10)))) `---- When I exit the summary buffer, I get this error: ,---- | gnus-score-adaptive: Symbol's function definition is void: thread `---- Is this a bug in the documentation of Gnus and `thread' doesn't exist at all or am I doing something completely wrong with my configuration? (I hope it's the last because `thread' could be very useful... :)) Sebastian