diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2016-07-11 14:34:49 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2016-07-11 14:34:49 +0900 |
commit | df7774be39af76d3072a0278ef815a47bf50dfe9 (patch) | |
tree | f722a0fa5197618c29b1bee0b33ab875f97f188a /etc | |
parent | bfeda891a51178dd0032800ea4aef013c62bbe10 (diff) |
Dired always read file system
* dired.el (dired-always-read-filesystem): Add new option.
(dired-mark-files-containing-regexp): Use it (Bug#22694).
* doc/emacs/dired.texi: Mention it in the manual.
* test/lisp/dired-tests.el (dired-test-bug22694): Add test.
;* etc/NEWS: Add entry for this change.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -243,6 +243,14 @@ whose content matches a regexp; bound to '% g'. ** Dired +++ +*** A New option 'dired-always-read-filesystem' default to nil. +If non-nil, buffers visiting files are reverted before search them; +for instance, in 'dired-mark-files-containing-regexp' a non-nil value +of this option means the file is revisited in a temporary buffer; +this temporary buffer is the actual buffer searched: the original buffer +visiting the file is not modified. + ++++ *** In wdired, when editing files to contain slash characters, the resulting directories are automatically created. Whether to do this is controlled by the 'wdired-create-parent-directories' variable. |