From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14157 invoked from network); 20 Oct 2007 12:34:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Oct 2007 12:34:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 14356 invoked from network); 20 Oct 2007 12:34:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Oct 2007 12:34:07 -0000 Received: (qmail 10715 invoked by alias); 20 Oct 2007 12:33:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12068 Received: (qmail 10694 invoked from network); 20 Oct 2007 12:33:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Oct 2007 12:33:59 -0000 Received: (qmail 13176 invoked from network); 20 Oct 2007 12:33:58 -0000 Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (62.200.22.115) by a.mx.sunsite.dk with SMTP; 20 Oct 2007 12:33:52 -0000 X-IronPort-AV: E=Sophos;i="4.21,303,1188792000"; d="scan'208";a="11447838" Received: from lonpexchmx01.citrite.net ([10.30.224.191]) by LONPIPO01.EU.CITRIX.COM with ESMTP; 20 Oct 2007 08:31:10 -0400 Received: from lonpexch01.citrite.net ([10.30.224.136]) by lonpexchmx01.citrite.net with Microsoft SMTPSVC(6.0.3790.1830); Sat, 20 Oct 2007 13:30:12 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Completion problems on cygwin when nocaseglob is set Date: Sat, 20 Oct 2007 13:30:02 +0100 Message-ID: In-Reply-To: <20a807210710200509t43730713oa909fce4e0a57940@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Completion problems on cygwin when nocaseglob is set thread-index: AcgTEfxuutkLrpmcRjeWc0zgId7DxQAAkRvg References: <20a807210710200509t43730713oa909fce4e0a57940@mail.gmail.com> From: "John Cooper" To: "Vin Shelton" Cc: X-OriginalArrivalTime: 20 Oct 2007 12:30:12.0818 (UTC) FILETIME=[F609F320:01C81314] 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/' 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@gmail.com [mailto:ethersoft@gmail.com] On Behalf Of Vin Shelton Sent: 20 October 2007 13:09 To: John Cooper Cc: zsh-users@sunsite.dk 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:/ # works - files in c:/ are listed > > If I then: > $ autoload -U compinit > $ compinit > $ ls c:/ # fails - Windows beeps and no files are listed > > If I then: > $ setopt caseglob > $ ls c:/ # 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 --=20 The Journey by Mary Oliver http://www.poemhunter.com/p/m/poem.asp?poet=3D6771&poem=3D30506