Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add CORRECT_NOCOMPSYS option
- X-seq: zsh-workers 27005
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option
- Date: Wed, 27 May 2009 15:12:02 -0400
- In-reply-to: <20090527175941.3bbe2eba@news01> (Peter Stephenson's message of "Wed, 27 May 2009 17:59:41 +0100")
- 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> <2d460de70905270930j681da6a5kf7848d67d89f0c69@xxxxxxxxxxxxxx> <20090527175941.3bbe2eba@news01>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> Peter Stephenson <pws@xxxxxxx> writes:
> On Wed, 27 May 2009 18:30:13 +0200
> Richard Hartmann <richih.mailinglist@xxxxxxxxx> wrote:
>>
>> Just to be certain: A binary called _foo would never be considered for
>> spelling correction in this case?
> Correct.
I don't use the correction stuff, only a matcher-list that does exact
match, then case-insensitive, then case-insensitive substring.
But in the same vein, what I really want is a way to configure the
behavior for functions, variables, etc. beginning with "_" to be like
filenames beginning with ".": completion should work if I have
explicitly typed the leading "_", but even substring matching should
not *generate* a leading "_".
Can anyone point me to the file completion logic that does this?
greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author