From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes Message-Id: <9902031042.AA53319@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk Subject: Re: ${(P)${foo}} (Re: Associative array ordering) In-Reply-To: "Sven Wischnowsky"'s message of "Wed, 03 Feb 1999 11:06:59 NFT." <199902031006.LAA10917@beta.informatik.hu-berlin.de> Date: Wed, 03 Feb 1999 11:42:29 +0100 From: Peter Stephenson X-Mailing-List: 5202 Sven Wischnowsky wrote: > I forgot to append the patch for the docs, sorry. Needs a slight addition. --- Doc/Zsh/expn.yo.par Wed Feb 3 11:33:50 1999 +++ Doc/Zsh/expn.yo Wed Feb 3 11:39:43 1999 @@ -531,7 +531,7 @@ substitution in place of the parameter name this flag makes the result of the expansion be taken as a parameter name which is then used. E.g. if you have `tt(foo=bar)' and `tt(bar=baz)', the strings -`tt(${(P)foo}' and `tt(${(P)${foo}})' will be expanded to `tt(baz)'. +`tt(${(P)foo})' and `tt(${(P)${foo}})' will be expanded to `tt(baz)'. ) item(tt(o))( Sort the resulting words in ascending order. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy