From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5017 invoked from network); 22 Sep 2003 14:45:40 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Sep 2003 14:45:40 -0000 Received: (qmail 8330 invoked by alias); 22 Sep 2003 14:45:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19116 Received: (qmail 8320 invoked from network); 22 Sep 2003 14:45:31 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 22 Sep 2003 14:45:31 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [66.93.131.57] by sunsite.dk (MessageWall 1.0.8) with SMTP; 22 Sep 2003 14:45:30 -0000 Received: from lorien.emufarm.org (localhost [127.0.0.1]) by lorien.emufarm.org (8.12.7/8.12.7) with ESMTP id h8MEjSkI015953 for ; Mon, 22 Sep 2003 07:45:29 -0700 Received: (from duvall@localhost) by lorien.emufarm.org (8.12.7/8.12.7/Submit) id h8MEjSkP015952 for zsh-workers@sunsite.dk; Mon, 22 Sep 2003 07:45:28 -0700 Date: Mon, 22 Sep 2003 07:45:28 -0700 From: Danek Duvall To: Zsh Subject: Re: Problem with an exported array Message-ID: <20030922144528.GC12272@lorien.emufarm.org> Mail-Followup-To: Danek Duvall , Zsh References: <8001.1064238241@csr.com> <1030922142208.ZM19975@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1030922142208.ZM19975@candle.brasslantern.com> User-Agent: Mutt/1.5.4i On Mon, Sep 22, 2003 at 02:22:08PM +0000, Bart Schaefer wrote: > On Sep 22, 2:44pm, Peter Stephenson wrote: > > } typeset -S PAGER pager > > Why not make it fully general, e.g. > > typeset -T -S ' ' PAGER pager Or, yet more generally, specify a function to transform the array into the scalar? If there's a way to use the same -S option for both, then that possibility could be left open until someone has time to implement it, but it seems like it might be a useful thing. Or is it just overkill? Danek