From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26193 invoked from network); 30 Jun 2002 10:24:08 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 30 Jun 2002 10:24:08 -0000 Received: (qmail 16283 invoked by alias); 30 Jun 2002 10:23:58 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5131 Received: (qmail 16270 invoked from network); 30 Jun 2002 10:23:57 -0000 Message-ID: <001d01c22020$12aa7b00$0601a8c0@vectravl400mt> From: "Vagn Johansen" To: "zsh-users" References: <003901c21f9c$8fded5a0$0601a8c0@vectravl400mt> <1025424954.2794.7.camel@localhost.localdomain> Subject: Re: case insensitive filename generation Date: Sun, 30 Jun 2002 12:22:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 >please, do not post in HTML. OK, my mistake. >No AFAIK zsh does not support it. It may be interesting addition aimed >at bash compatibility (and also be useful on case-insensitive file >systems like on Cygwin as example). I have compiled my own version of zsh with case-insensitive globbing (on cygwin). I had to change just one line. >You can make completion case-insensitive so as a workaround you could >use ^Xe or like to expand pattern and insert it into command line. Yes, the manual describes how to completion case-insensitive. But I can't quite see how ^Xe helps me. Vagn Johansen