From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4695 invoked from network); 13 Sep 2001 12:04:27 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Sep 2001 12:04:27 -0000 Received: (qmail 5676 invoked by alias); 13 Sep 2001 12:04:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15801 Received: (qmail 5665 invoked from network); 13 Sep 2001 12:04:19 -0000 From: Borsenkow Andrej To: "'Bruno Bonfils'" , zsh-workers@sunsite.dk Subject: RE: List of completion functions Date: Thu, 13 Sep 2001 16:04:09 +0400 Message-ID: <002701c13c4c$31b04060$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20010913135339.A5160@debian-fr.org> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > > I'm start to write new completion functions, and i want to > know if there is a list of existent functions. > Some of them (mostly utility functions that are useful in building your own) are described in manual, Completion system. Man zshcompsys or info->Completion System. If you want to write completion for some command, I recommend look at _arguments (documentation may be better, sigh). It allows describing options and arguments in simple table form without almost any shell code. Else look in zsh source tree, Completion/*. -andrej