From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6717 invoked from network); 13 Aug 2006 15:00:15 -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 15:00:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 28208 invoked from network); 13 Aug 2006 15:00:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Aug 2006 15:00:06 -0000 Received: (qmail 24707 invoked by alias); 13 Aug 2006 14:59:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10596 Received: (qmail 24697 invoked from network); 13 Aug 2006 14:59:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Aug 2006 14:59:57 -0000 Received: (qmail 27124 invoked from network); 13 Aug 2006 14:59:57 -0000 Received: from nf-out-0910.google.com (64.233.182.184) by a.mx.sunsite.dk with SMTP; 13 Aug 2006 14:59:56 -0000 Received: by nf-out-0910.google.com with SMTP id y38so1509215nfb for ; Sun, 13 Aug 2006 07:59:54 -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=UgQIwa01I6lCUdUroqG5BXfysCWMlyN1yMwdcOa++Nh+1eRV7Tm5kYE9mU5XFVNiZiSVqNoazosp6BC8PT8/6MR3kObQ4GkcjWA4LiU6mWAGzDRaX7+mjaVl/qy9PH5qNlK61BZ9TIXJcm2ZNLPIn40WXJzDICg1k0NUIB/u1U4= Received: by 10.78.158.11 with SMTP id g11mr2917665hue; Sun, 13 Aug 2006 07:59:54 -0700 (PDT) Received: by 10.78.178.17 with HTTP; Sun, 13 Aug 2006 07:59:54 -0700 (PDT) Message-ID: Date: Sun, 13 Aug 2006 16:59:54 +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: <200608102141.k7ALfw4J005496@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: <200608102141.k7ALfw4J005496@pwslaptop.csr.com> X-Google-Sender-Auth: 49657645322a7b8f 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? nikolai