Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in { completion's comma removal
- X-seq: zsh-workers 22126
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug in { completion's comma removal
- Date: Fri, 6 Jan 2006 21:07:19 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ch1+ex/Z5s10kZQ6nzYYEYH3zldiNR6Ht3LJIWoRS7MsBFekYkgHgCtw7s5O5HIkuSfrB3SQ8x71uMNH64DPrDbgR5FrKXuA1Po/zH+JKqih+ejWVdXYi7OloGzRBarWa4aAL+kJpxCiF9J+vrHrmJQOxqJvRBQXebWXdUUpCM0=
- In-reply-to: <20060106180019.GB10111@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060106180019.GB10111@xxxxxxxxxxxxx>
On 1/6/06, Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx> wrote:
> I haven't tried to trace this down yet, but I noticed a bug in recent
> multibyte-enabled zsh versions (including CVS):
>
> % touch foo faa
> % ls f{oo,a<TAB> # pressing TAB results in:
> % ls f{oo,aa,_ # (note: _ is the cursor) OK so far...
> % ls f{oo,aa,}_ # typing } does not remove the comma
>
> This bug does not appear in the latest code if I build it without
> MULTIBYTE_SUPPORT enabled.
>
> ..wayne..
While we're talking about {}, it also doesn't work so well on
filenames with spaces and there's no way (that i've figured out) to
escape a comma inside the braces.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author