From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17092 invoked from network); 5 Aug 2005 02:43:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Aug 2005 02:43:54 -0000 Received: (qmail 72750 invoked from network); 5 Aug 2005 02:43:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Aug 2005 02:43:46 -0000 Received: (qmail 17175 invoked by alias); 5 Aug 2005 02:43:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9237 Received: (qmail 17165 invoked from network); 5 Aug 2005 02:43:38 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Aug 2005 02:43:38 -0000 Received: (qmail 71751 invoked from network); 5 Aug 2005 02:43:37 -0000 Received: from wproxy.gmail.com (64.233.184.192) by a.mx.sunsite.dk with SMTP; 5 Aug 2005 02:43:34 -0000 Received: by wproxy.gmail.com with SMTP id i13so523098wra for ; Thu, 04 Aug 2005 19:43:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GamddLJsdF5j4FhwjQzWc86+etpCG5hfUbaXKS4dRyfYg81nRSlUJXEdXqjUjst4i9ujzKBQNCyYIsij3a1SjhO0h0UwyF86PngmIQEcsxcc+9U0jEhDMowhIA9OI3gya7WfrWFjzmQX0QwoKWDfD7x50IQhEsPnGOito0ArYIs= Received: by 10.54.11.41 with SMTP id 41mr2149406wrk; Thu, 04 Aug 2005 19:43:31 -0700 (PDT) Received: by 10.54.81.7 with HTTP; Thu, 4 Aug 2005 19:43:29 -0700 (PDT) Message-ID: <7c737f30050804194368130378@mail.gmail.com> Date: Thu, 4 Aug 2005 19:43:29 -0700 From: Deliverable Mail Reply-To: Deliverable Mail To: zsh-users@sunsite.dk Subject: Re: complete paths after non-space In-Reply-To: <20050804002724.GB8224@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7c737f3005080216113bd158da@mail.gmail.com> <200508031854.j73IsdnN006237@news01.csr.com> <7c737f3005080316242b83bd5e@mail.gmail.com> <20050804002724.GB8224@blorf.net> X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 It also appears that zsh by default does not conmplete path elements in export PATH=3D/path/one:/pa ... -- nothing are colons covered by magicequalsubst ? Even with compinit, my zsh 4.0.2 does not complete after =3D or :... How do I tell zsh to tokenize on =3D and :, and possibly something else? Alexy