From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17300 invoked from network); 7 Aug 2005 06:52:25 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Aug 2005 06:52:25 -0000 Received: (qmail 38402 invoked from network); 7 Aug 2005 06:52:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Aug 2005 06:52:18 -0000 Received: (qmail 24331 invoked by alias); 7 Aug 2005 06:52:11 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9261 Received: (qmail 24321 invoked from network); 7 Aug 2005 06:52:11 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Aug 2005 06:52:11 -0000 Received: (qmail 37411 invoked from network); 7 Aug 2005 06:52:11 -0000 Received: from ykdmp01.yokohama.riken.go.jp (134.160.82.30) by a.mx.sunsite.dk with SMTP; 7 Aug 2005 06:52:05 -0000 Received: (qmail 20857 invoked by uid 0); 7 Aug 2005 15:52:03 +0900 Received: from unknown (HELO jota.gsc.riken.go.jp) (127.0.0.1) by 0 with SMTP; 7 Aug 2005 15:52:03 +0900 Received: from ([jota.gsc.riken.go.jp (134.160.84.23)]) by ykdmp01 (InterScan E-Mail VirusWall Unix); Sun, 07 Aug 2005 15:52:03 +0900 (JST) Received: from [10.64.67.139] (ipm04.gsc.riken.go.jp [134.160.83.74]) by jota.gsc.riken.go.jp (Postfix) with ESMTP id 8E4B034854DF; Sun, 7 Aug 2005 15:52:02 +0900 (JST) Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <42F5AAA7.6010509@yandex.ru> References: <42F5AAA7.6010509@yandex.ru> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <34D97F06-3D17-4279-82E5-559EDA26A9B7@jota.gsc.riken.go.jp> Content-Transfer-Encoding: 7bit From: Wataru Kagawa Subject: Re: a question about argument corrections Date: Sun, 7 Aug 2005 15:52:02 +0900 To: UVV , zsh-users@sunsite.dk X-Mailer: Apple Mail (2.733) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On 2005/08/07, at 15:31, UVV wrote: > Hi! > Try to turn off spelling correction for a single command, e.g. > alias mv='nocorrect mv' Thanks for the suggestion. That takes care of the second file, but how can I still allow spelling corrections to work for the first file? For example, zsh% ls foo1 foo2 foo3 zsh% mv fo3 foo4 I would like zsh to ask if 'fo3' should be corrected to 'foo3'. Thanks.