Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add CORRECT_NOCOMPSYS option
- X-seq: zsh-workers 27020
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option
- Date: Fri, 29 May 2009 15:49:20 +0100
- In-reply-to: <m3eiu8as8x.fsf@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1238890030-4683-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx> <090404193718.ZM19801@xxxxxxxxxxxxxxxxxxxxxx> <20090405191304.1908fca8@pws-pc> <090405151115.ZM13159@xxxxxxxxxxxxxxxxxxxxxx> <20090406100929.505617e2@news01> <2d460de70905270930j681da6a5kf7848d67d89f0c69@xxxxxxxxxxxxxx> <20090527175941.3bbe2eba@news01> <m37i02cqd9.fsf@xxxxxxxxxxxxxx> <2d460de70905280148iebfcegcb4143c33e510efd@xxxxxxxxxxxxxx> <20090528092514.GA3315@xxxxxxxxxxxxxxx> <m3vdnlawz2.fsf@xxxxxxxxxxxxxx> <20090528203552.36019db3@pws-pc> <m3prdsbzvm.fsf@xxxxxxxxxxxxxx> <200905290832.n4T8WYRv003614@xxxxxxxxxxxxxx> <m3eiu8as8x.fsf@xxxxxxxxxxxxxx>
Greg Klanderman wrote:
> Do those two uses of GLOBDOTS in computil.c happen to make any sense to you?
In the first case, cfp_bld_pats(), it's compiling a list of matched
files (presumably in a given directory, but that's a guess) to return
from the array pats. It's skipping those files to which the
NO_GLOB_DOTS test applies. At what stage this function is called is
another matter.
The second case, cfp_add_sdirs(), is more obscure, but evidentally sdirs
has come down from the special-dirs style so the code is related to that.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author