From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12739 invoked from network); 16 Sep 2003 11:59:52 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Sep 2003 11:59:52 -0000 Received: (qmail 2596 invoked by alias); 16 Sep 2003 11:59:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6579 Received: (qmail 2587 invoked from network); 16 Sep 2003 11:59:41 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 16 Sep 2003 11:59:41 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.183.235] by sunsite.dk (MessageWall 1.0.8) with SMTP; 16 Sep 2003 11:59:40 -0000 Received: from EXCHANGE02.csr.com (unverified) by MAILSWEEPER01.cambridgesiliconradio.com (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Tue, 16 Sep 2003 12:58:21 +0100 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 16 Sep 2003 13:01:42 +0100 To: Zsh-users List Subject: Re: Case-insensitive completion In-reply-to: "Oliver Kiddle"'s message of "Tue, 16 Sep 2003 12:09:17 +0200." <10378.1063706957@gmcs3.local> Date: Tue, 16 Sep 2003 12:59:28 +0100 Message-ID: <1933.1063713568@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 16 Sep 2003 12:01:42.0335 (UTC) FILETIME=[4AF2B4F0:01C37C4A] Bart wrote: > This is a start at it: > > ------- > zstyle ':completion:*:ci-globbed-files' matcher 'm:{a-z}={A-Z}' > zstyle ':completion:*' file-patterns \ > '(#I)%p:globbed-files %p:ci-globbed-files' '*:all-files' > zstyle ':completion:*' group-order globbed-files ci-globbed-files all-files > zstyle ':completion:*' group-name '' > ------- You know you can do zstyle blah matcher-list '' 'm:{a-z}={A-Z} to try out no modifications first? I suppose the problem is that matcher-list is too early to try for each context separately, but I wouldn't have thought that was too hard to fix. pws ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************