From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17913 invoked from network); 25 Nov 2002 11:00:16 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Nov 2002 11:00:16 -0000 Received: (qmail 7546 invoked by alias); 25 Nov 2002 11:00:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17963 Received: (qmail 7463 invoked from network); 25 Nov 2002 10:59:58 -0000 X-VirusChecked: Checked X-Env-Sender: kiddleo@logica.com X-Msg-Ref: server-14.tower-4.messagelabs.com!1038221965!19932 cc: Zsh Workers In-reply-to: <20021123002553.GA16698@lorien.emufarm.org> From: Oliver Kiddle References: <20021123002553.GA16698@lorien.emufarm.org> To: Danek Duvall Subject: Re: Overeager completion? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14759.1038221903.1@logica.com> Date: Mon, 25 Nov 2002 10:59:25 +0000 Message-ID: <15541.1038221965@logica.com> Sender: kiddleo@logica.com On 22 Nov, Danek Duvall wrote: > % zsh -f > % mkdir /tmp/foo > % cd /tmp/foo > % mkdir a b > % touch a/{1,2,3,4} > % autoload -U compinit > % compinit > % ls ../^D > a/ b/ > % ls ..//^D > 1 2 3 4 That's a feature. See the documentation for the squeeze-slashes style in the manual: If set to `true', sequences of slashes (as in `foo//bar') will be treated as if they were only one slash when completing path- names. This is the usual behaviour of UNIX paths. However, by default the file completion function behaves as if there were a `*' between the slashes. So if you don't like it, set squeeze-slashes to true. > Oops. Then, for good measure, hit ^C twice to quit the shell. :) That could be a bug. Seems to occur after any ^D used to list choices. Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.