help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to customize dired-do-compress?


From: Kevin Rodgers
Subject: Re: How to customize dired-do-compress?
Date: Thu, 05 Mar 2009 18:43:18 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

YOUNG wrote:
Is there anybody who knows how to customize dired-do-compress?

I would use tar.gz rather than gzip.

I guess you mean you'd prefer ".tar.gz" as the file name suffix rather
than ".tgz".

Try this:

(push '("\\.tar\\'" ".tar.gz" nil) dired-compress-file-suffixes)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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