From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19255 invoked from network); 7 Feb 2000 17:33:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Feb 2000 17:33:05 -0000 Received: (qmail 17603 invoked by alias); 7 Feb 2000 17:32:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9606 Received: (qmail 17596 invoked from network); 7 Feb 2000 17:32:58 -0000 To: zsh-workers@math.gatech.edu Subject: PATCH: two missing styles in _zstyle X-Attribution: adl From: Alexandre Duret-Lutz Date: 07 Feb 2000 18:31:05 +0100 Message-ID: User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii This adds two missing styles in zstyle completion function. I have noticed that the function incremental-complete-word use undocumented style `stop' and `break' (well `stop' is documented but not for the way it is used in i-c-w, should these be renamed to stop-key and break-key ?) Index: Completion/Builtins/_zstyle --- Completion/Builtins/_zstyle Thu, 03 Feb 2000 17:57:42 +0100 Alexandre +++ Completion/Builtins/_zstyle Mon, 07 Feb 2000 18:18:44 +0100 Alexandre @@ -10,6 +10,7 @@ # followed by a colon, followed by a state to enter, empty if none. styles=( accept-exact c:bool + add-space c:bool arguments c: auto-description c: completer c:completer @@ -39,6 +40,7 @@ list-packed c:bool list-rows-first c:bool local c: + matcher c: max-errors c: menu c:boolauto numbers c:bool -- Alexandre Duret-Lutz