[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
- Re: 'gzip -d' instead of 'gunzip', (continued)
- Re: 'gzip -d' instead of 'gunzip', Xah, 2008/10/23
- Re: 'gzip -d' instead of 'gunzip', Andreas Politz, 2008/10/23
- Re: 'gzip -d' instead of 'gunzip', Chris McMahan, 2008/10/23
- Re: 'gzip -d' instead of 'gunzip', Nikolaj Schumacher, 2008/10/23
- Re: 'gzip -d' instead of 'gunzip', Andreas Politz, 2008/10/24
- Re: 'gzip -d' instead of 'gunzip', Lave, 2008/10/24
- Message not available
- Re: 'gzip -d' instead of 'gunzip', Andreas Politz, 2008/10/24
- Re: 'gzip -d' instead of 'gunzip', Lave, 2008/10/24
- Re: 'gzip -d' instead of 'gunzip', Leo, 2008/10/30
- Re: 'gzip -d' instead of 'gunzip', Giorgos Keramidas, 2008/10/26
Re: 'gzip -d' instead of 'gunzip',
Lave <=
Re: 'gzip -d' instead of 'gunzip', Leo, 2008/10/30