From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59825 Path: main.gmane.org!not-for-mail From: Christer Ekholm Newsgroups: gmane.emacs.gnus.general Subject: How to prevent ticked articles to raise score every time I exit a group? Date: Wed, 16 Feb 2005 23:48:47 +0100 Message-ID: <86hdkct92o.fsf@poke.chrekh.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108597146 12219 80.91.229.2 (16 Feb 2005 23:39:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 23:39:06 +0000 (UTC) Original-X-From: ding-owner+M8366@lists.math.uh.edu Thu Feb 17 00:39:06 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1Ykk-0006Ld-ST for ding-account@gmane.org; Thu, 17 Feb 2005 00:38:43 +0100 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 1D1YmV-0002pd-00; Wed, 16 Feb 2005 17:40:31 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D1Y2a-0002i4-00 for ding@lists.math.uh.edu; Wed, 16 Feb 2005 16:53:04 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D1Y2V-0001kH-SR for ding@lists.math.uh.edu; Wed, 16 Feb 2005 16:53:00 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D1Y2U-0001CM-00 for ; Wed, 16 Feb 2005 23:52:58 +0100 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D1Xzn-0006zS-Li for ding@gnus.org; Wed, 16 Feb 2005 23:50:11 +0100 Original-Received: from c-8a9471d5.012-53-73746f50.cust.bredbandsbolaget.se ([213.113.148.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Feb 2005 23:50:11 +0100 Original-Received: from che by c-8a9471d5.012-53-73746f50.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Feb 2005 23:50:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-8a9471d5.012-53-73746f50.cust.bredbandsbolaget.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:RCWE2+UhC6unxD8MqQ0cXDTPdi0= X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8366@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59825 Hi! I'm using adaptive scoring, and thats a wonderful thing. I like to raise the score for articles I have ticked, so I have currently (setq gnus-default-adaptive-score-alist '((gnus-kill-file-mark) (gnus-ancient-mark) (gnus-low-score-mark) (gnus-unread-mark) (gnus-catchup-mark (from -1) (subject -2) (followup -1) (message-id -1) ) (gnus-read-mark (from 4) (subject 5) (followup 3) (message-id 2) (references 2) ) (gnus-killed-mark (from -2) (subject -15) (followup -3) ) (gnus-ticked-mark (from 5) (subject 10) (followup 3) ) (gnus-dormant-mark (from 5) (subject 8) (followup 3) ) (gnus-del-mark (from -2) (subject -10) (followup -3) ) )) The problem is that the intresting ticked article raise the score every time I read the group. Is there any way I can raise the score for ticked articles only the first time?