[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS directories in completion-ignored-extensions
From: |
Miles Bader |
Subject: |
Re: CVS directories in completion-ignored-extensions |
Date: |
02 Jan 2004 09:31:24 +0900 |
Richard Stallman <address@hidden> writes:
> How about if we change "CVS/" to "/CVS/" and modify the code to match
> the whole name if the member of the list begins with a slash?
>
> I'd rather have a list of directory file names to be matched exactly
> (not as substrings), and put CVS into that.
How about a list of regexps (and add `^CVS/$' -- using the same
`directories have slashes' rule as completion-ignored-extensions)?
That'd be more useful for future weird cases, and most people will use
completion-ignored-extensions anyway, so I don't think `regexps are
confusing to novices' would be an objection to it.
-Miles
--
We live, as we dream -- alone....
- Re: CVS directories in completion-ignored-extensions, (continued)
- Re: CVS directories in completion-ignored-extensions, Stefan Monnier, 2004/01/04
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/04
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Kenichi Handa, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Kenichi Handa, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Eli Zaretskii, 2004/01/06
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/06
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/06
Re: CVS directories in completion-ignored-extensions,
Miles Bader <=