diff options
| author | Phil Sung | 2016-02-28 15:07:02 +1030 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-28 15:07:02 +1030 |
| commit | e00974a7d1981d716d38ecf45b689dd30a381c65 (patch) | |
| tree | 635c1677b80ec6db07e52e8c1c45bf7c4348ef0e /etc | |
| parent | d5f270f2965f3c52963e2bf0057756e350d771d1 (diff) | |
| download | emacs-e00974a7d1981d716d38ecf45b689dd30a381c65.tar.gz emacs-e00974a7d1981d716d38ecf45b689dd30a381c65.zip | |
Create subdirectories automatically in wdired
* lisp/wdired.el (wdired-create-parent-directories): New
variable (bug#6817).
(wdired-create-parentdirs): New function.
(wdired-do-renames): Use it.
* doc/emacs/dired.texi (Wdired): Mention
`wdired-create-parent-directories'
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1426,6 +1426,12 @@ compression command is determined from the new | |||
| 1426 | `dired-compress-files-alist' variable. | 1426 | `dired-compress-files-alist' variable. |
| 1427 | 1427 | ||
| 1428 | +++ | 1428 | +++ |
| 1429 | *** In wdired, when editing files to contain slash characters, | ||
| 1430 | the resulting directories are automatically created. Whether | ||
| 1431 | to do this or not is controlled by the | ||
| 1432 | `wdired-create-parent-directories' variable. | ||
| 1433 | |||
| 1434 | +++ | ||
| 1429 | *** `W' is now bound to `browse-url-of-dired-file', and is useful for | 1435 | *** `W' is now bound to `browse-url-of-dired-file', and is useful for |
| 1430 | viewing HTML files and the like. | 1436 | viewing HTML files and the like. |
| 1431 | 1437 | ||