Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion ignoring
- X-seq: zsh-users 1532
- From: Matthew Lovell <lovell@xxxxxxxxx>
- To: Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>
- Subject: Re: completion ignoring
- Date: Fri, 22 May 1998 09:22:23 -0600 (MDT)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199805221501.LAA12640@xxxxxxxxxxxxxxx>
- References: <199805221501.LAA12640@xxxxxxxxxxxxxxx>
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