Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compctl example not working
- X-seq: zsh-users 15524
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: compctl example not working
- Date: Mon, 08 Nov 2010 10:39:41 -0800
- In-reply-to: <4CD83D87.4080705@xxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <4CD83D87.4080705@xxxxxxxxxx>
On Nov 8, 7:12pm, Torsten Ekedahl wrote:
}
} I have tried the example from the zshcompctl man page
} and I get no change in completion behaviour. In fact I can't get -T to
} work at all. Any suggestions? (My zsh version is 4.3.10)
compctl is [almost] mutually incompatible with the newer completion
system that's enabled by running "compinit". Unless you are NOT using
compsys, compctl will in most cases have no effect.
I say "almost" because there is a way to configure compsys to fall back
on compctl when it can't find any other completions, but that doesn't
help with -T (which you'd need to have kick in first rather than last).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author