From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63756 Path: news.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with Gnus Agent-Mode (5.10 and 5.11) Date: Sun, 17 Sep 2006 19:12:17 -0500 Message-ID: <450DE461.30300@compsol.cc> References: <450CF89F.909@compsol.cc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1158538626 24705 80.91.229.2 (18 Sep 2006 00:17:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 00:17:06 +0000 (UTC) Original-X-From: ding-owner+m12283@lists.math.uh.edu Mon Sep 18 02:17:04 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GP6ok-0001IP-F8 for ding-account@gmane.org; Mon, 18 Sep 2006 02:16:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GP6og-0002Df-00; Sun, 17 Sep 2006 19:16:54 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GP6kD-0002DZ-00 for ding@lists.math.uh.edu; Sun, 17 Sep 2006 19:12:17 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1GP6k9-0003IE-6X for ding@lists.math.uh.edu; Sun, 17 Sep 2006 19:12:16 -0500 Original-Received: from vhost16.ev1servers.net ([67.15.110.16]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GP6k7-00007O-00 for ; Mon, 18 Sep 2006 02:12:11 +0200 Original-Received: (qmail 14260 invoked from network); 17 Sep 2006 19:12:09 -0500 Original-Received: from cpe-70-123-118-64.houston.res.rr.com (HELO ?127.0.0.1?) (70.123.118.64) by vhost16.ev1servers.net with SMTP; 17 Sep 2006 19:12:09 -0500 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: ding@gnus.org In-Reply-To: X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63756 Archived-At: Robert Rakowicz wrote: > Kevin Greiner writes: > > >> Robert Rakowicz wrote: >> >>> Hi all, >>> >>> hmm I can't believe it, really nobody has any tips/ hints for my problem >>> with agent-mode? >>> >>> >>> >> It could be because your problem sounds more like a scoring issue than >> an agent issue. >> >> > > Hmm, and why do you think that? My Gnus setup is really easy. > > >> What is the value of your gnus-summary-line-format? To be more >> specific, does it contain the '%z' format specifier? If you do not have >> this specifier, you would not know which articles have been scored down >> vs. up. >> >> > > I do not have changed this variable. He has default values > > ,----[ C-h v gnus-summary-line-format RET ] > | gnus-summary-line-format is a variable defined in `gnus.el'. > | Its value is > | "%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n" > | > | Documentation: > | *The format specification of the lines in the summary buffer. > | > | .... > | > | You can customize this variable. > `---- > > > >> When you have a group with "missing articles", reopen it then try the '/ >> o' command. This will display old articles that hopefully includes your >> missing articles. Move the cursor over any of the missing articles then >> enter 'V S' to display that article's score. If the number is negative, >> gnus most-likely excluding it per your scoring rules. >> > > I have not changed my scoring rules between 5.9 and 5.10 or 5.11 > > ,----[ ~/.gnus.el(Score) ] > | (setq gnus-parameters > | '( > | ("de\\.comm\\.software\\.gnus" > | (agent-predicate . high) > | (agent-score "~/News/agentscore/de.comm.software.gnus")) > | )) > `---- > > ,----[ ~/News/agentscore/de.comm.software.gnus ] > | ;; -*- mode: Gnus-Score -*- > | ( > | ("subject" > | ("[SPAM]" -1 nil s) > | ("[SPAM?]" -1 nil s)) > | ("message-id" > | ("@rjap.de\\|@localhost.localdomain" 1000 nil s)) > | ("references" > | ("@rjap.de\\|@localhost.localdomain" 1000 nil s))) > `---- > > I have only one "default" category > > ,---- > | ;;; Editing the predicate for category default > | ;; Type `C-c C-c' after you've finished editing. > | > | false > `---- > Interesting. That may clear scoring but it still doesn't indicate any problem with the agent. Did you try the gnus-summary-insert-old-articles ('/ o') command at all? Your original email read, in part: Now, I start Gnus an go *online* with 'J-j', then I refresh *Group-Buffer* with 'g' and receive new Headers with 'J-s'. Now as example I see ,---- | 4: pl.comp.os.linux `---- this group has 4 new Messages. Up to this point, you apparently feel that everything is working. That's good as neither J-J nor J-s are capable of marking articles. I join the group and mark all messages as donloadable with 'J-#' ,---- | %. [ 17: rz ] Re: Czy ktoś mógłby... | %. [ 22: Konrad Kosmowski ] | %. [ 26: rz ] | %. [ 11: incuś ] Re: Regiony DVD - jak sprawdzić? `---- The 'J-#' command (gnus-agent-mark-article) simply applies a download mark (a character) to an article using gnus-summary-update-mark. That function happens to be the primary mechanism for setting any sort of mark. A problem here should result in wide spread errors for many people. Then I leve the group with 'q' ans I see ,---- | 1: pl.comp.os.linux `---- OK, so leaving a group results in some articles disappearing. That's when scoring is applies which is why I pointed you in that direction. You really must try the gnus-summary-insert-old-articles command. If you can get these articles back, you'll have someway to reproduce the problem at will and then you can experiment with changing your configuration to fix it. To fully clear, or indict, the agent, try setting your gnus-parameters to nil. You can set up the same configuration using group customization (G c) in the group buffer to set these agent parameters. Kevin