Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problem with an exported array



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