From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7875 invoked from network); 22 May 1998 16:07:04 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 22 May 1998 16:07:04 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA26081; Fri, 22 May 1998 12:01:10 -0400 (EDT) Resent-Date: Fri, 22 May 1998 12:00:56 -0400 (EDT) To: zsh-users@math.gatech.edu Subject: Re: completion ignoring References: <199805221523.QAA17745@taos.demon.co.uk> <199805221534.LAA13850@luomat.peak.org> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 22 May 1998 17:00:59 +0100 In-Reply-To: Timothy J Luoma's message of "Fri, 22 May 98 11:34:06 -0400" Message-ID: X-Mailer: Gnus v5.6.6/XEmacs 19.16 - "Lille" Resent-Message-ID: <"qhWYy1.0.YM6.s4QPr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1538 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Timothy J Luoma writes: > Hrm..... did I do this wrong? > > # fignore=(.o .elc \~ .wmd ,v .\~1\~) > # mktar[tab] > mktar mktargz mktargz,v mktargz.~1~ That's not a file, it's a command name. The rules are different for those. You'll need to look at compctl, I'm afraid.