From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29567 invoked from network); 19 Aug 2006 17:53:20 -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=-1.8 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; 19 Aug 2006 17:53:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17911 invoked from network); 19 Aug 2006 17:53:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 17:53:08 -0000 Received: (qmail 2521 invoked by alias); 19 Aug 2006 17:45:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22628 Received: (qmail 2499 invoked from network); 19 Aug 2006 17:45:32 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Aug 2006 17:45:32 -0000 Received: (qmail 40909 invoked from network); 19 Aug 2006 17:45:19 -0000 Received: from master.altlinux.org (62.118.250.235) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 17:45:14 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by master.altlinux.org (Postfix) with ESMTP id 010C0E31DA for ; Sat, 19 Aug 2006 21:45:11 +0400 (MSD) Received: by localhost.localdomain (Postfix, from userid 500) id 4F8D735A759; Sat, 19 Aug 2006 21:45:33 +0400 (MSD) Date: Sat, 19 Aug 2006 21:45:33 +0400 From: Alexey Tourbin To: zsh-workers@sunsite.dk Subject: Re: compaudit problem Message-ID: <20060819174533.GA8500@localhost.localdomain> Mail-Followup-To: zsh-workers@sunsite.dk References: <20060819115030.GE25959@localhost.localdomain> <060819103035.ZM28413@torch.brasslantern.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <060819103035.ZM28413@torch.brasslantern.com> --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 19, 2006 at 10:30:33AM -0700, Bart Schaefer wrote: > Seriously, this is pretty clearly a problem with subscript parsing. >=20 > for k in ${(k)color}; do color[${color[$k]}]=3D$k; done >=20 > } The error messages are issued at zsh startup. 4.3.2-20060619 snapshot > } did not have such a problem. >=20 > In all cases the parse of the subscript appears to have run one byte > too far and consumed the ']'. What operating system and compiler are > you using? Linux 2.6.16 glibc 2.3.6 gcc 4.1.1 mostly in sync with gcc-4.1.1-6 from Fedora > I can't reproduce any of these with my build of 08/17 sources from CVS. > I've tried compiling both with and without multibyte support. I've even > tried forcing Test/D07multibyte.ztst to use ru_RU.UTF-8 as $LANG when > running "make check". make check works fine but the problem arise after installation when I launch new zsh in my screen(1) session. So I rolled back to 20060619 (not only rolled back but also recompiled) and it works just fine. > Does anything change if you run "zsh -o posix_identifiers"? Have you > tried building with "configure --disable-multibyte"? Nope, I'll try just now. --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE5049fBKgtDjnu0YRAsd1AKC3wD7EEpSHqPje8LWY1w/HXtQO1gCdEaxv m+Yi9WRZxYjx6cSmJGhkL+g= =8jzt -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP--