From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10131 invoked from network); 9 Jun 1999 15:21:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jun 1999 15:21:39 -0000 Received: (qmail 24024 invoked by alias); 9 Jun 1999 15:21:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6557 Received: (qmail 24010 invoked from network); 9 Jun 1999 15:21:05 -0000 Date: Wed, 9 Jun 1999 17:21:01 +0200 (MET DST) Message-Id: <199906091521.RAA21879@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: some typos in compsys.yo ... Bye Sven diff -u od/Zsh/compsys.yo Doc/Zsh/compsys.yo --- od/Zsh/compsys.yo Tue Jun 8 13:18:29 1999 +++ Doc/Zsh/compsys.yo Wed Jun 9 17:17:51 1999 @@ -153,7 +153,7 @@ var(pattern) may be given. ) item(tt(#compdef -k) var(style key-sequences...))( -This can be used bind special completion functions to the +This can be used to bind special completion functions to the var(key-sequences). It creates a widget behaving like the builtin widget var(style), which must be one of those that perform completion, namely tt(complete-word), tt(delete-char-or-list), tt(expand-or-complete), @@ -464,7 +464,7 @@ item(tt(_match))( This completer is intended to be used after the tt(_complete) completer. It allows one to give patterns on the command line and -to complete all strings metching these patterns from the set of possible +to complete all strings matching these patterns from the set of possible completions for the context the cursor is in, without having to set the tt(GLOB_COMPLETE) option. @@ -614,6 +614,7 @@ tt(never), however, a new completion is started if the old list was generated by a different completion command (the behaviour without the tt(_oldlist) completer). + For example, suppose you type tt(^Xc) to generate a list of corrections, and menu completion is started in one of the usual ways. Usually, typing tt(TAB) at this point would start trying to complete the line as it now @@ -704,7 +705,7 @@ parameter in normal completion. The function tt(_files) calls tt(_path_files) with all the arguments -it was passed and, if that generated no matches, call tt(_path_files) again +it was passed and, if that generated no matches, calls tt(_path_files) again without any tt(-g) or tt(-/) option, thus generating all filenames. These functions also accept the `tt(-J)', `tt(-V)', `tt(-X)', `tt(-P)', -- Sven Wischnowsky wischnow@informatik.hu-berlin.de