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

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@xxxxxxxxxxxxxxxxxxxxxxx



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