From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21216 invoked from network); 11 Aug 2005 02:06:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Aug 2005 02:06:45 -0000 Received: (qmail 62905 invoked from network); 11 Aug 2005 02:06:39 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Aug 2005 02:06:39 -0000 Received: (qmail 24956 invoked by alias); 11 Aug 2005 02:06:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9286 Received: (qmail 24940 invoked from network); 11 Aug 2005 02:06:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Aug 2005 02:06:30 -0000 Received: (qmail 61867 invoked from network); 11 Aug 2005 02:06:30 -0000 Received: from wproxy.gmail.com (64.233.184.205) by a.mx.sunsite.dk with SMTP; 11 Aug 2005 02:06:26 -0000 Received: by wproxy.gmail.com with SMTP id i2so273937wra for ; Wed, 10 Aug 2005 19:06:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jJMoCf9A9IBkHKS9/6hTIYShkR7LjWyEIYVUt3wHKSlxMQ4weXrSFnbYAcB79xve8eC6cyhF6uxm6oa9mtYnxP7gcAPcWxPUBLZFxgH07mvJeNAQWJ4l86NrYeVOnGPsTEkL2nz7OGlabE/lDbj175xVUtV4nhdNsNv15176Fig= Received: by 10.54.34.61 with SMTP id h61mr869967wrh; Wed, 10 Aug 2005 19:06:25 -0700 (PDT) Received: by 10.54.81.7 with HTTP; Wed, 10 Aug 2005 19:06:25 -0700 (PDT) Message-ID: <7c737f3005081019065122efcb@mail.gmail.com> Date: Wed, 10 Aug 2005 19:06:25 -0700 From: Deliverable Mail To: zsh-users@sunsite.dk Subject: completion in between non-spaces Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 Having solved completion after a non-space, but on a space, we need to raise the bar and repeat the following everyday feat in bash: tar cvf /home/user/dir/something <=3D=3D now you want to change dir to dirmore, left-arrow over / after dir, and hit tab -- if there's a clear dirmore completion prefix, bash will fill it in with no spaces. But zsh refuses and I need to open up a space and close it later. Is it doable in teh midst of chars? Cheers, Alexy