Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: complist & compinit clobber colored completion listings?
- X-seq: zsh-users 12197
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: complist & compinit clobber colored completion listings?
- Date: Thu, 08 Nov 2007 12:23:31 +0000
- In-reply-to: <20071108120134.99829.qmail@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071108120134.99829.qmail@xxxxxxxxxxx>
Atom Smasher wrote:
> zsh 4.3.4 (amd64-portbld-freebsd6.2)
>
> starting from 'zsh -f' i can get colored completion listings working with:
> zmodload zsh/complist
> ZLS_COLORS=
>
> but as soon as i run:
> autoload -U compinit
> compinit
>
> the colored completion listings stop working. the man page mentions
> loading zsh/complist before calling compinit, but i've tried those four
> commands in every order and they just don't seem to get along.
You need to set the list-colors style. See the zshcompsys manual, which
is the place to start for configuration of compinit-style completion,
not the manuals for the various modules handling it. This is already
what the new zshroadmap manual says you should do... I think your
problem in this case is knowing too much.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author