From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2516 invoked from network); 13 Apr 2002 18:32:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Apr 2002 18:32:35 -0000 Received: (qmail 18223 invoked by alias); 13 Apr 2002 18:32:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16974 Received: (qmail 18190 invoked from network); 13 Apr 2002 18:32:23 -0000 Date: Sat, 13 Apr 2002 14:31:54 -0400 From: Clint Adams To: Bart Schaefer Cc: Vincent Lefevre , Zsh hackers list Subject: Re: named directory bug Message-ID: <20020413183154.GA32316@dman.com> References: <14435.1004696502@csr.com> <1011102103403.ZM3964@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1011102103403.ZM3964@candle.brasslantern.com> User-Agent: Mutt/1.3.28i > Except of course that the command in question is supposed to go into > _main_complete, which needs RCEXPANDPARAM. > > Use > > eval "local +h nameddirs; nameddirs=(${(@kvq)^^nameddirs})" > > to disable RCEXPANDPARAM for that expansion only. Should this go into the canonical _main_complete?