From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14127 invoked from network); 5 Apr 2009 12:24:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Apr 2009 12:24:25 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 92784 invoked from network); 5 Apr 2009 12:24:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Apr 2009 12:24:18 -0000 Received: (qmail 16985 invoked by alias); 5 Apr 2009 12:24:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26805 Received: (qmail 16971 invoked from network); 5 Apr 2009 12:24:11 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 5 Apr 2009 12:24:11 -0000 Received: from smtprelay08.ispgateway.de (smtprelay08.ispgateway.de [80.67.29.8]) by bifrost.dotsrc.org (Postfix) with ESMTP id 958418026E28 for ; Sun, 5 Apr 2009 14:23:56 +0200 (CEST) Received: from [83.135.207.17] (helo=fsst.voodoo.lan) by smtprelay08.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LqROG-00054N-GY for zsh-workers@sunsite.dk; Sun, 05 Apr 2009 14:23:56 +0200 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1LqRNz-0003di-Lr for zsh-workers@sunsite.dk; Sun, 05 Apr 2009 14:23:39 +0200 Date: Sun, 5 Apr 2009 14:23:39 +0200 From: Frank Terbeck To: zsh-workers@sunsite.dk Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option Message-ID: <20090405122339.GI4050@fsst.voodoo.lan> Mail-Followup-To: zsh-workers@sunsite.dk References: <1238890030-4683-1-git-send-email-ft@bewatermyfriend.org> <090404193718.ZM19801@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <090404193718.ZM19801@torch.brasslantern.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/9205/Sun Apr 5 05:09:43 2009 on bifrost X-Virus-Status: Clean Bart Schaefer : > On Apr 5, 2:07am, Frank Terbeck wrote: > } > } This certainly is not perfect. A better solution would be to disallow > } _commandname type function names from being the result of a correction > } without completely disabling correction. [...] > A more general solution would be an fignore-type variable, which > compinit could set to the value "_*" or some such thing. Agreed. But well beyond my knowledge of the zsh sources. :) Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925