From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11503 invoked from network); 14 Feb 1998 19:17:11 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 14 Feb 1998 19:17:11 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id OAA13055; Sat, 14 Feb 1998 14:08:55 -0500 (EST) Resent-Date: Sat, 14 Feb 1998 14:07:20 -0500 (EST) From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sat, 14 Feb 1998 19:09:16 +0000 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: zsh-users@math.gatech.edu Subject: Re: turning off correction for specified words Message-Id: Resent-Message-ID: <"R7q3h3.0.FB3.ejUvq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1319 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Feb 14, 6:06pm, Adam Spiers wrote: } Subject: Re: turning off correction for specified words > Niall Smart (njs3@doc.ic.ac.uk) wrote: > > Is it possible to tell zsh not to try and correct certain words? > > Yes. RTFM and search for `nocorrect'. I had looked at this and it doesn't seem to do what I want. I wanted to be able to say: don't try and correct the words "foobar" and "depend". It's analagous to fignore for tab completion. Niall