From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29596 invoked from network); 30 Jun 2002 15:18:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 30 Jun 2002 15:18:06 -0000 Received: (qmail 22875 invoked by alias); 30 Jun 2002 15:17:38 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5132 Received: (qmail 22863 invoked from network); 30 Jun 2002 15:17:38 -0000 From: Borsenkow Andrej To: Vagn Johansen Cc: zsh-users Subject: Re: case insensitive filename generation In-Reply-To: <001d01c22020$12aa7b00$0601a8c0@vectravl400mt> References: <003901c21f9c$8fded5a0$0601a8c0@vectravl400mt> <1025424954.2794.7.camel@localhost.localdomain> <001d01c22020$12aa7b00$0601a8c0@vectravl400mt> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7-1mdk Date: 30 Jun 2002 19:17:34 +0400 Message-Id: <1025450260.2772.1.camel@localhost.localdomain> Mime-Version: 1.0 =F7 =F7=D3=CB, 30.06.2002, =D7 14:22, Vagn Johansen = =CE=C1=D0=C9=D3=C1=CC: >=20 > I have compiled my own version of zsh with case-insensitive globbing = (on=20 > cygwin). I had to change just one line. >=20 care to send a patch? Combined with proper option I would be the first to vote for inclusion. > >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. >=20 > Yes, the manual describes how to completion case-insensitive. > But I can't quite see how ^Xe helps me. >=20 I mean you can add all matches to command line directly. But if you already have a patch it is much better. -andrej