From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13323 invoked from network); 11 Oct 2004 22:32:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Oct 2004 22:32:35 -0000 Received: (qmail 93820 invoked from network); 11 Oct 2004 22:32:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Oct 2004 22:32:29 -0000 Received: (qmail 16790 invoked by alias); 11 Oct 2004 22:32:22 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8051 Received: (qmail 16778 invoked from network); 11 Oct 2004 22:32:21 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Oct 2004 22:32:21 -0000 Received: (qmail 91100 invoked from network); 11 Oct 2004 22:31:31 -0000 Received: from moonbase.zanshin.com (64.84.47.139) by a.mx.sunsite.dk with SMTP; 11 Oct 2004 22:31:29 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.13.1/8.13.1) with ESMTP id i9BMVDRc009215; Mon, 11 Oct 2004 15:31:13 -0700 Date: Mon, 11 Oct 2004 15:31:13 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-users@sunsite.dk To: zsh-users@sunsite.dk cc: William Scott Subject: Re: simple question about completion and case In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Sat, 9 Oct 2004, William Scott wrote: > I would like to be able to type > > open -a preview > > and have it corrected to > > open -a Preview > > Is there a way to do so for the open command and not globally? Not without using the function-based completion system, and not easily without typing something (e.g. a TAB) to invoke the correction before you press the return key to accept the command.