From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25003 Path: main.gmane.org!not-for-mail From: "Rene H. Larsen" Newsgroups: gmane.emacs.gnus.general Subject: Re: Using gnus-asynchronous for specific servers only Date: 03 Sep 1999 13:12:06 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87671sqmex.fsf@renehl.ournet.dk> References: <87iu5smmdm.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162468 11755 80.91.224.250 (21 Oct 2002 01:07:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:07:48 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA17423 for ; Fri, 3 Sep 1999 08:20:15 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB02006; Fri, 3 Sep 1999 07:19:38 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Sep 1999 07:19:55 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA15115 for ; Fri, 3 Sep 1999 07:19:45 -0500 (CDT) Original-Received: from aix1.inet.tele.dk (aix1.inet.tele.dk [193.162.146.9]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA17387 for ; Fri, 3 Sep 1999 08:18:59 -0400 (EDT) Original-Received: from izzlazz.ournet.dk (ip176.ronnxr1.ras.tele.dk [195.249.54.176]) by aix1.inet.tele.dk (8.9.2/8.9.2) with ESMTP id OAA08208 for ; Fri, 3 Sep 1999 14:18:57 +0200 Original-Received: from renehl.ournet.dk [192.168.0.1] (mail) by izzlazz.ournet.dk with esmtp (Exim 2.11 #1 (Debian)) id 11MrGJ-0005Ou-00; Fri, 3 Sep 1999 13:12:07 +0200 Original-Received: from renehl by renehl.ournet.dk with local (Exim 3.03 #1 (Debian)) id 11MrGJ-0003AQ-00; Fri, 03 Sep 1999 13:12:07 +0200 Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "03 Sep 1999 10:26:29 +0200" Original-Lines: 14 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25003 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25003 Hrvoje Niksic writes: > So, how do I tell Gnus to prefetch articles only in a single group, > or only on a specific server? Can't you add (gnus-asynchronous t) to the group properties, i.e. set it as a group-local variable? This at least works for turning /off/ prefetching for a particular group. HTH. -- #!/usr/bin/perl -w for$a(0..12){$b[$a]="|"." "x78}for$a(0..78){substr($b[-(sin($a*3.1415/ 22)-1)*6.499],$a,1)="*"}$b[6]=~s/ /-/g;print join("\n",@b),"\n";