From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78247 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:04:21 +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 1301497480 5113 80.91.229.12 (30 Mar 2011 15:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 15:04:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26557@lists.math.uh.edu Wed Mar 30 17:04:37 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 1Q4wwm-00009y-8s for ding-account@gmane.org; Wed, 30 Mar 2011 17:04:36 +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 1Q4wwN-0002z1-Au; Wed, 30 Mar 2011 10:04:11 -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 1Q4wwL-0002yn-Sl for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:04:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4wwK-0005EI-Bn for ding@lists.math.uh.edu; Wed, 30 Mar 2011 10:04:09 -0500 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4wwJ-0003WR-Hy for ding@gnus.org; Wed, 30 Mar 2011 17:04:07 +0200 Original-Received: by bwz13 with SMTP id 13so1520829bwz.17 for ; Wed, 30 Mar 2011 08:04:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:organization:message-id :references:user-agent:mime-version:content-type; bh=GnyazcCrAOGU7rTaf00veWXdPF1MzULDQe/PSJH1O20=; b=eD4XROJz5tUv+7Ub6g73hfOj80wteYCgdX25dOr3qEwI3qE1lHnWsLM9noqyF+5TP7 3C2s0oOGcvMZ7Z7O781MRBYhZyI779YQdsS7oatxyedw/gaN0OYq4Bp7J89NPVNVMdFx 0NpakQhJfzSrPKrDuRX5Tl5czbfQAacu2aVK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:organization:message-id:references:user-agent :mime-version:content-type; b=KhBX/u1qy8pHkaO3WlZO3GPAjrWABwfRvESKbEr3SbXu/S3XBkh6bt0EsIT73vWBvV ZNQFpwlhCYn+6u9zzdNnWpIAn6A0L+FaYoKr3/3XmEH9KFKnqEs2wmNOFh9iP/+c0NM5 Oge0kK5pM1XKLJdJAICz95sbhk/2zCRFka0MM= Original-Received: by 10.204.20.139 with SMTP id f11mr1239363bkb.177.1301497442142; Wed, 30 Mar 2011 08:04:02 -0700 (PDT) Original-Received: from asus1015pem (254.Red-83-39-155.dynamicIP.rima-tde.net [83.39.155.254]) by mx.google.com with ESMTPS id b6sm128312bkb.22.2011.03.30.08.03.58 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Mar 2011 08:03:59 -0700 (PDT) Original-Received: from shamrock by asus1015pem with local (Exim 4.72) (envelope-from ) id 1Q4w0j-00041q-9M for ding@gnus.org; Wed, 30 Mar 2011 16:04:37 +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:78247 Archived-At: 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 cant explain how I didnt see it here ,---- | 6.9.3.1 Group Agent Commands | ............................ | | `J u' | Fetch all eligible articles in the current group | (`gnus-agent-fetch-groups'). `---- great!