From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3348 invoked from network); 26 Nov 2002 17:08:51 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Nov 2002 17:08:51 -0000 Received: (qmail 13537 invoked by alias); 26 Nov 2002 17:08:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17970 Received: (qmail 13509 invoked from network); 26 Nov 2002 17:08:37 -0000 Date: Tue, 26 Nov 2002 09:08:33 -0800 From: Danek Duvall To: Zsh Workers Subject: Re: Overeager completion? Message-ID: <20021126170833.GA15324@lorien.emufarm.org> Mail-Followup-To: Danek Duvall , Zsh Workers References: <20021123002553.GA16698@lorien.emufarm.org> <15541.1038221965@logica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15541.1038221965@logica.com> User-Agent: Mutt/1.5.1i On Mon, Nov 25, 2002 at 10:59:25AM +0000, Oliver Kiddle wrote: > 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. Hm. All right. I suppose if I'd gone a step further and started hitting tab to complete to one of them, I would have noticed that the "a/" would have been inserted. But the list "1 2 3 4" at "..//" just looked wrong. Maybe "a/1 a/2 a/3 a/4" instead? Anyhow, thanks; I've now set squeeze-slashes. > > 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. Yeah, I've been seeing this for some time -- since 3.1.x at least, I'm pretty sure, but I don't have a copy around to check -- but have always blown past it too fast to have noticed what exactly it was that triggered it. Danek