Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add CORRECT_NOCOMPSYS option
- X-seq: zsh-workers 27000
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option
- Date: Wed, 27 May 2009 18:30:13 +0200
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dbPxsJ4VUdV0cPPF4+zk8r6YHv00j8P2H9E/neyTLN8=; b=s6NMlaqhBdsIqLptilgzXJpDz/57bPRkLF2c0cA570I5Wwqap2SysSfBKSPZ2hXSRt dCOOaXx0GGnFlB44mcynSN1pk++/ewq5J8l+5OAtBaGZRIHOqcFz+4wUCpHAiQ2IzTAe GevK58r7cpG3ywosHCOfaPybJaxgk33QMUXhE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hvGpMrKl99qO5oXzUzh0WTkxSvSxI6SvP6l7LJ3z+zJ8F8d8g0Y0VtkznfLxizAQJm F1dpRYNPP/fsA+JWV9ObsY1WvYySF7SXLjUXwFd8Mrn/LfbdyyhwwXrONz3A2ObOCKy5 V9lxt5aJYzmziHg2v346LBLJP/EUzfwVOCEEE=
- In-reply-to: <20090406100929.505617e2@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1238890030-4683-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx> <090404193718.ZM19801@xxxxxxxxxxxxxxxxxxxxxx> <20090405191304.1908fca8@pws-pc> <090405151115.ZM13159@xxxxxxxxxxxxxxxxxxxxxx> <20090406100929.505617e2@news01>
On Mon, Apr 6, 2009 at 11:09, Peter Stephenson <pws@xxxxxxx> wrote:
> I added the sentence
>
> ÂThe pattern does not apply the correction
> Âof file names, as applied by the tt(CORRECT_ALL) option (so with the
> Âexample just given files beginning with `tt(_)' in the current
> Âdirectory would still be completed).
Just to be certain: A binary called _foo would never be considered for
spelling correction in this case?
richih@titanium ~ % echo $CORRECT_IGNORE
_*
richih@titanium ~ % pwd
/home/richih
richih@titanium ~ % which _foo
/bin/_foo
richih@titanium ~ % _fo<enter>
zsh: command not found: _fo
richih@titanium ~ % foo<enter>
zsh: command not found: foo
richih@titanium ~ %
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author