From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14218 invoked from network); 28 May 2009 19:36:18 -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.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 28 May 2009 19:36:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 98934 invoked from network); 28 May 2009 19:36:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 May 2009 19:36:11 -0000 Received: (qmail 19449 invoked by alias); 28 May 2009 19:36:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27014 Received: (qmail 19416 invoked from network); 28 May 2009 19:36:05 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 May 2009 19:36:05 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id 876CA8027106 for ; Thu, 28 May 2009 21:36:02 +0200 (CEST) Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090528193602.KYXR6742.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Thu, 28 May 2009 20:36:02 +0100 Received: from pws-pc ([81.107.42.185]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090528193602.ERNA22934.aamtaout04-winn.ispmail.ntl.com@pws-pc> for ; Thu, 28 May 2009 20:36:02 +0100 Date: Thu, 28 May 2009 20:35:52 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option Message-ID: <20090528203552.36019db3@pws-pc> In-Reply-To: References: <1238890030-4683-1-git-send-email-ft@bewatermyfriend.org> <090404193718.ZM19801@torch.brasslantern.com> <20090405191304.1908fca8@pws-pc> <090405151115.ZM13159@torch.brasslantern.com> <20090406100929.505617e2@news01> <2d460de70905270930j681da6a5kf7848d67d89f0c69@mail.gmail.com> <20090527175941.3bbe2eba@news01> <2d460de70905280148iebfcegcb4143c33e510efd@mail.gmail.com> <20090528092514.GA3315@fsst.voodoo.lan> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.0 c=1 a=blZfqohsIVMA:10 a=0QhtZkFNAAAA:8 a=NLZqzBF-AAAA:8 a=4qEhie-ig8AtUywd_D8A:9 a=uBP2VqWUvkTKNlqJANcw1Hq3qFsA:4 a=KLYB3oV4TgcA:10 a=_dQi-Dcv4p4A:10 X-Virus-Scanned: ClamAV 0.94.2/9401/Thu May 28 18:24:00 2009 on bifrost X-Virus-Status: Clean On Thu, 28 May 2009 14:44:33 -0400 Greg Klanderman wrote: > Even with the 'matcher-list' setting for substring completion, file > completion of files starting with '.' does work as I want. Can > someone point me to where that is handled? It's probably where the references to GLOBDOTS are in Src/Zle/computil.c. See if .'s stop being ignored when GLOBDOTS is turned on; if so, ^x? will produce trace output that should show you if the effect of the glob is being produced within the shell function suite, or is hidden somewhere, which would probably be compfiles. _path_files makes undocumented and somewhat cryptic calls to compfiles, which is implemented within the zsh/computil module. This is cryptic in a more cosmic sense. Anyone who still remembers looking at the BASIC code for Philosopher's Quest on the BBC Micro will find it familiar. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/