unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* dired omit mode
@ 2012-12-03 22:19 Florian Lindner
  2012-12-03 22:42 ` Drew Adams
  2012-12-04 20:45 ` Malcolm Reed
  0 siblings, 2 replies; 6+ messages in thread
From: Florian Lindner @ 2012-12-03 22:19 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I'm using this dired configuration, dired+ installed from melpa

(require 'dired+)
(setq dired-dwim-target t)
(setq dired-recursive-deletes 'always)
(setq delete-by-moving-to-trash t)

(add-hook 'dired-mode-hook
 	  (lambda ()
 	    ;; Set dired-x buffer-local variables here.  For example:
 	    (dired-omit-mode 1)
	    ))

I want to have dot-files (.*) omitted:

dired-omit-files is a variable defined in `dired-x.el'.
Its value is "^\\.?#\\|^\\.$\\|^\\.\\.$"

Isn't the first regular expression for matching dot-files?

Why are they still displayed when omit-mode ist active?

Another minor question: I've not loaded dired-x. Was it pulled into from 
dired+ ?

Thanks,

Florian



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

end of thread, other threads:[~2012-12-04 21:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 22:19 dired omit mode Florian Lindner
2012-12-03 22:42 ` Drew Adams
2012-12-04 20:45 ` Malcolm Reed
2012-12-04 20:58   ` Malcolm Reed
2012-12-04 21:28     ` Drew Adams
2012-12-04 21:32       ` Drew Adams

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