From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61169 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Better defaults for adaptive scores together with decays. Date: Fri, 14 Oct 2005 15:16:05 +0200 Message-ID: References: <87achfhej1.fsf@futtelifut.dyndns.org> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129296151 2802 80.91.229.2 (14 Oct 2005 13:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2005 13:22:31 +0000 (UTC) Cc: Ding List Original-X-From: ding-owner+m9702@lists.math.uh.edu Fri Oct 14 15:22:18 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQPUn-0005mc-LF for ding-account@gmane.org; Fri, 14 Oct 2005 15:21:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EQPUc-0001Xw-00; Fri, 14 Oct 2005 08:21:02 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EQPQ8-0001Xr-00 for ding@lists.math.uh.edu; Fri, 14 Oct 2005 08:16:24 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EQPQ2-0003FU-MO for ding@lists.math.uh.edu; Fri, 14 Oct 2005 08:16:24 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.1]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EQPPw-0005nn-00; Fri, 14 Oct 2005 15:16:12 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.4/8.13.4) with ESMTP id j9EDG5XH004634; Fri, 14 Oct 2005 15:16:06 +0200 (MEST) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id C496B10AA9; Fri, 14 Oct 2005 15:16:05 +0200 (CEST) Original-To: bugs@gnus.org, Martin Geisler Mail-Followup-To: Martin Geisler , Ding List X-Face: 3Phac&+dw=IZHjhua]bp}LH<*p{qzj8u+ On Wed, Oct 12 2005, Martin Geisler wrote: > Gnus v5.11 > GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars, multi-tty) [...] > When using adaptive scoring together with decaying of scores, authors > are never really adaptively scored: when reading an article the from > address gets +3, but the default decay function snaps scores between > -3 and +3 to zero... so unless you happen to read several articles by > the same author on a given day, then the scores will always stay at > zero. > > Increasing the default scores (to 10 or something like that) seems to > work for me. How about making it depend on `gnus-score-decay-constant'? But maybe that's overkill and we should only mention it in the doc string. Opinions? (defcustom gnus-default-adaptive-score-alist `((gnus-kill-file-mark) (gnus-unread-mark) (gnus-read-mark (from , (+ 2 gnus-score-decay-constant)) (subject , (+ 27 gnus-score-decay-constant))) (gnus-catchup-mark (subject , (+ -7 (* -1 gnus-score-decay-constant)))) (gnus-killed-mark (from , (- -1 gnus-score-decay-constant)) (subject , (+ -17 (* -1 gnus-score-decay-constant)))) (gnus-del-mark (from , (- -1 gnus-score-decay-constant)) (subject , (+ -12 (* -1 gnus-score-decay-constant))))) "*Alist of marks and scores. If you use score decays, you might want to set values higher than `gnus-score-decay-constant'." ;; [...] ) Result with the default value of `gnus-score-decay-constant' (3): ELISP> gnus-default-adaptive-score-alist ((gnus-kill-file-mark) (gnus-unread-mark) (gnus-read-mark (from 5) (subject 30)) (gnus-catchup-mark (subject -10)) (gnus-killed-mark (from -4) (subject -20)) (gnus-del-mark (from -4) (subject -15))) Current default value: ((gnus-kill-file-mark) (gnus-unread-mark) (gnus-read-mark (from 3) (subject 30)) (gnus-catchup-mark (subject -10)) (gnus-killed-mark (from -1) (subject -20)) (gnus-del-mark (from -2) (subject -15))) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/