Gnus development mailing list
 help / color / mirror / Atom feed
From: pahe@daimi.au.dk (Peter von der Ahé)
Subject: [PATCH] Buffer local adaptive scoring
Date: 20 Jul 1999 02:58:06 +0200	[thread overview]
Message-ID: <yc0yagcrvc1.fsf@ufleku.daimi.au.dk> (raw)
In-Reply-To: <yc03dyuj608.fsf@ufleku.daimi.au.dk>

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Hi!

I previously wrote to this list about a problem with word based
adaptive scoring.  This seems to be a bug, so I have made a patch:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: use buffer local gnus-use-adaptive-scoring --]
[-- Type: text/x-patch, Size: 1440 bytes --]

diff -rc pgnus-0.95-vanilla/lisp/ChangeLog pgnus-0.95/lisp/ChangeLog
*** pgnus-0.95-vanilla/lisp/ChangeLog	Sat Jul 10 00:22:55 1999
--- pgnus-0.95/lisp/ChangeLog	Tue Jul 20 02:43:26 1999
***************
*** 1,3 ****
--- 1,8 ----
+ Tue Jul 20 02:39:56 1999  Peter von der Ahé  <peter@ahe.dk>
+ 
+ 	* gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
+ 	to have buffer local values.
+ 
  Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
  
  	* gnus.el: Pterodactyl Gnus v0.95 is released.
Only in pgnus-0.95/lisp: ChangeLog~
diff -rc pgnus-0.95-vanilla/lisp/gnus-sum.el pgnus-0.95/lisp/gnus-sum.el
*** pgnus-0.95-vanilla/lisp/gnus-sum.el	Fri Jul  9 21:16:21 1999
--- pgnus-0.95/lisp/gnus-sum.el	Tue Jul 20 02:18:09 1999
***************
*** 5280,5286 ****
      (unless quit-config
        ;; Do adaptive scoring, and possibly save score files.
        (when gnus-newsgroup-adaptive
! 	(gnus-score-adaptive))
        (when gnus-use-scoring
  	(gnus-score-save)))
      (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
--- 5280,5287 ----
      (unless quit-config
        ;; Do adaptive scoring, and possibly save score files.
        (when gnus-newsgroup-adaptive
! 	(let ((gnus-newsgroup-adaptive gnus-use-adaptive-scoring))
! 	  (gnus-score-adaptive)))
        (when gnus-use-scoring
  	(gnus-score-save)))
      (gnus-run-hooks 'gnus-summary-prepare-exit-hook)

      parent reply	other threads:[~1999-07-20  0:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-12 14:29 Word based " Peter von der Ahé
1999-07-12 14:45 ` Kai Großjohann
1999-07-12 15:35   ` Peter von der Ahé
1999-07-20  0:58 ` Peter von der Ahé [this message]

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=yc0yagcrvc1.fsf@ufleku.daimi.au.dk \
    --to=pahe@daimi.au.dk \
    /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).