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 12067
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "John Cooper" <john.cooper@xxxxxxxxxxxxx>
- Subject: Re: Completion problems on cygwin when nocaseglob is set
- Date: Sat, 20 Oct 2007 08:09:18 -0400
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=JJ1fYDYwTSOi0Qal4ZjeBKXMw2NCSPP1ns5sGyZpiKM=; b=RZ2f6/uPkM571hF1QseBPrdXvuMnKyZ8qRbCwNarEyfTTjg69SoHSc2zNCdwmkk9WBWQ8ugd3gefbCZZTz+2TBAKnTxzPcdl7GUhkjNEmL0U8dQXEr9qM6R/+2yJvB7wX62c/gWIakZsonj6rYXYyVhoMPhoKqSeaumQpCgMlhY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FL98cSAdbOzEa8IOQYqW0xyolQ2jYGqUdXa36Ng4Nu/6u+lH+BKTSyawSN3urN1PycMXhw+Y+qq3gRlNXGdc0vccPV8dsn1Z3w9cdNVrsQB6B18J3km8w8HneBS74UNwxjTX3TBbdPKDFVF9NkBL27ZMI4DFJBL7Q90+1ux5B94=
- In-reply-to: <DD74FBB8EE28D441903D56487861CD9D223A0DF0@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <DD74FBB8EE28D441903D56487861CD9D223A0DF0@xxxxxxxxxxxxxxxxxxxxxx>
- Sender: ethersoft@xxxxxxxxx
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