From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20927 invoked from network); 1 Aug 1997 12:47:11 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 1 Aug 1997 12:47:11 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.8.5/8.8.5) id IAA01072; Fri, 1 Aug 1997 08:37:50 -0400 (EDT) Resent-Date: Fri, 1 Aug 1997 08:37:50 -0400 (EDT) Date: Fri, 1 Aug 1997 16:38:14 +0400 (MSD) From: Andrej Borsenkow X-Sender: bor@itsrm1 Reply-To: borsenkow.msk@sni.de To: Zsh workers mailing list Subject: Brace expansion and RC_EXPAND_PARAM Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"PaToQ.0.hG.UYTup"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3400 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu While we are up to it ... a=(a b) x=(x y) echo $a$^x a bx by echo $a{x,y} a bx by It is O.K., but echo $^a$x ax ay bx by echo {a,b}$x ax bx y Shouldn't they be the same (whichever algorithm is choosen? It applies to {m..n} as well ------------------------------------------------------------------------- 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 -------------------------------------------------------------------------