help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'gzip -d' instead of 'gunzip'


From: Lave
Subject: Re: 'gzip -d' instead of 'gunzip'
Date: Fri, 24 Oct 2008 07:18:27 +0800

Ask too.

On 10/24/08, Andreas Politz <politza@fh-trier.de> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]