Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: More about ksh_glob and completion
- X-seq: zsh-users 3838
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: More about ksh_glob and completion
- Date: Mon, 30 Apr 2001 10:14:35 +0200 (MET DST)
- In-reply-to: <1010429183023.ZM971@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> Fortunately (and somewhat embarrassingly) I'm completely (ahem) wrong about
> the above. Pre-compilation of glob patterns is not broken by kshglob; I
> had tried it outside the completion system and thought I'd verified it, but
> I must have done something wrong (perhaps I typed `unset' for `unsetopt')
> because today I can't reproduce it.
Yes, patterns are not pre-compiled, they are cached (under certain
circumstances, e.g. they must not contain parameter expansions).
Actually, I once thought about pre-compiling them, then had a look at
the pattern code, was reminded of the options controlling pattern
matching and...
> And further, the completion system didn't turn off kshglob. It should. See
> if this doesn't fix you up, Andre.
We should have remembered it when we put NO_shglob in the array...
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author