From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28811 invoked from network); 8 Mar 2008 14:21:35 -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; 8 Mar 2008 14:21:35 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89381 invoked from network); 8 Mar 2008 14:21:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Mar 2008 14:21:28 -0000 Received: (qmail 17636 invoked by alias); 8 Mar 2008 14:21:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24700 Received: (qmail 17615 invoked from network); 8 Mar 2008 14:21:22 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Mar 2008 14:21:22 -0000 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by bifrost.dotsrc.org (Postfix) with ESMTP id 66214801CDA8 for ; Sat, 8 Mar 2008 15:21:19 +0100 (CET) Received: from samurai (ppp-88-217-86-61.dynamic.mnet-online.de [88.217.86.61]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1JXzvK3Psr-000387; Sat, 08 Mar 2008 15:21:19 +0100 Date: Sat, 8 Mar 2008 15:21:29 +0100 From: "Matthias B." To: zsh-workers@sunsite.dk Subject: Re: Making built-in completion recognize : as word boundary Message-ID: <20080308152129.20a0f3cb@samurai> In-Reply-To: <080301110818.ZM19741@torch.brasslantern.com> References: <20080229221711.7729241b@buddha> <31312.1204331822@thecus> <20080301141747.320b246f@buddha> <080301110818.ZM19741@torch.brasslantern.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+intz2hYC/S8Dyp8RoziAxZolElOk6o5z1pDe R8Y1vGOE1PRYtSt8hPUxpVQLBIAa9t2PYFanq30VhYzMW8KnwE MDZvQ+t9VBqyC+MlAZfgjUIihXFE2mU X-Virus-Scanned: ClamAV 0.91.2/6172/Sat Mar 8 13:32:24 2008 on bifrost X-Virus-Status: Clean On Sat, 01 Mar 2008 11:08:18 -0800 Bart Schaefer wrote: > Try: > > compctl -D -f -x 'W[0,*=*] N[-1,:]' -/ > > See also Misc/compctl-examples in the zsh source. Thanks a lot. The following seems to do what I want, namely enable file completion after : and = anywhere on the command line. compctl -D -f -x 'N[-1,:=]' -f MSB -- Democracy is when the people have the right to make the wrong choices.