From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id XAA16536 for ; Wed, 3 Apr 1996 23:16:04 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id IAA15047; Wed, 3 Apr 1996 08:07:51 -0500 (EST) Resent-Date: Wed, 3 Apr 1996 08:07:19 -0500 (EST) Sender: mjs@cursci.co.uk Message-ID: <31627796.3B350BAF@cursci.co.uk> Date: Wed, 03 Apr 1996 14:05:26 +0100 From: Michael Smith Organization: Electronic Press Ltd, Current Science Group X-Mailer: Mozilla 2.01 (X11; I; Linux 1.3.80 i586) MIME-Version: 1.0 To: zsh-users@math.gatech.edu Subject: Unnecessary correction Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <"JcL3N2.0.mg3.6WdOn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/187 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Using zsh 2.5.0, with options including the following: setopt autolist setopt correct setopt correctall I have just deleted my netscape lock file and found to my surprise: > [4]> rm ~/.netscape/lock > zsh: correct `~/.netscape/lock' to `/home/mjs/.netscape/lock' [nyae]? y > [5]> This is odd, as my home directory is /home/mjs and therefore no correction is necessary. The netscape lock file seems to be a bit odd in that it links to a non-existant file. Similarly, the following sequence of commands: [63]> cd [64]> ln -sf 1.2.3.4 abcd [65]> rm ~/abcd zsh: correct `~/abcd' to `/home/mjs/abcd' [nyae]? y [66]> one of those weird things I guess! Mike