Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: new parameter flag?
- X-seq: zsh-workers 7595
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: new parameter flag?
- Date: Wed, 01 Sep 1999 10:35:46 +0200
- In-reply-to: "Sven Wischnowsky"'s message of "Tue, 31 Aug 1999 14:43:30 DFT." <199908311243.OAA29911@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I suspect there may be an untokenization problem in the new parameter
flags, or is the following expected for some reason?
% print ${(%):-%~}
% print "${(%):-%~}"
/temp/pws/zsh-beta/Src
(by the way, is it supposed to work like that without a parameter name, or
is it just coincidence, because it's quite convenient?)
I haven't attempted to fix this because I haven't understood what all the
metafy/unmetafy bits are doing. But it should presumably be safe to
untokenize while it's still metafied. It's probably naive to hope
everything could be untokenized earlier on. Then there's remnulargs, or
maybe not. Good luck.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author