Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#468386: zsh-beta: Slow command completion
- X-seq: zsh-workers 24650
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#468386: zsh-beta: Slow command completion
- Date: Sat, 1 Mar 2008 18:06:06 -0500
- In-reply-to: <080229091201.ZM17597@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87zltldnde.fsf@xxxxxxxxxxxxxxxxxxxxx> <20080228172715.GA12451@xxxxxxxxxxx> <080228095414.ZM15685@xxxxxxxxxxxxxxxxxxxxxx> <200802281754.m1SHsSf1021072@xxxxxxxxxxxxxx> <20080228182402.GA24702@xxxxxxxxxxx> <080228171120.ZM16163@xxxxxxxxxxxxxxxxxxxxxx> <20080229020734.GA11155@xxxxxxxxxxx> <080229091201.ZM17597@xxxxxxxxxxxxxxxxxxxxxx>
On Fri, Feb 29, 2008 at 09:12:01AM -0800, Bart Schaefer wrote:
> Unfortunately that would mess with every "zstyle -T ... verbose" in the
> whole completion tree, so it's probably best just to leave it at your
> patch for now, unless someone feels strongly about it.
Speaking of which, -T is probably not at all what we want.
Index: Completion/Unix/Type/_path_commands
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_path_commands,v
retrieving revision 1.3
diff -u -r1.3 _path_commands
--- Completion/Unix/Type/_path_commands 28 Feb 2008 18:29:05 -0000 1.3
+++ Completion/Unix/Type/_path_commands 1 Mar 2008 23:04:17 -0000
@@ -26,7 +26,7 @@
_path_commands() {
local need_desc expl ret=1
-if zstyle -T ":completion:${curcontext}:" extra-verbose; then
+if zstyle -t ":completion:${curcontext}:" extra-verbose; then
local update_policy first
if [[ $+_command_descriptions -eq 0 ]]; then
first=yes
Messages sorted by:
Reverse Date,
Date,
Thread,
Author