aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha2016-07-11 14:34:49 +0900
committerTino Calancha2016-07-11 14:34:49 +0900
commitdf7774be39af76d3072a0278ef815a47bf50dfe9 (patch)
treef722a0fa5197618c29b1bee0b33ab875f97f188a /etc
parentbfeda891a51178dd0032800ea4aef013c62bbe10 (diff)
downloademacs-df7774be39af76d3072a0278ef815a47bf50dfe9.tar.gz
emacs-df7774be39af76d3072a0278ef815a47bf50dfe9.zip
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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6aef73a3c96..c58349cd4ec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -243,6 +243,14 @@ whose content matches a regexp; bound to '% g'.
243** Dired 243** Dired
244 244
245+++ 245+++
246*** A New option 'dired-always-read-filesystem' default to nil.
247If non-nil, buffers visiting files are reverted before search them;
248for instance, in 'dired-mark-files-containing-regexp' a non-nil value
249of this option means the file is revisited in a temporary buffer;
250this temporary buffer is the actual buffer searched: the original buffer
251visiting the file is not modified.
252
253+++
246*** In wdired, when editing files to contain slash characters, 254*** In wdired, when editing files to contain slash characters,
247the resulting directories are automatically created. Whether to do 255the resulting directories are automatically created. Whether to do
248this is controlled by the 'wdired-create-parent-directories' variable. 256this is controlled by the 'wdired-create-parent-directories' variable.