From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5350 invoked from network); 16 Dec 1999 13:48:47 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Dec 1999 13:48:47 -0000 Received: (qmail 14461 invoked by alias); 16 Dec 1999 13:48:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9085 Received: (qmail 14454 invoked from network); 16 Dec 1999 13:48:37 -0000 Date: Thu, 16 Dec 1999 14:48:35 +0100 (MET) Message-Id: <199912161348.OAA21044@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: compsys.yo This is the fix for two more things Peter talked about: at one place (at least I could only find one place) there was a context name used without the `:completion' prefix and then there is the documentation of the default tag. Bye Sven diff -ru ../z.old/Doc/Zsh/compsys.yo Doc/Zsh/compsys.yo --- ../z.old/Doc/Zsh/compsys.yo Thu Dec 16 14:34:12 1999 +++ Doc/Zsh/compsys.yo Thu Dec 16 14:42:04 1999 @@ -278,11 +278,13 @@ The completion system represents contexts as hierarchical name s with components separated by colons. For example, take the context -`tt(:complete::dvips::-o-1)'. The tt(:complete) at the -beginning is the `completer', which is in overall control of how completion -is to be performed; `tt(complete)' is the basic one for -ordinary completion, but completers may perform various related tasks -such as correction, or modify the behaviour of a later completer (see +`tt(:completion:complete::dvips::-o-1)'. The tt(:completion) at the +beginning just says that this context is used in the completion system +and the tt(:complete) after it is the `completer', which is in overall +control of how completion is to be performed; `tt(complete)' is the +basic one for ordinary completion, but completers may perform various +related tasks such as correction, or modify the behaviour of a later +completer (see ifzman(the section `Control Functions' below)\ ifnzman(noderef(Control Functions)) for more information). Strictly, the completer is `tt(_complete)', but the @@ -430,6 +432,10 @@ ) item(tt(cvs))( used only to look up the value of the tt(disable-stat) style +) +item(tt(default))( +used to look up default values for various styles that may also be set +for tags that are used when generating matches ) item(tt(descriptions))( used when looking up the value of the tt(format) style for -- Sven Wischnowsky wischnow@informatik.hu-berlin.de