From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23998 invoked from network); 6 Mar 2004 06:16:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Mar 2004 06:16:21 -0000 Received: (qmail 9365 invoked by alias); 6 Mar 2004 06:15:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7122 Received: (qmail 9329 invoked from network); 6 Mar 2004 06:15:52 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 6 Mar 2004 06:15:52 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.9.147] by sunsite.dk (MessageWall 1.0.8) with SMTP; 6 Mar 2004 6:15:52 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i266Fok04788 for zsh-users@sunsite.dk; Fri, 5 Mar 2004 22:15:50 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040306061550.ZM4787@candle.brasslantern.com> Date: Sat, 6 Mar 2004 06:15:50 +0000 In-Reply-To: <20040306001831.0B5CF8551@pwstephenson.fsnet.co.uk> Comments: In reply to Peter Stephenson "PATCH: case-insensitive globbing" (Mar 6, 12:18am) References: <20040306001831.0B5CF8551@pwstephenson.fsnet.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: PATCH: case-insensitive globbing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 6, 12:18am, Peter Stephenson wrote: } Subject: PATCH: case-insensitive globbing } } > (Bash has such an option: nocaseglob...) } } This has been on the wish list for ages, but I just realised it's } completely trivial to implement... so trivial it might as well be in } 4.2.0. It's just the existing code for (#i) turn on at the start } of all file globs. Does that mean that (#I) selectively restores case sensitivity?