From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5003 invoked from network); 30 Oct 2008 14:12:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Oct 2008 14:12:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 1118 invoked from network); 30 Oct 2008 14:12:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2008 14:12:12 -0000 Received: (qmail 2225 invoked by alias); 30 Oct 2008 14:12:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25966 Received: (qmail 2209 invoked from network); 30 Oct 2008 14:12:05 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Oct 2008 14:12:05 -0000 Received: from cluster-d.mailcontrol.com (cluster-d.mailcontrol.com [217.69.20.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 953DE80524C0 for ; Thu, 30 Oct 2008 15:12:02 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly42d.srv.mailcontrol.com (MailControl) with ESMTP id m9UEC0Rq014012 for ; Thu, 30 Oct 2008 14:12:00 GMT Received: from news01 ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Thu, 30 Oct 2008 14:11:58 +0000 Date: Thu, 30 Oct 2008 14:11:53 +0000 From: Peter Stephenson To: Zsh workers Subject: Re: completion matching problem with 4.3.8 Message-ID: <20081030141153.5c53405f@news01> In-Reply-To: <1607.1225372412@thecus> References: <24068.1225366130@thecus> <20081030121715.0f3959b5@news01> <1607.1225372412@thecus> Organization: CSR X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Oct 2008 14:11:58.0416 (UTC) FILETIME=[78944500:01C93A99] X-Scanned-By: MailControl A-08-50-15 (www.mailcontrol.com) on 10.68.0.152 X-Virus-Scanned: ClamAV 0.92.1/8541/Thu Oct 30 03:54:28 2008 on bifrost X-Virus-Status: Clean On Thu, 30 Oct 2008 14:13:32 +0100 Oliver Kiddle wrote: > Peter wrote: > > Oliver Kiddle wrote: > > > There seems to be a problem with matching control. > > Doesn't appear to be happening for me with the latest latest code. > > I've just checked and the problem doesn't occur on Linux. It does, > however, occur on at least Solaris 10 5/08 sparc using the latest zsh > from cvs, compiled with Sun Studio 12. Do you still have access to a > Solaris system? > > I'll try to verify whether the problem occurs with a gcc build and on > OpenSolaris/x86, Solaris 8 etc. I couldn't see a problem with Solaris 8 and gcc, which is what I've got. It would be useful to know if it showed up in non-file completions such as _tst() { compadd -M 'm:{a-z}={A-Z}' -- \ PacketDefinitionSAXHandler.h PacketListBox.cpp \ PacketListBox.h PacketsDialog.h; } since the code to add matchers for file completion is separate and I've changed it recently. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070