diff options
| author | Oleh Krehel | 2015-10-21 16:39:36 +0200 |
|---|---|---|
| committer | Oleh Krehel | 2015-10-21 16:54:25 +0200 |
| commit | f6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a (patch) | |
| tree | 28d9281d40b214b1ea218f0b14d3919e4296a0f3 /etc | |
| parent | d60e5a9da157f452d891d92f7337d254a1775787 (diff) | |
| download | emacs-f6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a.tar.gz emacs-f6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a.zip | |
Add dired-do-compress-to command bound to "c"
* lisp/dired-aux.el (dired-shell-command): Use the caller's
`default-directory', return the result of `process-file'.
(dired-compress-file-suffixes): Add comment on why "tar -zxf" isn't
used by default.
(dired-compress-files-alist): New defvar.
(dired-do-compress-to): New command.
* lisp/dired.el (dired-mode-map): Bind `dired-do-compress-to' to "c".
(dired-do-compress-to): Add an autoload entry.
* etc/NEWS: Add two entries.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -275,6 +275,12 @@ header. | |||
| 275 | ** `tabulated-list-print' takes a second optional argument, update, | 275 | ** `tabulated-list-print' takes a second optional argument, update, |
| 276 | which specifies an alternative printing method which is faster when | 276 | which specifies an alternative printing method which is faster when |
| 277 | few or no entries have changed. | 277 | few or no entries have changed. |
| 278 | ** The command `dired-do-compress' bound to `Z' now can compress | ||
| 279 | directories and decompress zip files. | ||
| 280 | ** New command `dired-do-compress-to' bound to `c' can be used to compress | ||
| 281 | many marked files into a single named archive. The compression | ||
| 282 | command is determined from the new `dired-compress-files-alist' | ||
| 283 | variable. | ||
| 278 | 284 | ||
| 279 | 285 | ||
| 280 | * Editing Changes in Emacs 25.1 | 286 | * Editing Changes in Emacs 25.1 |