emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 6d6bf46 2/2: Make dired-do-compress work for *.tar.gz files


From: Paul Eggert
Subject: Re: master 6d6bf46 2/2: Make dired-do-compress work for *.tar.gz files
Date: Tue, 13 Oct 2015 11:38:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 10/13/2015 11:28 AM, Glenn Morris wrote:
-  '(("\\.gz\\'" "" "gunzip")
>+  '(("\\.tar\\.gz" "" "tar" "-zxvf")
Missing anchor.

>+    ("\\.gz\\'" "" "gunzip")
>      ("\\.tgz\\'" ".tar" "gunzip")
>      ("\\.Z\\'" "" "uncompress")
This makes ".tar.gz" and ".tgz" be treated differently.
Isn't that a little odd?

Also, not every 'tar' has the -z option. Emacs should use -z only after it's verified that the installed 'tar' supports -z.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]