Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion ignoring



On 22 May 1998, Timothy J Luoma writes:
 > 
 > 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 ;-?

Try something similar to this...

# filename completion suffixes to ignore
fignore=(.o .c~ .old .pro \~)

-- 

Matthew Lovell                       voice: (970) 898-6264 
Hewlett-Packard FSL                    fax: (970) 898-2510 
3404 E. Harmony Rd. MS A0         location: 3UR4
Fort Collins, CO 80528-9599         mailto:lovell@xxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author