Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Oliver Kiddle: compctl -l broken and function installation
- X-seq: zsh-workers 6550
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Oliver Kiddle: compctl -l broken and function installation
- Date: Wed, 9 Jun 1999 14:25:13 +0400
- Importance: Normal
- In-reply-to: <199906090927.LAA20963@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> ccont was set to zero which caused the test after trying the
> (non-existent) pattern compctl's to succeed -- and hence the
> completion code stopped trying to generate matches.
>
> The patch also makes `compctl -h' use ccont.
>
(warnings omitted)
zle_tricky.c 4933: [error]: CFE1165 too few arguments in function call
strinbeg();
^
zle_tricky.c 6347: [error]: CFE1165 too few arguments in function call
strinbeg();
^
zle_tricky.c 8105: [error]: CFE1165 too few arguments in function call
strinbeg();
^
zle_tricky.c 8184: [error]: CFE1165 too few arguments in function call
strinbeg();
^
gmake[3]: *** [zle_tricky..o] Error 1
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src/Zle'
gmake[2]: *** [modules] Error 1
gmake[2]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src'
gmake[1]: *** [modules] Error 2
gmake[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src'
gmake: *** [all] Error 1
bor@itsrm2:/tools/src/zsh-3.1.5-pws-21%>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author