From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7770 invoked from network); 28 Feb 2008 17:27:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Feb 2008 17:27:31 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 51658 invoked from network); 28 Feb 2008 17:27:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Feb 2008 17:27:23 -0000 Received: (qmail 16073 invoked by alias); 28 Feb 2008 17:27:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24623 Received: (qmail 16058 invoked from network); 28 Feb 2008 17:27:19 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Feb 2008 17:27:19 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id 906278026E0B for ; Thu, 28 Feb 2008 18:27:16 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 604585C1A4; Thu, 28 Feb 2008 12:27:14 -0500 (EST) Date: Thu, 28 Feb 2008 12:27:15 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Romain Francoise , 468386@bugs.debian.org Subject: Re: Bug#468386: zsh-beta: Slow command completion Message-ID: <20080228172715.GA12451@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, Romain Francoise , 468386@bugs.debian.org References: <87zltldnde.fsf@elegiac.orebokech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zltldnde.fsf@elegiac.orebokech.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.91.2/6027/Thu Feb 28 17:20:09 2008 on bifrost X-Virus-Status: Clean On Thu, Feb 28, 2008 at 06:03:41PM +0100, Romain Francoise wrote: > zsh-beta's command cache is apparently broken: completing a command > twice takes the same amount of time both times, whereas in zsh4 > (from the zsh package) the first completion takes a few seconds and > subsequent completions are much faster. This looks to be a side effect of 24570. Any ideas?