From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20881 invoked from network); 18 May 2000 09:20:34 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 May 2000 09:20:34 -0000 Received: (qmail 8908 invoked by alias); 18 May 2000 09:20:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11457 Received: (qmail 8901 invoked from network); 18 May 2000 09:20:26 -0000 Date: Thu, 18 May 2000 11:19:53 +0200 (MET DST) Message-Id: <200005180919.LAA02363@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Bart Schaefer"'s message of Wed, 17 May 2000 09:46:06 +0000 Subject: 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@informatik.hu-berlin.de