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

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

Re: ignore CVS directories with tab complete


From: Kai Großjohann
Subject: Re: ignore CVS directories with tab complete
Date: Sun, 17 Aug 2003 19:05:59 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Phillip Lord <p.lord@russet.org.uk> writes:

> 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.

Depending on your version of Emacs, C-h v
completion-ignored-extensions RET might mention directories marked
with trailing slashes.

(add-to-list 'completion-ignored-extensions "CVS/")
-- 
Two cafe au lait please, but without milk.


reply via email to

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