Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion problems on cygwin when nocaseglob is set
- X-seq: zsh-users 12079
- From: Peter Stephenson <pws@xxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Re: Completion problems on cygwin when nocaseglob is set
- Date: Tue, 23 Oct 2007 10:11:51 +0100
- In-reply-to: <DD74FBB8EE28D441903D56487861CD9D224E8A05@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <DD74FBB8EE28D441903D56487861CD9D223A0DF0@xxxxxxxxxxxxxxxxxxxxxx> <20a807210710200509t43730713oa909fce4e0a57940@xxxxxxxxxxxxxx> <DD74FBB8EE28D441903D56487861CD9D223A0DF8@xxxxxxxxxxxxxxxxxxxxxx> <20071022103452.6c0580c6@news01> <DD74FBB8EE28D441903D56487861CD9D224E86E7@xxxxxxxxxxxxxxxxxxxxxx> <20071022123128.2db6000c@news01> <DD74FBB8EE28D441903D56487861CD9D224E8A05@xxxxxxxxxxxxxxxxxxxxxx>
On Mon, 22 Oct 2007 14:13:38 +0100
"John Cooper" <John.Cooper@xxxxxxxxxx> wrote:
> I've attached the output from ^x? in the failing case.
I think the problem is somewhere in the utility compfiles. Given a path /
and a PREFIX c it should come up with a list of files at least including
"c", but it doesn't. compfiles is incredibly obscure, but somewhere in
there it's doing globbing.
Does "print /*" show everything you would expect?
Does setting
zstyle ':completion:*' fake-files '/:c'
work around the problem?
--
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