From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26793 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: ahh... it's the problem noted a few months back Date: 13 Nov 1999 22:39:10 +0100 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 1035163935 21269 80.91.224.250 (21 Oct 2002 01:32:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:32:15 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA21461 for ; Sat, 13 Nov 1999 16:40:23 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB29325; Sat, 13 Nov 1999 15:40:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 13 Nov 1999 15:40:03 -0600 (CST) 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 PAA07834 for ; Sat, 13 Nov 1999 15:39:45 -0600 (CST) Original-Received: from p01.pdc.kth.se (root@p01.pdc.kth.se [130.237.230.136]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA21435 for ; Sat, 13 Nov 1999 16:39:12 -0500 (EST) Original-Received: (from jas@localhost) by p01.pdc.kth.se (8.9.3/8.9.3) id WAA18838; Sat, 13 Nov 1999 22:39:10 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "13 Nov 1999 19:03:48 +0100" Original-Lines: 23 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4.90 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26793 Lars Magne Ingebrigtsen writes: > > This patch implement it. The active file reading stuff was copied from > > `gnus-read-active-file-1', perhaps it should be isolated in a separate > > function. > > Yes, probably. I created `gnus-read-active-file-2'. > > Commit it? > > Please do. Done. Aah... `1 g' is really fast now. At last. 1999-11-13 Simon Josefsson * gnus-start.el (gnus-get-unread-articles): Use nnfoo-retrieve-groups to find new news, if available. (gnus-read-active-file-2): New function. (gnus-get-unread-articles): Use it. (gnus-read-active-file-1): Ditto.