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

PATCH: Re: Why does ^X? behave differently than TAB?



Still no solution for the problem, but it made me notice that compcall 
is not defined as a auto-builtin.

And then there is a small fix for Peter's doc fixes (thanks, Peter).


Bye
 Sven

Index: Doc/Zsh/compsys.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v
retrieving revision 1.49
diff -u -r1.49 compsys.yo
--- Doc/Zsh/compsys.yo	2000/05/17 21:28:30	1.49
+++ Doc/Zsh/compsys.yo	2000/05/18 09:19:29
@@ -1486,7 +1486,7 @@
 
 In addition to (or instead of) the above possibilities, the value may
 contain the string `tt(select)', optionally followed by an equal sign and a
-number.  In this case menu-selection (as defined by the tt(zsh/computil)
+number.  In this case menu-selection (as defined by the tt(zsh/complist)
 module) will be started.  Without the optional number, it will be started
 unconditionally and with a number it will be started only if at least that
 many matches are generated; if the values for more than one tag provide a
Index: Src/Zle/compctl.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/compctl.mdd,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 compctl.mdd
--- Src/Zle/compctl.mdd	1999/12/16 14:26:38	1.1.1.10
+++ Src/Zle/compctl.mdd	2000/05/18 09:19:29
@@ -2,7 +2,7 @@
 
 moddeps="zsh/complete zsh/zle"
 
-autobins="compctl"
+autobins="compctl compcall"
 
 headers="compctl.h"
 objects="compctl.o"

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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