From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23599 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: some mail annoyances [renumbering] Date: 28 Jun 1999 11:45:42 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161302 2892 80.91.224.250 (21 Oct 2002 00:48:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:48:22 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA11284 for ; Mon, 28 Jun 1999 11:47:28 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB24034; Mon, 28 Jun 1999 10:46:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 28 Jun 1999 10:47: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 KAA18104 for ; Mon, 28 Jun 1999 10:47:12 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA11257 for ; Mon, 28 Jun 1999 11:46:11 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id LAA26349; Mon, 28 Jun 1999 11:45:43 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: David Hedbor's message of "25 Jun 1999 17:27:45 -0700" Original-Lines: 19 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) XEmacs/21.2 (Chiyoda) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23599 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23599 David Hedbor writes: > Why not simply check the number of entries in the overview files? When evaluating overall state to make a *Group* display, or to offer #-of-articles-on-entry query when beyond the gnus-large-newsgroup limit, Gnus has not yet seen overviews. Overviews are seen only as a group is being entered, when the *Summary* display is being created. > In any case, I still can't see how it would be either hard or slow, It is not slow. It is hard. You are asking that Gnus begin to examine _individual group content_ at a time when it is supposed to be evaluating only _overall groups' content_. It is possible that Gnus could be convinced to do this for non-NNTP groups, at least for nnml groups in particular -- peek into the dir during *Group* display creation, count real articles, update the count seen. But it is surely a bizarre thing, given the context in which the *Group* display creation is being conducted.