From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15893 invoked from network); 10 Apr 1999 11:29:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Apr 1999 11:29:00 -0000 Received: (qmail 22024 invoked by alias); 10 Apr 1999 11:28:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6004 Received: (qmail 22017 invoked from network); 10 Apr 1999 11:28:50 -0000 To: zsh-workers@sunsite.auc.dk Path: mason From: mason@primenet.com.au (Geoff Wing) Newsgroups: lists.zsh.workers Subject: BUG: zsh-3.1.5-pws-14: parameter expansion not working properly Date: 10 Apr 1999 11:28:43 GMT Organization: PrimeNet Computer Consultants Distribution: local Message-ID: Reply-To: mason@primenet.com.au NNTP-Posting-Host: coral.primenet.com.au X-Trace: coral.primenet.com.au 923743723 15717 203.43.15.2 (10 Apr 1999 11:28:43 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: 10 Apr 1999 11:28:43 GMT User-Agent: slrn/0.9.5.4 (UNIX) Here's a fragment of the expansion similar to that used in cvsentries() in Misc/compctl-examples % zsh-3.1.5 % a=("${(f@)$(echo foo; echo bar)}"); print -l $a foo bar % a=("${${(f@)$(echo foo; echo bar)}:#f*}"); print -l $a bar % zsh-3.1.5-pws-14 % a=("${(f@)$(echo foo; echo bar)}"); print -l $a foo bar % a=("${${(f@)$(echo foo; echo bar)}:#f*}"); print -l $a % -- Geoff Wing Mobile : (Australia) 0412 162 441 Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/