From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5929 invoked from network); 22 May 1998 15:07:55 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 22 May 1998 15:07:55 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA22518; Fri, 22 May 1998 11:01:26 -0400 (EDT) Resent-Date: Fri, 22 May 1998 11:01:01 -0400 (EDT) Message-Id: <199805221501.LAA12640@luomat.peak.org> Content-Type: text/plain MIME-Version: 1.0 From: Timothy J Luoma Date: Fri, 22 May 98 11:01:33 -0400 To: zsh-users@math.gatech.edu Subject: completion ignoring Resent-Message-ID: <"kkZQE.0.zU5.aCPPr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1531 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I've recently started using Emacs RCS for some scripts. The problem is that I'm getting the comma-v and the backup files when I go to do tab completion: # mkt[tab] mktargz mktargz,v mktargz.~1~ Is there a way to make completion ignore files that end with ,v and .~1~ ?? If so, how and if not, when ;-? Thanks TjL