From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10390 invoked from network); 10 May 1999 11:45:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 May 1999 11:45:58 -0000 Received: (qmail 15516 invoked by alias); 10 May 1999 11:45:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6248 Received: (qmail 15509 invoked from network); 10 May 1999 11:45:41 -0000 Message-Id: <9905101121.AA13919@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Bug in mult_isarr Date: Mon, 10 May 1999 13:21:20 +0200 From: Peter Stephenson Modifiers and split process substitutions don't seem to go together too well with the mult_isarr patch (6046). % print "${(@)${(@)=$(echo yan tan tethera dick)}:##t*}" before: yan dick after: yan tan tethera dick The example that I originally found was presumably triggering the same thing, % print "${(@)${(@f)$(typeset)}:#*local *\=*}" where you get nothing after the patch. However, I also noticed that in that case if you miss out the `:' the shell hangs. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy