From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21971 invoked from network); 5 Jun 1998 17:49:11 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 5 Jun 1998 17:49:11 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id NAA29213; Fri, 5 Jun 1998 13:44:34 -0400 (EDT) Resent-Date: Fri, 5 Jun 1998 13:44:16 -0400 (EDT) Message-Id: <199806051745.NAA20176@luomat.peak.org> Content-Type: text/plain MIME-Version: 1.0 In-Reply-To: <199806051658.RAA30302@taos.demon.co.uk> From: Timothy J Luoma Date: Fri, 5 Jun 98 13:45:01 -0400 To: Zefram Subject: Re: completion of command names cc: zsh-users@math.gatech.edu References: <199806051658.RAA30302@taos.demon.co.uk> Resent-Message-ID: <"2mAyj.0.d77.kv2Ur"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1572 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Author: Zefram Original-Date: Fri, 5 Jun 1998 17:58:56 +0100 (BST) Message-ID: <199806051658.RAA30302@taos.demon.co.uk> > >compctl -c allmanpages man myman obin which wh where wr qs lw obin > > Works fine for me in 3.1.4 (i586-pc-linux). hrm... actually it looks like there's a problem earlier in the completions file: # source /usr/local/etc/zsh/completions /usr/local/etc/zsh/completions: number expected [38] line 38 is compctl -f -x 'c[-1,-a]' -K allapps - 'S[-]' -k (-a -p -o -NXHost -unhide -nostat -wait -temp) -- open And that did work with 3.0.5 just the way it is.... TjL