all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.