]> git.eshelyaron.com Git - emacs.git/commit
Add dired-do-compress-to command bound to "c"
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 21 Oct 2015 14:39:36 +0000 (16:39 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 21 Oct 2015 14:54:25 +0000 (16:54 +0200)
commitf6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a
tree28d9281d40b214b1ea218f0b14d3919e4296a0f3
parentd60e5a9da157f452d891d92f7337d254a1775787
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.
etc/NEWS
lisp/dired-aux.el
lisp/dired.el