Add xz and lzma support to dired-tar.el
authorSteve Youngs <steve@sxemacs.org>
Tue, 21 Jun 2011 04:07:57 +0000 (14:07 +1000)
committerSteve Youngs <steve@sxemacs.org>
Tue, 21 Jun 2011 04:07:57 +0000 (14:07 +1000)
commit8949063241dae286e3152f9e8ff3aa366f37721f
tree1242f292420cc92f9212fb839eeff4984a0fc232
parentdf165e3b4f10d253296eaaaefacef2c9cfc7b264
Add xz and lzma support to dired-tar.el

* dired-tar.el (dired-tar-compress-with): Add lzma and xz
  (dired-tar-lzma-extension): New.
  (dired-tar-xz-extension): New.
  (dired-tar-lzma-command): New.
  (dired-tar-xz-command): New.
  (dired-tar-unlzma-command): New.
  (dired-tar-unxz-command): New.
  (dired-tar-pack): Handle xz and lzma as well.
  (dired-tar-lzma-tarfile-regexp): New.
  (dired-tar-xz-tarfile-regexp): New.
  (dired-tar-unpack): Handle xz and lzma as well.
  (dired-tar-pack-unpack): Update doc string to
  mention xz and lzma.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
dired-tar.el