From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28603 invoked from network); 26 May 2008 13:40:00 -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; 26 May 2008 13:40:00 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 57101 invoked from network); 26 May 2008 13:39:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 May 2008 13:39:53 -0000 Received: (qmail 10011 invoked by alias); 26 May 2008 13:39:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25112 Received: (qmail 9996 invoked from network); 26 May 2008 13:39:49 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 May 2008 13:39:49 -0000 Received: from mtaout02-winn.ispmail.ntl.com (mtaout02-winn.ispmail.ntl.com [81.103.221.48]) by bifrost.dotsrc.org (Postfix) with ESMTP id 871768059114 for ; Mon, 26 May 2008 15:39:45 +0200 (CEST) Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080526134349.DYCY58.mtaout02-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Mon, 26 May 2008 14:43:49 +0100 Received: from pws-pc ([81.107.40.67]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20080526133951.JUYI29112.aamtaout04-winn.ispmail.ntl.com@pws-pc> for ; Mon, 26 May 2008 14:39:51 +0100 Date: Mon, 26 May 2008 14:39:26 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Bug#482662: zsh: completion with locate gives extra output Message-ID: <20080526143926.764114d1@pws-pc> In-Reply-To: References: <20080524095358.26811.79795.reportbug@nexus> <20080524135404.GA9888@scru.or g> <20080524164656.GA2682@nexus> <20080524202135.GA18082@scru.org> <20080525155231.691a4979@pws-pc> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/7245/Mon May 26 13:32:36 2008 on bifrost X-Virus-Status: Clean On Mon, 26 May 2008 19:14:33 +0900 "Jun T." wrote: > (2) I'm not sure if we should 'setopt EXTENDED_GLOB' at the top > of this script. (the globbing flag (#i) requires the option). EXTENDED_GLOB is supposed to be set on entry to the completion code in the standard set of options ($_comp_options). I've committed this. I didn't look at the _arguments issues. Thanks. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/