diff options
| author | Tino Calancha | 2016-07-11 14:34:49 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-07-11 14:34:49 +0900 |
| commit | df7774be39af76d3072a0278ef815a47bf50dfe9 (patch) | |
| tree | f722a0fa5197618c29b1bee0b33ab875f97f188a /etc | |
| parent | bfeda891a51178dd0032800ea4aef013c62bbe10 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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. | ||
| 247 | If non-nil, buffers visiting files are reverted before search them; | ||
| 248 | for instance, in 'dired-mark-files-containing-regexp' a non-nil value | ||
| 249 | of this option means the file is revisited in a temporary buffer; | ||
| 250 | this temporary buffer is the actual buffer searched: the original buffer | ||
| 251 | visiting 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, |
| 247 | the resulting directories are automatically created. Whether to do | 255 | the resulting directories are automatically created. Whether to do |
| 248 | this is controlled by the 'wdired-create-parent-directories' variable. | 256 | this is controlled by the 'wdired-create-parent-directories' variable. |