Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with an exported array
- X-seq: zsh-workers 19116
- From: Danek Duvall <duvall@xxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: Re: Problem with an exported array
- Date: Mon, 22 Sep 2003 07:45:28 -0700
- In-reply-to: <1030922142208.ZM19975@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxx>, Zsh <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <8001.1064238241@xxxxxxx> <1030922142208.ZM19975@xxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author