From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3001 invoked from network); 23 Feb 2003 01:43:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Feb 2003 01:43:10 -0000 Received: (qmail 2572 invoked by alias); 23 Feb 2003 01:43:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18275 Received: (qmail 2563 invoked from network); 23 Feb 2003 01:43:01 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Feb 2003 01:43:01 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.231] by sunsite.dk (MessageWall 1.0.8) with SMTP; 23 Feb 2003 1:43:0 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h1N1gxh11350 for zsh-workers@sunsite.dk; Sat, 22 Feb 2003 17:42:59 -0800 From: "Bart Schaefer" Message-Id: <1030223014259.ZM11349@candle.brasslantern.com> Date: Sun, 23 Feb 2003 01:42:59 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Doc for compdef and #compdef is out of date MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii There's no mention of `#compdef -T ...' or of what that translates into in the actual `compdef' command; there's also no mention of using a comma- separated list of context names [as is described under the entry for the `_complete' function]. I'd take a stab at documenting this, but it'd be better if somebody who really knows what's going on there (Oliver?) would do it instead. Also, there's an extraneous newline in the item(tt(#compdef) ...) line which is causing the hanging tag on the paragraph to wrap incorrectly.