From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id BAA00159 for ; Sat, 12 Oct 1996 01:12:03 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA27366; Fri, 11 Oct 1996 11:05:22 -0400 (EDT) Resent-Date: Fri, 11 Oct 1996 11:05:22 -0400 (EDT) Message-Id: <199610111503.LAA13074@spacely.icd.teradyne.com> X-Mailer: exmh version 1.6.9 8/22/96 To: zsh-workers@math.gatech.edu cc: Tom Doran Subject: Re: zsh funcs reply-to: acs@world.std.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Oct 1996 11:03:46 -0400 From: Vinnie Shelton Resent-Message-ID: <"85uQw.0.Th6.n8cNo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2214 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Somewhere between 3.0.0 and 3.0.1-test3, my namedir function (can't remember the attribution, sorry) stopped working: # Shorten the current directory to a ~ name # (Only works as a zsh function) $1=$PWD : ~$1 It used to name the current directory; now it outputs this error: zsh: no such file or directory: tf=/vobs/devel/shared/hsd100/testfiles Vin Shelton