From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13004 invoked from network); 13 Aug 2006 17:01:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Aug 2006 17:01:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17338 invoked from network); 13 Aug 2006 17:01:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Aug 2006 17:01:32 -0000 Received: (qmail 5973 invoked by alias); 13 Aug 2006 17:01:23 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10598 Received: (qmail 5962 invoked from network); 13 Aug 2006 17:01:22 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Aug 2006 17:01:22 -0000 Received: (qmail 16349 invoked from network); 13 Aug 2006 17:01:22 -0000 Received: from nf-out-0910.google.com (64.233.182.188) by a.mx.sunsite.dk with SMTP; 13 Aug 2006 17:01:21 -0000 Received: by nf-out-0910.google.com with SMTP id y38so1531057nfb for ; Sun, 13 Aug 2006 10:01:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=o5dPG0TOFxtbpjRnmcMbhhYQqeyJI6RFh9BWJE9rjnNv2X3gV6n2d7ExX9A8tfwsvvQRsOM3kdaIW9Bya4sKDyVb0l2BuvsnzLO6XbZfAsn1omzpBYWh5u9h0dFIsjbKdD0vhd3gIMbhUXg+7WydkR9j2WZzENMD6R4l69mAj08= Received: by 10.78.132.12 with SMTP id f12mr2947056hud; Sun, 13 Aug 2006 10:01:20 -0700 (PDT) Received: by 10.78.178.17 with HTTP; Sun, 13 Aug 2006 10:01:19 -0700 (PDT) Message-ID: Date: Sun, 13 Aug 2006 19:01:19 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Peter Stephenson" Subject: Re: Completing a unique prefix of "script" completes "script" Cc: "Zsh Users' List" In-Reply-To: <200608131634.k7DGYr8V002934@pwslaptop.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608131634.k7DGYr8V002934@pwslaptop.csr.com> X-Google-Sender-Auth: d2a0f18b8008ed1d On 8/13/06, Peter Stephenson wrote: > "Nikolai Weibull" wrote: > > On 8/10/06, Peter Stephenson wrote: > > > > > zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[.,_-]=**r:|= > > **' > > > > What exactly are the 'r's doing here? > > That's become a bit garbled: the bit we're referring to should look like > > 'r:|[.,_-]=** r:|=**' That's what I figured. [excellent description of 'r' matcher-list operator] Thanks! > Quite why this forces a distinction between script as an executablle and > script as a directory is one of the great mysteries of the modern world. Hehe, it's bad when this comes from a lead developer... nikolai