From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29800 invoked from network); 7 Feb 2003 16:08:51 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 7 Feb 2003 16:08:51 -0000 Received: (qmail 6037 invoked by alias); 7 Feb 2003 16:08:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18205 Received: (qmail 6027 invoked from network); 7 Feb 2003 16:08:39 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 7 Feb 2003 16:08:39 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.46.181.248] by sunsite.dk (MessageWall 1.0.8) with SMTP; 7 Feb 2003 16:8:38 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h17G8eW25322 for zsh-workers@sunsite.dk; Fri, 7 Feb 2003 08:08:40 -0800 From: "Bart Schaefer" Message-Id: <1030207160840.ZM25321@candle.brasslantern.com> Date: Fri, 7 Feb 2003 16:08:40 +0000 In-Reply-To: <26589.1044618794@csr.com> Comments: In reply to Peter Stephenson "Re: set -A" (Feb 7, 11:53am) References: <26589.1044618794@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: set -A MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 7, 11:53am, Peter Stephenson wrote: } } Here's a patch which gives the ksh behaviour when KSH_ARRAYS is set; it } could do with more testing of all the possible cases, since the logic } isn't entirely trivial. It -looks- right to me. } As well as describing this, I've also tried to make the documentation } more explicit about argument and option behaviour; this could do with a } read through by other people who might spot things I've described badly } (= Bart). I think this is fine too. About the only other thing I'd have done is stick in a `pindex(KSH_ARRAYS, use of)'.