Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion or'ing and grouping
- X-seq: zsh-workers 4550
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: PATCH: completion or'ing and grouping
- Date: Thu, 5 Nov 1998 09:07:56 +0100 (MET)
- In-reply-to: Peter Stephenson's message of Wed, 04 Nov 1998 17:35:01 +0100
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