* How to customize dired-do-compress?
@ 2009-03-05 0:42 YOUNG
2009-03-06 1:43 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: YOUNG @ 2009-03-05 0:42 UTC (permalink / raw)
To: help-gnu-emacs
Is there anybody who knows how to customize dired-do-compress?
I would use tar.gz rather than gzip.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to customize dired-do-compress?
2009-03-05 0:42 How to customize dired-do-compress? YOUNG
@ 2009-03-06 1:43 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2009-03-06 1:43 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-06 1:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 0:42 How to customize dired-do-compress? YOUNG
2009-03-06 1:43 ` Kevin Rodgers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).