From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Schaefer" Message-Id: <990204083015.ZM17990@candle.brasslantern.com> Date: Thu, 4 Feb 1999 08:30:15 -0800 To: "John Cooper" , zsh-users@math.gatech.edu Subject: Re: array/variable inconsistency MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailing-List: 2087 On Feb 4, 3:59pm, John Cooper wrote: } Subject: array/variable inconsistency } } When I set path as an array, the value is reflected in the uppercase PATH } environment variable: } } $ path=(one two three) } $ echo $PATH } } However, this doesn't work for (most) other variables PATH and path are "special" variables which zsh handles internally. The same is true of FPATH/fpath and a couple of others. There's no facility for linking an arbitrary pair of variables this way in any released version of zsh. This linking feature was added very recently by a patch to the 3.1.x development version of zsh, but AFAIK that version has never been ported to Windows. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com