From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59786 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Altering maximum article download size for agent Date: Sat, 12 Feb 2005 10:45:29 -0600 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108226742 31231 80.91.229.2 (12 Feb 2005 16:45:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2005 16:45:42 +0000 (UTC) Original-X-From: ding-owner+M8327@lists.math.uh.edu Sat Feb 12 17:45:41 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D00Np-0003OO-LO for ding-account@gmane.org; Sat, 12 Feb 2005 17:44:37 +0100 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 1D00Ou-0004zb-00; Sat, 12 Feb 2005 10:45:44 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D00Oq-0004zW-00 for ding@lists.math.uh.edu; Sat, 12 Feb 2005 10:45:40 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D00Oh-0007Sb-RM for ding@lists.math.uh.edu; Sat, 12 Feb 2005 10:45:32 -0600 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1D00Oh-0006Xe-00 for ; Sat, 12 Feb 2005 17:45:31 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 38 Original-NNTP-Posting-Host: dialup-216-12-206-109.ev1.net Original-X-Trace: quimby.gnus.org 1108226731 25149 216.12.206.109 (12 Feb 2005 16:45:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 12 Feb 2005 16:45:31 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:ZxErm1+xU88PEYaXQ8V7dVFfdIY= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8327@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59786 Ralf Angeli writes: > * Kevin Greiner (2005-02-09) writes: > >> Ralf Angeli writes: >> >>> ,----[ ~/News/agent/lib/categories ] >>> | ((default short nil nil)) >>> | ((default (agent-length-when-short . 150) (agent-predicate . short))) >>> `---- >>> >>> But still only articles which are less than 100 lines get downloaded >>> when typing `J s'. Isn't it supposed to work like this, or do I have >>> to customize something else? >> >> That should have been sufficient. >> >> What do you get when you do the following in the group buffer? >> >> M-: (gnus-agent-find-parameter "group-name-as-displayed-in-group-buffer" 'agent-short-article) >> >> It should return your 150. > > Unfortunately not: > > 100 (0144, 0x64) > >> What does this return? >> M-: (gnus-get-predicate (gnus-agent-find-parameter "group-name-as-displayed-in-group-buffer" 'agent-predicate)) > > gnus-agent-short-p Nothing unfortunate. The gnus-agent-find-parameter function checks for group parameters before your category parameter. Try this, open your group then enter 'M-x c-e' to edit group parameters. I believe that you'll find the 100 there. Kevin