From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14619 invoked from network); 30 Sep 1997 15:22:38 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 Sep 1997 15:22:38 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA13629; Tue, 30 Sep 1997 11:12:04 -0400 (EDT) Resent-Date: Tue, 30 Sep 1997 11:12:04 -0400 (EDT) Date: Tue, 30 Sep 1997 19:13:14 +0400 (MSD) From: Andrej Borsenkow X-Sender: bor@itsrm1 Reply-To: borsenkow.msk@sni.de To: Zsh workers mailing list Subject: BUG in rcexpandparam? (was: ZSH 3.0.5 breaks script) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"fFwXf2.0.uK3.3RHCq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3543 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sorry for previous long posting, but I suddenly got a couple of minutes ... So, here is the file "foo": setopt rcexpandparam bar=() bar=(${bar} ${foo}) echo $bar zsh -f foo -> ${foo} !!!! without rcexpandparam all works quite fine. Also, "bar" _must_ be set to null array before; if I set it to anything else (including ''), ${foo} goes away. Either something is wrong with bar=() or with rcexpandparam? ------------------------------------------------------------------------- Andrej Borsenkow Fax: +7 (095) 252 01 05 SNI ITS Moscow Tel: +7 (095) 252 13 88 NERV: borsenkow.msk E-Mail: borsenkow.msk@sni.de -------------------------------------------------------------------------