From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lave Newsgroups: gmane.emacs.help Subject: Re: 'gzip -d' instead of 'gunzip' Date: Fri, 24 Oct 2008 07:18:27 +0800 Message-ID: <29de18070810231618v60585d9pb5b1c63d881d283b@mail.gmail.com> References: <1224786847.134717@arno.fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224803943 6039 80.91.229.12 (23 Oct 2008 23:19:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2008 23:19:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Andreas Politz" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 24 01:20:04 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kt9TG-0000Qn-Ar for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2008 01:20:02 +0200 Original-Received: from localhost ([127.0.0.1]:53695 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kt9S9-0003ah-Sv for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Oct 2008 19:18:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kt9Rs-0003ab-UK for help-gnu-emacs@gnu.org; Thu, 23 Oct 2008 19:18:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kt9Rp-0003a4-E5 for help-gnu-emacs@gnu.org; Thu, 23 Oct 2008 19:18:35 -0400 Original-Received: from [199.232.76.173] (port=53962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kt9Rp-0003a1-AM for help-gnu-emacs@gnu.org; Thu, 23 Oct 2008 19:18:33 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.245]:37029) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kt9Ro-0005u1-Je for help-gnu-emacs@gnu.org; Thu, 23 Oct 2008 19:18:33 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so669669rvb.6 for ; Thu, 23 Oct 2008 16:18:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xI6LpbsIg5/OcU5J1HE1AaOUSTcf4wUQxK3jTF01wX4=; b=DgCiHAWIF3z0K1rD9ow4WnqiCAtS3B67dq+QoVQCu+iwfcFp1gkzKJ7yil9+GxEE9k KCiXsDOmQamKLQcnJvmykJ4nLGkBRLQEvBRpoKkzc3Hjp7qqGGuXx9gDQ7hdyLaQpPBA 7MvLi8MP7hGZoQ4QqVeQhEvItgG/fDP1JVpio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Olac26iOYiGBPtZXGhJM+v9XO85PYeNEXfa7Xh3PVtM4WB6wua0zUM0DaQDEfltvkN TW/CrZaPhpRdOIt3J0lqGhwaVkvcK4VYWlrbjpXBRcogsbO1IzkPCxsE+oAEIZIkaL98 NlIKCQbbFclCAwp3yX5f2KRf/0ixI3C8caF48= Original-Received: by 10.140.127.20 with SMTP id z20mr744833rvc.77.1224803907644; Thu, 23 Oct 2008 16:18:27 -0700 (PDT) Original-Received: by 10.141.40.2 with HTTP; Thu, 23 Oct 2008 16:18:27 -0700 (PDT) In-Reply-To: <1224786847.134717@arno.fh-trier.de> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59100 Archived-At: Ask too. On 10/24/08, Andreas Politz wrote: > Leo wrote: >> Hi there, >> >> How to tell emacs to use 'gzip -d' instead of 'gunzip' whenever >> un-compressing in dired etc.? Thank you. >> >> Best, > > (customize-option (quote jka-compr-compression-info-list)) > I add this following into my .emacs, but it doesn't work. (setq jka-compr-compression-info-list (cons '["\\.rar\\(~\\|\\.~[0-9]+~\\)?\\'" nil nil nil "unraring" "unrar" ("x") nil t "Rar!"] jka-compr-compression-info-list)) > In my emacs it does use 'gzip -d'. > > -ap > Please help. -- Regards, Lave