From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50613 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent categories gone. Date: Thu, 06 Mar 2003 09:46:54 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86of4suzzl.fsf@i3d.home> <868yvww7fo.fsf@i3d.home> <86heaj9041.fsf@i3d.home> <86smu3z2d2.fsf@i3d.home> <86u1eh968j.fsf@i3d.home> <86ptp5lkz9.fsf@i3d.home> <867kbcfx4t.fsf_-_@i3d.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046965698 32592 80.91.224.249 (6 Mar 2003 15:48:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 15:48:18 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Thu Mar 06 16:48:16 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 18qxai-0008OY-00 for ; Thu, 06 Mar 2003 16:47:29 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18qxal-0002eR-00; Thu, 06 Mar 2003 09:47:31 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Mar 2003 09:48:32 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA06593 for ; Thu, 6 Mar 2003 09:48:19 -0600 (CST) Original-Received: (qmail 9775 invoked by alias); 6 Mar 2003 15:47:14 -0000 Original-Received: (qmail 9770 invoked from network); 6 Mar 2003 15:47:14 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 6 Mar 2003 15:47:14 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18qxuL-00045H-00 for ; Thu, 06 Mar 2003 17:07:45 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1046966865 15663 66.134.21.50 (6 Mar 2003 16:07:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Mar 2003 16:07:45 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:sliFR9XXBlQhHFYA94mcYReG4q4= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50613 Robert Epprecht writes: > Kevin Greiner writes: > >> I added a new macro to gnus-util and used it in gnus-agent to replace >> mapcar*. Please let me know if they get gnus-category-read to work >> for you. > > Yes, it works now, thanks a lot. > > > BTW: I suspect that there could be a problem with my default category now, > but must have a second look. My default category is defined as > (default (agent-predicate . high) (agent-score-file . file)) > some articles having a high score (regarding normal scoring rules) where > not downloaded. Maybe it was me, doing something wrong. I'll check that > and will let you know. Robert, I don't know whether to thank you, or curse you. :) I'm embarrassed to admit it but you've found another bug. A typo resulted in the agent ignoring your score files so all articles were given the default score of zero. The fix has been tested and checked-in. Thanks and keep up the good work, Kevin