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 19:36:52 +0800 Message-ID: <29de18070810240436s291fea15jbe7769b15cd18ffe@mail.gmail.com> References: <1224786847.134717@arno.fh-trier.de> <7sr667w1vw.fsf@one.net> <1224844314.854483@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 1224848264 23000 80.91.229.12 (24 Oct 2008 11:37:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2008 11:37:44 +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 13:38:45 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 1KtKzr-0002a6-Av for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2008 13:38:27 +0200 Original-Received: from localhost ([127.0.0.1]:47395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtKyi-0005tc-Ha for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2008 07:37:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtKyO-0005tL-Sj for help-gnu-emacs@gnu.org; Fri, 24 Oct 2008 07:36:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtKyL-0005t7-6G for help-gnu-emacs@gnu.org; Fri, 24 Oct 2008 07:36:56 -0400 Original-Received: from [199.232.76.173] (port=43913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtKyL-0005t4-26 for help-gnu-emacs@gnu.org; Fri, 24 Oct 2008 07:36:53 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.251]:42941) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtKyK-0000fx-NE for help-gnu-emacs@gnu.org; Fri, 24 Oct 2008 07:36:52 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so980089rvb.6 for ; Fri, 24 Oct 2008 04:36:52 -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=Z7AOBJM5ueAJIIHusF9uZbnIrjfHAbHHWpuIPj7Q5YA=; b=RwJRU2uxSFEjXtOGiz5iEgb56VichXNseFtooQVWesrZPsZTAWObOoiosWHmHxHYe5 iMYujvtBRvFDzvg31CPFja0fgLsMdKi6ouKOgSxIxWmCE4VQa9zh17dCr4uCy+oSJJsF eKXAPjyPCh/NK8plcdgcMOVZkDF6dxla4YXL8= 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=B3AbXj+mUkwXB0oj12ElnMxQaYFS9KC92toqTCS8LIQgl0PAZMRKMXgZ+WOsECqThu v4E4Fo2efhGQDfspD7ZW4udPludR9cN98ERMRfoKDRc2uvKN5oG5swREN1A6zYV+5iGY Dw19Fld+kyrm1xHAhgUP1P2pYmFjPeWQUZKo8= Original-Received: by 10.141.62.15 with SMTP id p15mr1099838rvk.144.1224848212117; Fri, 24 Oct 2008 04:36:52 -0700 (PDT) Original-Received: by 10.141.40.2 with HTTP; Fri, 24 Oct 2008 04:36:52 -0700 (PDT) In-Reply-To: <1224844314.854483@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:59126 Archived-At: I used dired-compress-file-suffixes before. But this variable is created after once compressing or uncompressing. If I add it in .emacs, it will get an error when start emacs. How can I do except add it into dired-aux.el as I did before? Could anyone help? On 10/24/08, Andreas Politz wrote: > Chris McMahan wrote: >> Andreas Politz writes: >> >>> 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)) >>> >>> In my emacs it does use 'gzip -d'. >>> >>> -ap >> >> Thanks! >> >> On a similar topic, is there a way to force quotes around the filename? >> My emacs always chokes on compressed files with spaces in their names. >> >> - Chris >> > > I think I was wrong. Compression in this case seems to be controlled by the > variable > `dired-compress-file-suffixes'. This topic is confusing me. > > -ap > -- Regards, Lave