From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78248 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent fetch : only for specific agentised group? Date: Wed, 30 Mar 2011 17:08:20 +0200 Organization: not if I can help it 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 1301497744 7085 80.91.229.12 (30 Mar 2011 15:09:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 15:09:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26558@lists.math.uh.edu Wed Mar 30 17:09:01 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 1Q4x11-0002eE-1Q for ding-account@gmane.org; Wed, 30 Mar 2011 17:08:59 +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 1Q4x0j-00032C-Ud; Wed, 30 Mar 2011 10:08:41 -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 1Q4x0i-00031m-3a for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:08:40 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4x0c-0005FT-CA for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:08:35 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4x0b-0003aB-L7 for ding@gnus.org; Wed, 30 Mar 2011 17:08:33 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4x0b-0002PE-Ib for ding@gnus.org; Wed, 30 Mar 2011 17:08:33 +0200 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 17:08:33 +0200 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 17:08:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (cygwin) Cancel-Lock: sha1:iWUp5kWj1P69vPnQmPrLv0bV/R4= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78248 Archived-At: 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. Robert