From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5764 invoked from network); 20 Aug 2006 18:33:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Aug 2006 18:33:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 87119 invoked from network); 20 Aug 2006 18:33:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 18:33:29 -0000 Received: (qmail 28426 invoked by alias); 20 Aug 2006 18:33:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22645 Received: (qmail 28416 invoked from network); 20 Aug 2006 18:33:26 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Aug 2006 18:33:26 -0000 Received: (qmail 86806 invoked from network); 20 Aug 2006 18:33:26 -0000 Received: from mtaout03-winn.ispmail.ntl.com (81.103.221.49) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 18:33:25 -0000 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20060820183325.CCLS1865.mtaout03-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Sun, 20 Aug 2006 19:33:25 +0100 Received: from pwslaptop.csr.com ([81.107.41.155]) by aamtaout01-winn.ispmail.ntl.com with SMTP id <20060820183325.QTEZ644.aamtaout01-winn.ispmail.ntl.com@pwslaptop.csr.com>; Sun, 20 Aug 2006 19:33:25 +0100 Date: Sun, 20 Aug 2006 19:33:24 +0100 From: Peter Stephenson To: Alexey Tourbin , zsh-workers@sunsite.dk Subject: Re: compaudit problem Message-Id: <20060820193324.f3a21797.p.w.stephenson@ntlworld.com> In-Reply-To: <20060820173206.GE8500@localhost.localdomain> References: <20060819115030.GE25959@localhost.localdomain> <060819103035.ZM28413@torch.brasslantern.com> <20060819180046.GB8500@localhost.localdomain> <20060820181602.2872ff6e.p.w.stephenson@ntlworld.com> <20060820173206.GE8500@localhost.localdomain> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 20 Aug 2006 21:32:06 +0400 Alexey Tourbin wrote: > Here is full -x transcript, maybe it can shed light. Thanks. Unfortunately it still looks weird; the instructions causing one of the errors reduce to: > +compinit:461> typeset -A _i_test > +compinit:467> _i_name=_floppy and then _i_test[$_i_name]=yes which causes > compinit:469: bad pattern: _i_test[=yes This doesn't happen here. It looks like this would need analysing with a debugger somewhere that shows the problem. I see: +/home/at/.i18n:1> LANG=ru_RU.CP1251 which is a little different from what I've been using to test but there's no reason why it should make ASCII text go funny. My guess is it's somewhere down in parse_subscript that checks for balanced square brackets, but I don't see why. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/