Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completing filenames containing spaces
- X-seq: zsh-workers 11773
 
- From: Adam Spiers <adam@xxxxxxxxxx>
 
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: completing filenames containing spaces
 
- Date: Tue, 6 Jun 2000 11:12:45 +0100
 
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
 
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<TAB>
  % ls .mozilla/Adam\ Spiers/
  % ls .mozilla/Adam\ Spiers/<TAB>
  % ls .mozilla/Adam\ Spiers/ 
                              ^
                         cursor is now here
i.e. the final <TAB> inserts a space, despite there being files in the
directory.
Adam
Messages sorted by:
Reverse Date,
Date,
Thread,
Author