help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ignore CVS directories with tab complete


From: Phillip Lord
Subject: ignore CVS directories with tab complete
Date: 12 Aug 2003 19:10:40 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93

Dear all

If I start a clean emacs (-q --no-site-file), and then change into a
directory with only two sub-dirs, one of which is CVS, and then hit
tab I get...

Completions

../  ./ CVS/ uk/


With java this is a pain as there are four or five levels of empty
directories before I get to the source. As I have to move up and down
these directories many times in a day, the ability to tab
automatically up and down would be fabulous. 

Now before I set about writing code

a) is there any way of getting emacs to ignore the CVS directory all
   together. That way I could move up five empty directories with five
   tabs.

b) even better, have emacs realise that there are five empty
   directories, and auto complete all the way up.

I know about completion-ignored-extensions. This includes CVS by
default, and doesn't seem to do what I need. 

Cheers

Phil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]