From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25379 invoked from network); 26 Apr 1999 10:49:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 1999 10:49:40 -0000 Received: (qmail 29693 invoked by alias); 26 Apr 1999 10:49:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6110 Received: (qmail 29686 invoked from network); 26 Apr 1999 10:49:25 -0000 From: "Bart Schaefer" Message-Id: <990426025324.ZM19036@candle.brasslantern.com> Date: Mon, 26 Apr 1999 02:53:24 -0700 In-Reply-To: <199904260826.KAA06833@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: foo= always gives context array_value" (Apr 26, 10:26am) References: <199904260826.KAA06833@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@sunsite.auc.dk Subject: Re: foo= always gives context array_value MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 26, 10:26am, Sven Wischnowsky wrote: } Subject: Re: foo= always gives context array_value } } @@ -555,7 +555,7 @@ } /* These are flags saying if we are completing in the command * } * position, in a redirection, or in a parameter expansion. */ } } -static int lincmd, linredir, ispar, linwhat; } +static int lincmd, linredir, ispar, linwhat, linarr; OK, I have to ask ... what does the leading `l' stand for in all those names except `ispar'? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com