From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27163 invoked from network); 6 Jan 2006 20:07:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Jan 2006 20:07:32 -0000 Received: (qmail 93175 invoked from network); 6 Jan 2006 20:07:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Jan 2006 20:07:26 -0000 Received: (qmail 1664 invoked by alias); 6 Jan 2006 20:07:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22126 Received: (qmail 1654 invoked from network); 6 Jan 2006 20:07:23 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Jan 2006 20:07:23 -0000 Received: (qmail 92822 invoked from network); 6 Jan 2006 20:07:23 -0000 Received: from zproxy.gmail.com (64.233.162.203) by a.mx.sunsite.dk with SMTP; 6 Jan 2006 20:07:21 -0000 Received: by zproxy.gmail.com with SMTP id n29so5195283nzf for ; Fri, 06 Jan 2006 12:07:20 -0800 (PST) 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= Received: by 10.36.227.48 with SMTP id z48mr8751154nzg; Fri, 06 Jan 2006 12:07:20 -0800 (PST) Received: by 10.36.19.2 with HTTP; Fri, 6 Jan 2006 12:07:19 -0800 (PST) Message-ID: <237967ef0601061207h7802915dm580a12122a971242@mail.gmail.com> Date: Fri, 6 Jan 2006 21:07:19 +0100 From: Mikael Magnusson To: zsh-workers@sunsite.dk Subject: Re: Bug in { completion's comma removal In-Reply-To: <20060106180019.GB10111@dot.blorf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060106180019.GB10111@dot.blorf.net> On 1/6/06, Wayne Davison 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 # 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