summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-07-11 14:34:49 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-07-11 14:34:49 +0900
commitdf7774be39af76d3072a0278ef815a47bf50dfe9 (patch)
treef722a0fa5197618c29b1bee0b33ab875f97f188a /etc
parentbfeda891a51178dd0032800ea4aef013c62bbe10 (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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6aef73a3c9..c58349cd4e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.