From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78249 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent fetch : only for specific agentised group? Date: Wed, 30 Mar 2011 16:17:04 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <40zkoczpkt.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301498243 10549 80.91.229.12 (30 Mar 2011 15:17:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 15:17:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26559@lists.math.uh.edu Wed Mar 30 17:17:16 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4x8z-0007Ol-Qy for ding-account@gmane.org; Wed, 30 Mar 2011 17:17:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q4x8b-00036E-OG; Wed, 30 Mar 2011 10:16:49 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q4x8a-000360-80 for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:16:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4x8U-0005HQ-QR for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:16:47 -0500 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4x8T-00040i-V7 for ding@gnus.org; Wed, 30 Mar 2011 17:16:42 +0200 Original-Received: by fxm15 with SMTP id 15so1838231fxm.17 for ; Wed, 30 Mar 2011 08:16:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:date:organization :message-id:references:user-agent:mime-version:content-type; bh=SrunMyyxiXPX0RkjOoj2noxJ9wiJr2kpvHWOvnRL9Mw=; b=kUM5Ql01v4TPgigV8qgD86K9Lu4yq/RtZ4H/I+2d3VrrH95oQ2xqnMHUXMB/889R8E wLfUEzBzWjdfSXk0GiKgjj+77PU8FwR9sphadfaxaNK6h2u8xo28gqQnUOs7EWb+SWIm EJBOkaMpeeHfYTcqHj1kT1CLAb2kizMJ3vX5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:date:organization:message-id:references :user-agent:mime-version:content-type; b=fBnO0mMc+F7RfdPIbK5nK6OcgaH1jlHNJSgzOtRqSlGWAhyNN+HyH4d5O2rQSkpa2U HY5ameVrN3B2me7fC/f8Z++myXGC0UpXvwOcmSgYU1JdQ25TVh6csvaPsqAnrd8TX+i0 4FNT1sbDArSQgqRkx69T6XTyzMZXyjp0r0WFQ= Original-Received: by 10.223.6.73 with SMTP id 9mr1416467fay.131.1301498193379; Wed, 30 Mar 2011 08:16:33 -0700 (PDT) Original-Received: from asus1015pem (175.Red-217-126-211.staticIP.rima-tde.net [217.126.211.175]) by mx.google.com with ESMTPS id n7sm82855fam.35.2011.03.30.08.16.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Mar 2011 08:16:31 -0700 (PDT) Original-Received: from shamrock by asus1015pem with local (Exim 4.72) (envelope-from ) id 1Q4wCr-00047u-On for ding@gnus.org; Wed, 30 Mar 2011 16:17:09 +0200 In-Reply-To: (Robert Pluim's message of "Wed, 30 Mar 2011 17:08:20 +0200") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78249 Archived-At: Robert Pluim writes: > Richard Riley writes: > >> Robert Pluim writes: >> >>> Richard Riley writes: >>> >>>> I can M-g on a group to only fetch headers for that group when >>>> plugged. But how to limit the agent to only downloading articles for >>>> that group when I do Js? As it is its going for all (agent) groups and >>>> doesn't appear to be limited by any level prefix/config. Again, >>>> potentially expensive when roaming. Something I am missing or misusing? >>> >>> What's wrong with J-u (which respects the prefix mark as well, so you can >>> mark groups with '#' first).? >>> >>> Robert >> >> Nothing wrong with it at all. Thanks - totally missed it. missed that >> J-u in the manual and it doesnt appear in C-h m for the group buffer. >> > > I tend to use C-h b to find bindings. I think the J- bindings are not > part of the group-mode, but of the group-agent mode, so they don't > appear in the C-h m display. I'll try that some more. I cant think why I didnt spot that in the manual. I spent about 2 hours re-reading the level and group stuff last night too. I was so wrapped up in groups/levels/subscribed/activate levels/plugged/agent etc I probably couldnt see the wood for the trees;) My task for after dinner tonight is to try and figure out why I am still confused about foreign groups and servers as there seems to be a big discrepancy between how it works and how its documented. e.g drafts being a foreign group.