Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with an exported array
- X-seq: zsh-workers 19118
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Problem with an exported array
- Date: Mon, 22 Sep 2003 18:33:16 +0200
- Cc: Zsh <zsh-workers@xxxxxxxxxx>
- In-reply-to: <1030922142208.ZM19975@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <8001.1064238241@xxxxxxx> <1030922142208.ZM19975@xxxxxxxxxxxxxxxxxxxxxxx>
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