From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52662 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Adaptive scoring bug still here? Date: Wed, 14 May 2003 11:38:18 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87r87t8pp2.fsf@sophia.inria.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052905102 32167 80.91.224.249 (14 May 2003 09:38:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 May 2003 09:38:22 +0000 (UTC) Original-X-From: ding-owner+M1206@lists.math.uh.edu Wed May 14 11:38:21 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FsiL-0008Me-00 for ; Wed, 14 May 2003 11:38:21 +0200 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 19FsiY-0006o9-00; Wed, 14 May 2003 04:38:34 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FsiM-0006o1-00 for ding@lists.math.uh.edu; Wed, 14 May 2003 04:38:23 -0500 Original-Received: (qmail 77674 invoked by alias); 14 May 2003 09:38:22 -0000 Original-Received: (qmail 77669 invoked from network); 14 May 2003 09:38:22 -0000 Original-Received: from krynn.se.axis.com (193.13.178.10) by sclp3.sclp.com with SMTP; 14 May 2003 09:38:22 -0000 Original-Received: from PCNIKLAS (dh10-13-8-222.se.axis.com [10.13.8.222]) by krynn.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id h4E9cIL1008437 for ; Wed, 14 May 2003 11:38:18 +0200 Original-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 13 May 2003 19:48:43 +0200") Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52662 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52662 Lars Magne Ingebrigtsen writes: > Niklas Morberg writes: > >> gnus-newsgroup-adaptive's value is nil >> >> gnus-use-adaptive-scoring's value is t > > Oh, I see now what the problem is. It first sets the former variable > to the value of the latter variable, and then it sets the latter > variable to the group param value. > > Which won't work, of course. > > What happens if you set the former variable in the topic parameter > instead? Then it works (that's the workaround myself and others have been using). But `gnus-newsgroup-adaptive' is not a user variable, so it's not that nice a solution. Niklas