From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29864 invoked from network); 1 Mar 2006 09:17:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Mar 2006 09:17:30 -0000 Received: (qmail 43778 invoked from network); 1 Mar 2006 09:17:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Mar 2006 09:17:25 -0000 Received: (qmail 25320 invoked by alias); 1 Mar 2006 09:17:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22312 Received: (qmail 25303 invoked from network); 1 Mar 2006 09:17:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Mar 2006 09:17:21 -0000 Received: (qmail 43474 invoked from network); 1 Mar 2006 09:17:21 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by a.mx.sunsite.dk with SMTP; 1 Mar 2006 09:17:19 -0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FENSF-0004f4-Mv for zsh-workers@sunsite.dk; Wed, 01 Mar 2006 10:17:07 +0100 Received: from roar.cs.berkeley.edu ([128.32.35.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 10:17:07 +0100 Received: from quarl by roar.cs.berkeley.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 10:17:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@sunsite.dk From: Karl Chen Subject: case-insensitive completion Date: Wed, 01 Mar 2006 01:16:16 -0800 Message-ID: Reply-To: quarl+dated+1141636409.1c3501@nospam.quarl.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: roar.cs.berkeley.edu X-Quack-Archive: 1 Gmane-From: 1 User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:yJcr7pm2sZuTmeOehEm7PJVUtRM= Sender: news Hi, I use the following for case-insensitive completion: zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' It has always been MUCH slower than regular completion, esp on big directories. With 4.3.0-dev-5 it got even worse. This is all on a local disk (high bandwidth, low latency SATA), though of course the effect is magnified over NFS. Any plans to implement case-insensitive matching natively? -- Karl 2006-03-01 01:13