From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29475 invoked from network); 6 Jun 2000 11:25:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jun 2000 11:25:22 -0000 Received: (qmail 29133 invoked by alias); 6 Jun 2000 11:24:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11775 Received: (qmail 29126 invoked from network); 6 Jun 2000 11:24:41 -0000 Date: Tue, 6 Jun 2000 12:24:36 +0100 From: Adam Spiers To: zsh-workers@sunsite.auc.dk Subject: Re: completing filenames containing spaces Message-ID: <20000606122436.A18611@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh-workers@sunsite.auc.dk References: <200006061027.MAA08682@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006061027.MAA08682@beta.informatik.hu-berlin.de>; from wischnow@informatik.hu-berlin.de on Tue, Jun 06, 2000 at 12:27:04PM +0200 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Sven Wischnowsky (wischnow@informatik.hu-berlin.de) wrote: > > Adam Spiers wrote: > > > Hi all, > > > > Congratulations on getting 3.1.<7-9> out the door. This is an > > exciting time for zsh! (Unfortunately I missed most of it through > > working hard for exams.) > > > > With the latest CVS, it seems that completion of filenames containing > > spaces is broken: > > > > % ls .mozilla/A > > % ls .mozilla/Adam\ Spiers/ > > % ls .mozilla/Adam\ Spiers/ > > % ls .mozilla/Adam\ Spiers/ > > ^ > > cursor is now here > > > > i.e. the final inserts a space, despite there being files in the > > directory. > > Hm, works for me both with -f and with my usual setup. What are your > styles? I've narrowed it down to a test case: pulse% zsh -f pulse% autoload compinit pulse% compinit pulse% setopt globcomplete