From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25355 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: reading active file / the wait Date: 25 Sep 1999 08:20:31 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162754 13541 80.91.224.250 (21 Oct 2002 01:12:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:34 +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 LAA13159 for ; Sat, 25 Sep 1999 11:40:45 -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 KAB21620; Sat, 25 Sep 1999 10:40:42 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Sep 1999 10:39:21 -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 KAA22815 for ; Sat, 25 Sep 1999 10:39:12 -0500 (CDT) Original-Received: from mail.networkone.net (qmailr@mail.networkone.net [209.144.112.75]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id LAA13145 for ; Sat, 25 Sep 1999 11:37:11 -0400 (EDT) Original-Received: (qmail 4471 invoked from network); 25 Sep 1999 15:37:08 -0000 Original-Received: from pm3-2-77.la.networkone.net (HELO satellite.local.lan) (reader@209.144.126.77) by mail.networkone.net with SMTP; 25 Sep 1999 15:37:08 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.3/8.9.1) id IAA04002; Sat, 25 Sep 1999 08:37:04 -0700 Original-To: ding@gnus.org User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.3 Original-Lines: 36 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25355 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25355 For mnths I had (setq read-active-file nil) in .gnus, only recently discovering it was causing problems with loosing readedness marks in agent mode and making it impossible to transfer newly acquired news or mail from an online gnus to an offline gnus. So, now experimenting with various active file settings.. setting to "t" The read takes app 12-14 seconds setting to "some" ditto Should I see a difference? Also from the onboard Customization FAQ: * Q2.7 What, if any, relation is between "ask-server" and "(setq gnus-read-active-file 'some)"? In order for Gnus to show you the complete list of newsgroups, it will either have to either store the list locally, or ask the server to transmit the list. You enable the first with (setq gnus-save-killed-list t) [...] snip remainder [1] [NOTE: suggested edit for coming pgnus ... either remove the first either or either remove the second either. Either one will do (he he)] I've also experimented with setting `gnus-save-killed-list' to "t" thinking that would maybe speed things up. But see no difference. With `save-killed-list' set to "t". Where is it saved (.newsrc.eld?) and is that already the default? Are there more adjustments to make or is the 12-14 second read just endemic?