From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44818 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: patch for dynamic updates of the summary buffer while building Date: Tue, 14 May 2002 03:45:57 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021341037 16523 127.0.0.1 (14 May 2002 01:50:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 May 2002 01:50:37 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177RSW-0004IO-00 for ; Tue, 14 May 2002 03:50:36 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 177RQe-0004wu-00; Mon, 13 May 2002 20:48:40 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 13 May 2002 20:48:58 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA03569 for ; Mon, 13 May 2002 20:48:44 -0500 (CDT) Original-Received: (qmail 6239 invoked by alias); 14 May 2002 01:48:16 -0000 Original-Received: (qmail 6234 invoked from network); 14 May 2002 01:48:16 -0000 Original-Received: from fepa.post.tele.dk (195.41.46.143) by gnus.org with SMTP; 14 May 2002 01:48:16 -0000 Original-Received: from defun.localdomain ([195.215.96.169]) by fepA.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020514014809.CYSN9379.fepA.post.tele.dk@defun.localdomain> for ; Tue, 14 May 2002 03:48:09 +0200 Original-To: ding@gnus.org In-Reply-To: (wes@hardakers.net's message of "Mon, 13 May 2002 16:36:40 +0000 (UTC)") Original-Lines: 16 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44818 wes@hardakers.net (Wes Hardaker) writes: > Ok, I got tired of watching the "Building summary buffer" message. It > turns out (at least if you use threads), it's not to hard to see > something different. Nice, I like it. It makes summary buffer generation 30-40% slower, though, so I'm sure it should be turned on by default. + +(defcustom gnus-summary-display-while-building 5 + "If not-nil, show and update the summary buffer as it's being built. ^ n