From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24313 invoked from network); 29 Feb 2008 17:12:20 -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; 29 Feb 2008 17:12:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 78066 invoked from network); 29 Feb 2008 17:12:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Feb 2008 17:12:14 -0000 Received: (qmail 25949 invoked by alias); 29 Feb 2008 17:12:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24633 Received: (qmail 25936 invoked from network); 29 Feb 2008 17:12:11 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Feb 2008 17:12:11 -0000 Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8890D8026E0B for ; Fri, 29 Feb 2008 18:12:05 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JX0002ZXFS2F4Q6@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 29 Feb 2008 11:12:04 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m1THC1vm017599 for ; Fri, 29 Feb 2008 09:12:02 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m1THC1D2017598 for zsh-workers@sunsite.dk; Fri, 29 Feb 2008 09:12:01 -0800 Date: Fri, 29 Feb 2008 09:12:01 -0800 From: Bart Schaefer Subject: Re: Bug#468386: zsh-beta: Slow command completion In-reply-to: <20080229020734.GA11155@scowler.net> To: zsh-workers@sunsite.dk Message-id: <080229091201.ZM17597@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <87zltldnde.fsf@elegiac.orebokech.com> <20080228172715.GA12451@scowler.net> <080228095414.ZM15685@torch.brasslantern.com> <200802281754.m1SHsSf1021072@news01.csr.com> <20080228182402.GA24702@scowler.net> <080228171120.ZM16163@torch.brasslantern.com> <20080229020734.GA11155@scowler.net> Comments: In reply to Clint Adams "Re: Bug#468386: zsh-beta: Slow command completion" (Feb 28, 9:07pm) X-Virus-Scanned: ClamAV 0.91.2/6045/Fri Feb 29 17:19:36 2008 on bifrost X-Virus-Status: Clean On Feb 28, 9:07pm, Clint Adams wrote: } Subject: Re: Bug#468386: zsh-beta: Slow command completion } } On Thu, Feb 28, 2008 at 05:11:20PM -0800, Bart Schaefer wrote: } > Actually, the "verbose" style is just a boolean now, isn't it? It } > could instead become a string style that describes various levels } > of verbosity. Instead of "extra-verbose" with a value of "yes", the } > "verbose" style would have a value of "extra". } } No objection from me. Unfortunately that would mess with every "zstyle -T ... verbose" in the whole completion tree, so it's probably best just to leave it at your patch for now, unless someone feels strongly about it.