Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#256789: zsh file name completion should quote commas in brace construct
- X-seq: zsh-workers 20185
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#256789: zsh file name completion should quote commas in brace construct
- Date: Fri, 23 Jul 2004 13:51:28 -0400
- Cc: Galen Hancock <galenh@xxxxxxxxxxxxxxxxxxxxxx>, 256789-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <10995.1088502357@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040629040617.GA22158@xxxxxxxxxxxxxxxxx> <10995.1088502357@xxxxxxxxxxxxxxxxxxxxx>
Is anyone actively working on this?
> > Tab completion normally quotes spaces and the like. In a {a,b}
> > construct, commas also need to be escaped. Example:
> >
> > % touch a1,2
> > % touch a3,4
> > % ls a{1<TAB>3<TAB>}
> >
> > results in:
> >
> > % ls a{1,2,3,4}
>
> This problem has previously come up on the zsh-workers list. See
> messages 17791, 17913 and 17926.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author