From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60396 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: `s' and `q' takes a long time Date: 31 May 2005 13:01:10 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nsm03z5wp.fsf@lifelogs.com> References: <87y8adtxgw.fsf@dod.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117558901 23981 80.91.229.2 (31 May 2005 17:01:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 May 2005 17:01:41 +0000 (UTC) Original-X-From: ding-owner+M8923@lists.math.uh.edu Tue May 31 19:01:40 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DdA4w-0001Tk-Ue for ding-account@gmane.org; Tue, 31 May 2005 18:58:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DdA7P-000389-00; Tue, 31 May 2005 12:01:31 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DdA7A-00035I-00 for ding@lists.math.uh.edu; Tue, 31 May 2005 12:01:16 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DdA79-00014z-30 for ding@lists.math.uh.edu; Tue, 31 May 2005 12:01:15 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DdA77-0000Ad-00 for ; Tue, 31 May 2005 19:01:14 +0200 Original-Received: (qmail 15166 invoked from network); 31 May 2005 16:57:58 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 31 May 2005 16:57:57 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:050531:ding@gnus.org::v9LTkQhJ9IkWJX45:00000lQr In-Reply-To: (Jonas Steverud's message of "Wed, 18 May 2005 21:20:35 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60396 On Wed, 18 May 2005, tvrud@bredband.net wrote: > Steinar Bang writes: > >> Is this expected behaviour? I upgraded from a January 14 CVS >> chekcout, where I didn't see this. It's like it does a lot of >> calculation before saving. > > This is also the case for NGnus 0.3, I've haven't tried 'q' yet but > 's' takes 2-5 seconds before any messages about adding whitespace in > the registry or saving .newsrc.eld are shown. [back from vacation] You can explicitly save the registry with M-: (gnus-registry-save t) and see if that's slow. If so, you can trim it with gnus-registry-max-entries and gnus-registry-ignored-groups. I know I should really write docs for the gnus-registry.el package. I've just been too busy to do it. Ted