From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18104 invoked from network); 14 May 2008 14:12:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 May 2008 14:12:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64151 invoked from network); 14 May 2008 14:12:17 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 May 2008 14:12:17 -0000 Received: (qmail 10326 invoked by alias); 14 May 2008 14:12:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25026 Received: (qmail 10310 invoked from network); 14 May 2008 14:12:13 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 14 May 2008 14:12:13 -0000 Received: from equator.ru.net (equator.ru.net [194.58.105.39]) by bifrost.dotsrc.org (Postfix) with ESMTP id 62C3580ED172 for ; Wed, 14 May 2008 16:12:09 +0200 (CEST) Received: from localhost ([127.0.0.1]) by equator.ru.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JwHi9-0006oy-VS for zsh-workers@sunsite.dk; Wed, 14 May 2008 18:12:06 +0400 Message-ID: <482AF331.5070809@sergio.spb.ru> Date: Wed, 14 May 2008 18:12:01 +0400 From: sergio User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: Zsh hackers list Subject: Re: case insensitive completion References: <482839D5.6070901@sergio.spb.ru> <20080514104757.01013e55@news01> In-Reply-To: <20080514104757.01013e55@news01> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: zsh@sergio.spb.ru X-SA-Exim-Scanned: No (on equator.ru.net); SAEximRunCond expanded to false X-Virus-Scanned: ClamAV 0.91.2/7120/Wed May 14 14:24:50 2008 on bifrost X-Virus-Status: Clean Peter Stephenson wrote: > I think this really needs fixing a more general way. You don't care what > the character set is, you just want to make lower and upper case match. Yes! > zstyle ':completion:*' matcher-list \ > 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' For ascii this doesn't work too :( -- sergio