From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1606 invoked from network); 6 Jun 2000 10:13:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jun 2000 10:13:21 -0000 Received: (qmail 19466 invoked by alias); 6 Jun 2000 10:13:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11773 Received: (qmail 19457 invoked from network); 6 Jun 2000 10:13:10 -0000 Date: Tue, 6 Jun 2000 11:12:45 +0100 From: Adam Spiers To: zsh workers mailing list Subject: completing filenames containing spaces Message-ID: <20000606111245.A17370@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux 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. Adam