From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15147 invoked from network); 13 Apr 2001 16:48:24 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Apr 2001 16:48:24 -0000 Received: (qmail 3722 invoked by alias); 13 Apr 2001 16:48:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13979 Received: (qmail 3700 invoked from network); 13 Apr 2001 16:48:24 -0000 From: "Bart Schaefer" Message-Id: <1010413164729.ZM1933@candle.brasslantern.com> Date: Fri, 13 Apr 2001 16:47:29 +0000 In-Reply-To: <1010413050904.ZM1154@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: Automatic hash -d" (Apr 13, 5:09am) References: <1010413045004.ZM1107@candle.brasslantern.com> <1010413050904.ZM1154@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh Workers Subject: Re: Automatic hash -d MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 13, 5:09am, Bart Schaefer wrote: } } + eval : "~$linepath" 2>/dev/null # Create nameddir if necessary I have not committed this, because the code immediately following seems to go to great lengths to *avoid* creating the nameddir ... the entire cascade testing $userdirs and $nameddirs could otherwise be replaced by an eval like the one in the *\$*/* branch, I think. In fact, that's probably what's wrong with testing *\$*/* first: It does an eval and may thereby create a nameddir. So I'm going to wait for Sven to get back and give his opinions. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net