From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59154 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus slow? Date: Mon, 15 Nov 2004 14:32:32 +0900 Organization: Emacsen advocacy group Message-ID: References: <87sm7hua65.fsf@orebokech.com> <87r7n0zjx9.fsf@orebokech.com> <87u0rv8on2.fsf@orebokech.com> <873bzf6umt.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100496780 10892 80.91.229.6 (15 Nov 2004 05:33:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 05:33:00 +0000 (UTC) Original-X-From: ding-owner+M7694=ding+2Daccount=gmane.org@lists.math.uh.edu Mon Nov 15 06:32:47 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTZTr-0002H7-00 for ; Mon, 15 Nov 2004 06:32:47 +0100 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 1CTZTr-0004vy-03 for ding-account@gmane.org; Sun, 14 Nov 2004 23:32:47 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CTZTn-0004vq-00 for ding@lists.math.uh.edu; Sun, 14 Nov 2004 23:32:43 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CTZTl-000239-2f for ding@lists.math.uh.edu; Sun, 14 Nov 2004 23:32:41 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id DB0A13A0035 for ; Sun, 14 Nov 2004 23:32:40 -0600 (CST) Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CTZTp-0007pH-AB for ding@gnus.org; Mon, 15 Nov 2004 00:32:45 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:QiXC1YaIqt2hsOyo5XzCadnYvDk= X-Hashcash: 1:20:041115:ding@gnus.org::SAINS0z1oxlfJQpb:0000AAye X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59154 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59154 >>>>> In <873bzf6umt.fsf@orebokech.com> Romain Francoise wrote: > Did you find out why groups are activated twice? Hmm, the last message I wrote doesn't indeed make sense. I must return to an English writing course. Let me exercise again. :-p The reason the recent Gnus uselessly issues the GROUP command for all the subscribed nntp groups is that the nntp marks feature provides the `nntp-request-update-info' function. It always returns a non-nil value. When executing the `g' command, it is called by the `gnus-get-unread-articles-in-group' function by way of the `gnus-request-update-info' function. If it returns a non-nil value, the `gnus-activate-group' function is called with the third argument `t' and the GROUP command is issued. Before May 13, `gnus-request-update-info' returned nil because the `nntp-request-update-info' function didn't exist then. Anyway, I've installed the change which makes `nntp-request-update-info' return nil if `nntp-marks-is-evil' is non-nil. Please test! Note that you have to rebuild Gnus rather than replacing nntp.el with the new one since the function in question is inlined in some places.