From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17089 invoked from network); 18 Dec 1998 10:43:06 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 18 Dec 1998 10:43:06 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id FAA27884; Fri, 18 Dec 1998 05:41:32 -0500 (EST) Resent-Date: Fri, 18 Dec 1998 05:41:32 -0500 (EST) Message-Id: <9812181024.AA29286@ibmth.df.unipi.it> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Identifier bug Date: Fri, 18 Dec 1998 11:24:50 +0100 From: Peter Stephenson Resent-Message-ID: <"TkdcQ.0.ap6.S5ZUs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4844 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I was just about to put together another development version when I discovered this. % foo=(a b) % foo[1]=c zsh: not an identifier: foo[1] which is quite serious, because my functions use this all the time, so I'll have to wait until it's fixed. I would guess the problem is with 4826, fixing subscripts for associative arrays. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy