From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14004 invoked from network); 24 Mar 2004 13:53:34 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Mar 2004 13:53:34 -0000 Received: (qmail 21579 invoked by alias); 24 Mar 2004 13:53:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7254 Received: (qmail 21569 invoked from network); 24 Mar 2004 13:53:02 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 24 Mar 2004 13:53:02 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 24 Mar 2004 13:53:1 -0000 Received: (qmail 29755 invoked from network); 24 Mar 2004 13:53:01 -0000 Received: from unknown (HELO lonximss01.ctxuk.citrix.com) (195.153.38.121) by a.mx.sunsite.dk with SMTP; 24 Mar 2004 13:52:58 -0000 Received: from LONPEXCH5IM01.ctxuk.citrix.com ([10.30.224.191]) by lonximss0 1 with trend_isnt_name_B; Wed, 24 Mar 2004 13:54:07 -0000 Received: by lonpexch5im01.ctxuk.citrix.com with Internet Mail Service (5.5. 2656.59)id ; Wed, 24 Mar 2004 13:52:16 -0000 Message-ID: From: John Cooper To: 'Peter Stephenson' , "'zsh-users@sunsite.dk'" Subject: RE: Unexpected behavior with case insensitive completion under cygw in Date: Wed, 24 Mar 2004 13:52:25 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C411A7.3CF2BF2E" X-imss-version: 2.0 X-imss-result: Passed X-imss-scores: Baseline:33.1648 C:17 M:2 S:5 R:5 X-imss-settings: Clean:4 C:4 M:4 S:4 R:1 (0.1000 0.4000) X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: *** X-Spam-Status: No, hits=3.5 required=6.0 tests=EXCUSE_16,FORGED_MUA_IMS, HTML_20_30,HTML_MESSAGE,INVALID_MSGID autolearn=no version=2.63 X-Spam-Hits: 3.5 ------_=_NextPart_001_01C411A7.3CF2BF2E Content-Type: text/plain Yes, I did try the nocaseglob option, but it doesn't seem to work for the completion (with the default bindings for the tab key, at least). If I do `ls c:/win*', then it will expand to c:/WINDOWS, but it doesn't do this for plain completion, $ ls c:/win --- John -----Original Message----- From: Peter Stephenson [mailto:pws@csr.com] Sent: 24 March 2004 12:53 To: 'zsh-users@sunsite.dk' Subject: Re: Unexpected behavior with case insensitive completion under cygw in > This is great, but can anyone explain what's going on? Unfortunately using matcher styles makes the already hard-to-understand _path_files even more difficult. You could try running ^x? (_complete_debug) in place of completion. That will at least show you what it's executing. Unfortunately the output is likely to be the size of the telephone directory. Have you tried setting the new option nocaseglob? -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** ------_=_NextPart_001_01C411A7.3CF2BF2E--