From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14488 invoked by alias); 24 Oct 2014 15:36:31 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19290 Received: (qmail 27713 invoked from network); 24 Oct 2014 15:36:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=PLG4IkuH c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=FT8er97JFeGWzr5TCOCO5w==:17 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=AYBRsbYqs4mgqfBd4OcA:9 a=CjuIK1q_8ugA:10 a=8EeglC1-9scA:10 a=ScRwMS-LZH0A:10 a=EKU8k_sTKcoA:10 From: Bart Schaefer Message-id: <141024083614.ZM20933@torch.brasslantern.com> Date: Fri, 24 Oct 2014 08:36:14 -0700 In-reply-to: Comments: In reply to Eric Smith "spell check on the command line" (Oct 24, 12:54pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: Re: spell check on the command line MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Oct 24, 12:54pm, Eric Smith wrote: } } How could I implement and autocorrect function that is run when I } press enter and on suspected spell error beeps and } guesses what I meant and would give me a chance to review the } correction? Have you tried setopt CORRECT_ALL ?? If so, what does it not do that you want done differently?