Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completing filenames containing spaces
- X-seq: zsh-workers 11775
 
- From: Adam Spiers <adam@xxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: completing filenames containing spaces
 
- Date: Tue, 6 Jun 2000 12:24:36 +0100
 
- In-reply-to: <200006061027.MAA08682@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from wischnow@xxxxxxxxxxxxxxxxxxxxxxx on Tue, Jun 06, 2000 at 12:27:04PM +0200
 
- Mail-followup-to: zsh-workers@xxxxxxxxxxxxxx
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <200006061027.MAA08682@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
 
Sven Wischnowsky (wischnow@xxxxxxxxxxxxxxxxxxxxxxx) 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<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.
> 
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author