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

Re: Problem with an exported array



    Hi Bart :)

 * Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> dixit:
> } typeset -S PAGER pager
> Why not make it fully general, e.g.
> 	typeset -T -S ' ' PAGER pager

    I was going to suggest it ;)), that '-S' doesn't specify 'fold in
spaces instead of colons', but just 'fold in the following char',
while -T means, like now, 'tie both vars, folding them in the way'.
If no '-S' is specified, or if the char is missing (don't know how
zsh handles those options), then use the colon as the character.

    Nice idea ;))

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/



Messages sorted by: Reverse Date, Date, Thread, Author