Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: completion or'ing and grouping



Peter Stephenson wrote:

>
> Secondly, after I applied patch-match.gz, completion did nothing
> whatsoever.  After panicking I remembered compctl -T.  But according
> to my initialisation files, I never had a compctl -T before, and when
> zsh started up, compctl -T -q was in effect (why?)  If this is
> intentional, hadn't that better now be compctl -T -q -tc?  Otherwise
> we're going to have a very large number of irate users.
> 

Did the mail system destroy (part of) the patch for compctl.c?
There cc_first.mask2 is set to CC_CCCONT. Now CC_CCCONT is the same
bit pattern as CC_REMOVE, so if you have cc_first.mask = CC_CCCONT in
compctl.c then this should be changed to mask2.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author