From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59938 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP article move Date: 3 Mar 2005 13:05:11 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nd5ugwqp4.fsf@lifelogs.com> References: <4nr7n4b12g.fsf@lifelogs.com> <4nzmxsbe4j.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109873873 13217 80.91.229.2 (3 Mar 2005 18:17:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2005 18:17:53 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8479@lists.math.uh.edu Thu Mar 03 19:17:52 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6ufV-0004Xi-0h for ding-account@gmane.org; Thu, 03 Mar 2005 19:03:25 +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 1D6uhP-00082u-00; Thu, 03 Mar 2005 12:05:23 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D6uhL-00082p-00 for ding@lists.math.uh.edu; Thu, 03 Mar 2005 12:05:19 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D6uhI-00058X-Ln for ding@lists.math.uh.edu; Thu, 03 Mar 2005 12:05:16 -0600 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 1D6uhH-0003Ic-00 for ; Thu, 03 Mar 2005 19:05:15 +0100 Original-Received: (qmail 17242 invoked from network); 3 Mar 2005 18:03:07 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: dave@boost-consulting.com, 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 ; 3 Mar 2005 18:03:07 -0000 Mail-Followup-To: "David Abrahams" , ding@gnus.org Original-To: "David Abrahams" 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:050303:dave@boost-consulting.com::pRPipWf3iB4acPma:0000000000000000000000000000000000001Cn2 X-Hashcash: 1:20:050303:ding@gnus.org::UP51YNbeQu1Hkf1v:00001HKG In-Reply-To: <4nzmxsbe4j.fsf@lifelogs.com> (Ted Zlatanov's message of "25 Feb 2005 15:04:12 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) 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 X-MailScanner-From: ding-owner+m8479@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59938 On 25 Feb 2005, tzz@lifelogs.com wrote: On Mon, 10 Jan 2005, dave@boost-consulting.com wrote: > >> The thing that seems to hurt usability the most for me is that Gnus >> rebuilds the summary buffer after each message is moved in a >> multiple-message move. > > If anyone knows why this code is called for every article > move/copy/crosspost: > > (set-buffer gnus-summary-buffer) > > (gnus-summary-goto-subject article) > > in gnus-sum.el, I would appreciate the explanation. I don't know all > the subtleties of the Gnus internals. It seems like it would be > better to either call this just once, after the end of the (while > articles...) loop, or at least every N articles. David, I added some code that will only do the summary updates at the end of the article moves. Let me know if it works well for you. Ted