From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56490 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: Why do I get *.ADAPT files for nnml groups? Date: Tue, 02 Mar 2004 10:08:16 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <877jy5djfg.fsf@emptyhost.emptydomain.de> <873c8tdj6a.fsf@emptyhost.emptydomain.de> <87vfloyyzq.fsf@tc-1-100.kawasaki.gol.ne.jp> <87u1174t50.fsf@emptyhost.emptydomain.de> Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078221705 7918 80.91.224.253 (2 Mar 2004 10:01:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 10:01:45 +0000 (UTC) Original-X-From: ding-owner+M5031@lists.math.uh.edu Tue Mar 02 11:01:34 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ay6iT-00039T-00 for ; Tue, 02 Mar 2004 11:01:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ay6h5-0002fv-00; Tue, 02 Mar 2004 04:00:07 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ay6gu-0002fb-00 for ding@lists.math.uh.edu; Tue, 02 Mar 2004 03:59:56 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 1F7B63A003A for ; Tue, 2 Mar 2004 03:59:55 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ay6gr-0005lK-00 for ; Tue, 02 Mar 2004 10:59:53 +0100 Original-Received: from dialin-145-254-250-105.arcor-ip.net ([145.254.250.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue Mar 2 09:59:53 2004 Original-Received: from reiner.steib by dialin-145-254-250-105.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue Mar 2 09:59:53 2004 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 54 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialin-145-254-250-105.arcor-ip.net X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:9IhqZNW2L3e8exXsCTIGmZMYFhA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56490 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56490 On Tue, Mar 02 2004, Kai Grossjohann wrote: > Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > >> Regarding Kai's setup, I'm not sure if "ignore" is supposed to work: [...] >> Why didn't you use nil here, Kai? > > *blush* I don't know... Is it supposed to work to put > (gnus-use-adaptive-scoring nil) or (gnus-use-adaptive-scoring . nil) > in there? My understanding is that (gnus-use-adaptive-scoring nil) _should_ work. But I don't understand the relation between gnus-newsgroup-adaptive and gnus-use-adaptive-scoring in the code: ,----[ grep -n -e gnus-use-adaptive-scoring *.el ] | gnus-cus.el:574:adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring' | gnus-cus.el:577:groups, you'd set `gnus-use-adaptive-scoring' to nil, and insert | gnus-sum.el:1376: (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring) | gnus.el:1389:(defcustom gnus-use-adaptive-scoring nil | | grep finished (matches found) at Tue Mar 2 00:20:33 `---- BTW: The manual doesn't explicitly state that setting `gnus-use-adaptive-scoring' is supposed to be set local to groups. Instead there's something in the context of the `adapt' entry: ,----[ (info "(gnus)Score File Format") ] | `adapt' | This entry controls the adaptive scoring. If it is `t', the | default adaptive scoring rules will be used. If it is `ignore', no | adaptive scoring will be performed on this group. If it is a | list, this list will be used as the adaptive scoring rules. If it | isn't present, or is something other than `t' or `ignore', the | default adaptive scoring rules will be used. If you want to use | adaptive scoring on most groups, you'd set | `gnus-use-adaptive-scoring' to `t', and insert an `(adapt ignore)' | in the groups where you do not want adaptive scoring. If you only | want adaptive scoring in a few groups, you'd set | `gnus-use-adaptive-scoring' to `nil', and insert `(adapt t)' in | the score files of the groups where you want it. `---- > I'll try your gnus-newsgroup-adaptive workaround. (JFTR: Frank Haun invented this workaround.) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/