From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: dired-do-compress does not *uncompress* .tgz or .tar.gz files Date: Thu, 04 Sep 2014 15:47:28 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409860233 1752 80.91.229.3 (4 Sep 2014 19:50:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2014 19:50:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 04 21:50:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XPd30-0006w6-Mm for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2014 21:50:22 +0200 Original-Received: from localhost ([::1]:53851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPd30-0008JI-8F for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2014 15:50:22 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Injection-Info: mx05.eternal-september.org; posting-host="80f6b1c01f068ad28ca734314fbfaa28"; logging-data="22500"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+P1rzAQyr0krA3GmxXfsw6" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:eRGg2zlwpQiUIyP3r0hnttnnVn4= sha1:IOOMKhCwPgkrh5rakhQm6uQWQVw= Original-Xref: usenet.stanford.edu gnu.emacs.help:207372 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99645 Archived-At: > dired-do-compress does not uncompress the file instead it compresses it > to an X.tar file even though the function advertises also to uncompress > files. X.tar is not compressed: `tar' is only a format that bundles several files together. Stefan