From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56487 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Why do I get *.ADAPT files for nnml groups? Date: Tue, 02 Mar 2004 08:15:07 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <87u1174t50.fsf@emptyhost.emptydomain.de> References: <877jy5djfg.fsf@emptyhost.emptydomain.de> <873c8tdj6a.fsf@emptyhost.emptydomain.de> <87vfloyyzq.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078211724 19404 80.91.224.253 (2 Mar 2004 07:15:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 07:15:24 +0000 (UTC) Original-X-From: ding-owner+M5028@lists.math.uh.edu Tue Mar 02 08:15:16 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 1Ay47X-0002PI-00 for ; Tue, 02 Mar 2004 08:15:16 +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 1Ay47L-000287-00; Tue, 02 Mar 2004 01:15:03 -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 1Ay478-000281-00 for ding@lists.math.uh.edu; Tue, 02 Mar 2004 01:14:50 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 9A4313A005E for ; Tue, 2 Mar 2004 01:14:48 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Ay476-0008Nv-00 for ; Tue, 02 Mar 2004 08:14:48 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1078211688 31498 213.203.244.156 (2 Mar 2004 07:14:48 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 2 Mar 2004 07:14:48 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:+rVYXzFxDmj2XmDYGdQVgEXKqQo= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56487 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56487 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > Regarding Kai's setup, I'm not sure if "ignore" is supposed to work: > > ,---- > | Gnus Parameters: Hide Value > | INS DEL Cons-cell: > | Regexp: ^nnml\> > | Repeat: > | INS DEL Lisp expression: (gcc-self . t) > | INS DEL Lisp expression: (gnus-use-adaptive-scoring ignore) > `---- > > 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? I'll try your gnus-newsgroup-adaptive workaround. Kai