Gnus development mailing list
 help / color / mirror / Atom feed
From: Hans de Graaff <graaff@xs4all.nl>
Subject: Re: adaptive scoring in pgnus 0.96
Date: 07 Nov 1999 09:15:45 +0100	[thread overview]
Message-ID: <87aeoqsoni.fsf@graaff.xs4all.nl> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "07 Nov 1999 01:20:12 +0100"

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Hans de Graaff <graaff@xs4all.nl> writes:
> 
> > I'm not really a lisp expert, but some debugging reveals that no
> > articel seems to get through this part of the code, because the assq
> > yields nil. 
> > 
> > 	(while (setq d (pop data))
> > 		  (when (and
> > 			 (not (gnus-data-pseudo-p d))
> > 			 (setq score
> > 			       (cdr (assq
> > 				     (gnus-data-mark d)
> > 				     gnus-adaptive-word-score-alist))))
> 
> What is `gnus-adaptive-word-score-alist'?

Value: ((\,gnus-read-mark . 3) (\,gnus-catchup-mark . -1) (\,gnus-killed-mark . -3) (\,gnus-del-mark . -1))

I've set it in .gnus according to the example in the manual, except
with smaller values. What makes me a bit suspicious now is that the
example of setting gnus-default-adaptive-score-alist sets the marks
without the , in front of them.

Hans


  reply	other threads:[~1999-11-07  8:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-31  1:44 Bud Rogers
1999-10-31  2:01 ` Robin S. Socha
1999-10-31  2:15   ` Bud Rogers
1999-10-31  7:18 ` Hans de Graaff
1999-10-31 16:01 ` Stainless Steel Rat
1999-10-31 17:34   ` Hans de Graaff
1999-11-07  0:20     ` Lars Magne Ingebrigtsen
1999-11-07  8:15       ` Hans de Graaff [this message]
1999-11-07 13:13         ` Kai Großjohann
1999-11-07 16:47           ` Hans de Graaff
1999-11-01  1:38   ` Bud Rogers
1999-11-01 17:20     ` Stainless Steel Rat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aeoqsoni.fsf@graaff.xs4all.nl \
    --to=graaff@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).