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 12068
- From: "John Cooper" <john.cooper@xxxxxxxxxxxxx>
- To: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- Subject: RE: Completion problems on cygwin when nocaseglob is set
- Date: Sat, 20 Oct 2007 13:30:02 +0100
- Cc: <zsh-users@xxxxxxxxxx>
- In-reply-to: <20a807210710200509t43730713oa909fce4e0a57940@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <DD74FBB8EE28D441903D56487861CD9D223A0DF0@xxxxxxxxxxxxxxxxxxxxxx> <20a807210710200509t43730713oa909fce4e0a57940@xxxxxxxxxxxxxx>
- Thread-index: AcgTEfxuutkLrpmcRjeWc0zgId7DxQAAkRvg
- Thread-topic: Completion problems on cygwin when nocaseglob is set
The file names are valid - perhaps I should have said that I've changed
the cygdrive prefix to "/" with `mount -c'.
Completion also fails if I use `cd /c/<TAB>' after I've `setopt
nocaseglob' and works if I `setopt caseglob'.
This looks to me to be a zsh bug that's been introduced in the last year
or so.
--- John.
-----Original Message-----
From: ethersoft@xxxxxxxxx [mailto:ethersoft@xxxxxxxxx] On Behalf Of Vin
Shelton
Sent: 20 October 2007 13:09
To: John Cooper
Cc: zsh-users@xxxxxxxxxx
Subject: Re: Completion problems on cygwin when nocaseglob is set
On 10/20/07, John Cooper wrote:
> I've just installed Vista and upgraded to zsh version 4.3.4 (from
> cygwin).
>
> If I `zsh -f', and then:
> $ setopt nocaseglob
> $ ls c:/<TAB> # works - files in c:/ are listed
>
> If I then:
> $ autoload -U compinit
> $ compinit
> $ ls c:/<TAB> # fails - Windows beeps and no files are listed
>
> If I then:
> $ setopt caseglob
> $ ls c:/<TAB> # works again - files in c:/ are listed
Those are not valid filenames under cygwin. You can use /cygdrive/c
(or /c if you mount c:/ there), but c:/ is not a posix-compatible
filename. It may have worked in the past, but it was by accident, not
by design. If you want more details, you can search the archives of
the cygwin mailing list.
HTH,
Vin
--
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
Messages sorted by:
Reverse Date,
Date,
Thread,
Author