From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27489 invoked from network); 6 Dec 1999 15:37:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Dec 1999 15:37:21 -0000 Received: (qmail 15224 invoked by alias); 6 Dec 1999 15:36:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8914 Received: (qmail 15213 invoked from network); 6 Dec 1999 15:36:55 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Question about _complete_help Date: Mon, 6 Dec 1999 18:36:53 +0300 Message-ID: <000301bf3fff$b8870510$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal I noted some difference between doc and actual output. Doc states: The completion system represents such a context as a hierarchical name with components separated by colons. For example the name :complete:dvips:-o-1 is used when completing the first argument of the -o option of the dvips command. where actual output of _complete_help gives: bor@itsrm2:~%> dvips -o ^Xh tags in context `:complete::dvips::-o-1': arguments globbed-files directories all-files Are these double colons significant? This is really misleading. Note that for the command position: bor@itsrm2:~%> tags in context `:complete:-command-': commands executables jobs builtins functions aliases reserved-words jobs these double colons do not appear. /andrej