Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zstyle to control completion of functions/parameters beginning with underscore
- X-seq: zsh-workers 28845
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: zstyle to control completion of functions/parameters beginning with underscore
- Date: Thu, 03 Mar 2011 10:33:48 -0500
- In-reply-to: <110302153027.ZM10605@torch.brasslantern.com> (Bart Schaefer's message of "Wed, 02 Mar 2011 15:30:27 -0800")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1238890030-4683-1-git-send-email-ft@bewatermyfriend.org> <090404193718.ZM19801@torch.brasslantern.com> <20090405191304.1908fca8@pws-pc> <090405151115.ZM13159@torch.brasslantern.com> <20090406100929.505617e2@news01> <2d460de70905270930j681da6a5kf7848d67d89f0c69@mail.gmail.com> <20090527175941.3bbe2eba@news01> <m37i02cqd9.fsf@klanderman.net> <2d460de70905280148iebfcegcb4143c33e510efd@mail.gmail.com> <m3ei6qvalg.fsf_-_@klanderman.net> <7658.1299027908@thecus> <m38vwxuzml.fsf@klanderman.net> <110302153027.ZM10605@torch.brasslantern.com>
- Reply-to: gak@xxxxxxxxxxxxxx
> How about if prefix-needed becomes a ternary, with default "auto" where
> the behavior of "auto" is defined to mean "false" in the new contexts
> where you are applying it and "true" in all the contexts where it now
> applies?
I'm not sure that's any different from documenting that the default
depends on the context (which you have to do either way), you're just
naming that behavior.
Easiest is to just use 'zstyle -t' in the new use cases and leave the
'zstyle -T' as-is in the existing twelve uses.
If you like 'auto', then it's not much more effort to add all the true
strings plus 'auto' to the existing 'zstyle -T' calls. The new uses
would remain 'zstyle -t' as 'auto' and unset mean false in this
context.
Somebody make a choice and I'll do it..
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author