unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* omitting/ignoring whole directories in dired
@ 2004-10-29  3:35 oliver
  2004-10-29  7:08 ` Mathias Dahl
  0 siblings, 1 reply; 2+ messages in thread
From: oliver @ 2004-10-29  3:35 UTC (permalink / raw)


hi there

i use dired and its extension dired-x to browse recursive directory trees (i 
load them into a buffer with C-U dired "-alR").

in the dired buffer i want to ignore/omitting all CVS subdirectories. with 
the command

(setq dired-omit-files (concat dired-omit-files 
"\\^CVS$\\|^Root$\\|^Repository$\\|^Entries.Old$\\|^Entries.Extra.Old$\\|^Entries.Extra$\\|^Entries$")))

i can avoid all entires _in_ a cvs dir and the CVS entry _inside_ another 
dir but not the line which lists the CVS diretory itself (now, of course, 
without any file in it).

any idea what i can do to avoid this directory entry itself???

thanks, olli

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-29  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29  3:35 omitting/ignoring whole directories in dired oliver
2004-10-29  7:08 ` Mathias Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).