From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: master 6d6bf46 2/2: Make dired-do-compress work for *.tar.gz files Date: Wed, 14 Oct 2015 09:58:14 +0200 Message-ID: <87bnc1op9l.fsf@gmail.com> References: <20151013135354.28594.43074@vcs.savannah.gnu.org> <561D4FC1.8010107@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444809554 894 80.91.229.3 (14 Oct 2015 07:59:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 07:59:14 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 14 09:59:07 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZmGxk-0001Vw-3M for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 09:59:04 +0200 Original-Received: from localhost ([::1]:41035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmGxj-0001xq-Jw for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2015 03:59:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmGwn-0001ps-02 for emacs-devel@gnu.org; Wed, 14 Oct 2015 03:58:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmGwj-0000kL-Qr for emacs-devel@gnu.org; Wed, 14 Oct 2015 03:58:04 -0400 Original-Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:37795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmGwj-0000k3-KU; Wed, 14 Oct 2015 03:58:01 -0400 Original-Received: by wijq8 with SMTP id q8so68403621wij.0; Wed, 14 Oct 2015 00:58:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=XHnYO9r0FpbU9H3jTDlAAV5pNCk4jzcNbXEfFMyDIn8=; b=Lj//eJ+gZ6oEnRrYf4I7DcQK439C35Z5KWiwgTinqvuzCyamSzIqdhitS4ipqpqQO6 32AJjbQV0P5Du1xbmQCSTuDnm9La26qJ1HqO3Xi7Pfx2odQEfaKQcEc7YJ24ZZXYRl7u yqX+QzD1AOiF/gsHTqBsT1vhE82IMHMD9OxUR//VpF9+IP2XgcHPUWs+41ZhxhCWIJyj AkpAgVqr9eI7PDmh/994d3NajWz5etxZ3J8XJRbpWYXVRo7R3yKuQsbMzyhLlycUZ4Hp ug0BJ1pdkS+R1I7NPgD7/EP43iak5SYnmG1z4BAB2Lmd+5LSpRtMTIplYfF94OZemFhc h+sg== X-Received: by 10.194.81.169 with SMTP id b9mr2184256wjy.3.1444809481086; Wed, 14 Oct 2015 00:58:01 -0700 (PDT) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by smtp.gmail.com with ESMTPSA id az6sm18147066wib.12.2015.10.14.00.58.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 14 Oct 2015 00:58:00 -0700 (PDT) In-Reply-To: <561D4FC1.8010107@cs.ucla.edu> (Paul Eggert's message of "Tue, 13 Oct 2015 11:38:57 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191531 Archived-At: Paul Eggert writes: > Also, not every 'tar' has the -z option. Emacs should use -z only > after it's verified that the installed 'tar' supports -z. How can this be determined? In any case, I propose to let the user fully customize the compression command.