From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48108 Path: main.gmane.org!not-for-mail From: krause@my.gnus.org (Sebastian D.B. Krause) Newsgroups: gmane.emacs.gnus.general Subject: Re: 'g' in the group buffer still very slow Date: Sun, 08 Dec 2002 21:28:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87fzt8gsrw.fsf@sdbk.de> References: <87heisn8f4.fsf@sdbk.de> <87d6ocmlux.fsf@sdbk.de> <84adjg8fbd.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1039379414 2620 80.91.224.249 (8 Dec 2002 20:30:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2002 20:30:14 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18L841-0000fj-00 for ; Sun, 08 Dec 2002 21:30:09 +0100 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 18L833-0007Lc-00; Sun, 08 Dec 2002 14:29:09 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 08 Dec 2002 14:29:58 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA26813 for ; Sun, 8 Dec 2002 14:29:43 -0600 (CST) Original-Received: (qmail 1385 invoked by alias); 8 Dec 2002 20:28:07 -0000 Original-Received: (qmail 1379 invoked from network); 8 Dec 2002 20:28:06 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 8 Dec 2002 20:28:06 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18L8Bf-0003vw-00 for ; Sun, 08 Dec 2002 21:38:03 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: pd953693f.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1039379883 15123 217.83.105.63 (8 Dec 2002 20:38:03 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 8 Dec 2002 20:38:03 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) Cancel-Lock: sha1:GLKoRDWXuOK6Ve0Cz/u9fWLpAzw= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48108 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48108 On 3385 September 1993, Kai Großjohann wrote: > There is a bug. You write (unless nntp-open-connection-function > 'nntp-open-network-stream statements...). The condition here is the > variable nntp-open-connection-function, it is tested whether the > variable is nil. The quoted symbol is an expression which is > evaluated by has no effect. Oh, sorry. > I've committed something similar to your patch. This doesn't seem to fix the problem. The and-expression seems to be the problem in the patch you commited. If I write (unless (equal nntp-open-connection-function 'nntp-open-network-stream) (unless wait-for [...] instead, the bug you described above seems to be fixed (I hope) and the delay is gone, too. Uhh ... Lisp is a bit too compilicated for me, sorry if the code above has bugs again. Sebastian