emacs - How to ignore .svn subdirectories when using dired -


I need to change the string in many files in the directory tree.

To find all the files that are with (with % g ) and then using the Q to use the string to change the string. .

I use cubic meter to show all the subdirectories in the tree. The problem is that it also shows the .svn directory, and I do not want to put them in.

Is there a way to tell about ignoring a given directory (or generally hidden directories)?

I am using Imax 23.1.1.

You can specify the .svn extension by dired-omit-files < / Code> with:

  (setq dired-omit-files (concat dired-omit-files "\\ | \\. SVN $"))  

See also for more information.

However, note that you can force them ( dired-hide-dir , $ and tired-hide All are tied to , M - $ ). According to:

Ordinary dird commands never accept files inside a hidden subdirectory. For example, the commands running on the marked files ignore the files in the hidden directories, even if they are marked as you used to hide the subdirectories from those subdirectories without removing the direct points on the files in those subdirectories. Can do to the outside.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -