From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4545 invoked from network); 2 May 2009 04:10:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 May 2009 04:10:16 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 52486 invoked from network); 2 May 2009 04:10:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 May 2009 04:10:10 -0000 Received: (qmail 15537 invoked by alias); 2 May 2009 04:10:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26917 Received: (qmail 15517 invoked from network); 2 May 2009 04:10:03 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 May 2009 04:10:03 -0000 Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by bifrost.dotsrc.org (Postfix) with ESMTP id E057E80EA0C0 for ; Sat, 2 May 2009 06:07:07 +0200 (CEST) Received: from OMTA12.westchester.pa.mail.comcast.net ([76.96.62.44]) by QMTA06.westchester.pa.mail.comcast.net with comcast id mTTa1b0020xGWP856U9gXh; Sat, 02 May 2009 04:09:40 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA12.westchester.pa.mail.comcast.net with comcast id mU9l1b0045M2Np63YU9lS6; Sat, 02 May 2009 04:09:46 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 60914B30144 for ; Sat, 2 May 2009 00:09:44 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 329139FC5F9; Sat, 2 May 2009 00:09:44 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18939.51080.161444.80368@gargle.gargle.HOWL> Date: Sat, 2 May 2009 00:09:44 -0400 From: Greg Klanderman To: Zsh list Subject: another file completion problem in 4.3.9-dev-2 Reply-To: gak@klanderman.net X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV 0.92.1/9313/Sat May 2 00:13:48 2009 on bifrost X-Virus-Status: Clean Here's another file completion problem in 4.3.9-dev-2: | [~] greg@lwm| zsh -f | lwm% echo $ZSH_VERSION | 4.3.9-dev-2 | lwm% echo $ZSH_PATCHLEVEL | 1.4662 | lwm% rm .zcompdump | lwm% autoload -U compinit | lwm% compinit -u | lwm% zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' '+ l:|=* r:|=*' | lwm% mkdir temp | lwm% cd temp | lwm% touch BarBaz Now if I try to complete "ls baz", I get nothing. But if I complete "ls az", it does correctly complete to "ls BarBaz". thanks, Greg