From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14179 invoked from network); 22 Sep 2003 17:58:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Sep 2003 17:58:35 -0000 Received: (qmail 25889 invoked by alias); 22 Sep 2003 17:58:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19121 Received: (qmail 25877 invoked from network); 22 Sep 2003 17:58:28 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 22 Sep 2003 17:58:28 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.232.255] by sunsite.dk (MessageWall 1.0.8) with SMTP; 22 Sep 2003 17:58:28 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h8MHwQc20336 for zsh-workers@sunsite.dk; Mon, 22 Sep 2003 10:58:26 -0700 From: Bart Schaefer Message-Id: <1030922175826.ZM20335@candle.brasslantern.com> Date: Mon, 22 Sep 2003 17:58:26 +0000 In-Reply-To: <20030922144528.GC12272@lorien.emufarm.org> Comments: In reply to Danek Duvall "Re: Problem with an exported array" (Sep 22, 7:45am) References: <8001.1064238241@csr.com> <1030922142208.ZM19975@candle.brasslantern.com> <20030922144528.GC12272@lorien.emufarm.org> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh Subject: Re: Problem with an exported array MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 22, 7:45am, Danek Duvall wrote: } Subject: Re: Problem with an exported array } } On Mon, Sep 22, 2003 at 02:22:08PM +0000, Bart Schaefer wrote: } } > Why not make it fully general, e.g. } > } > typeset -T -S ' ' PAGER pager PWS already answered this, which I could have if I'd read the patch more closely to begin with ... } Or, yet more generally, specify a function to transform the array into } the scalar? Aside from the problem PWS explained, that's creeping into the realm of "discipline functions" which ksh supports. That'll probably be added to zsh at some point in the future.