emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: editing of .gz files does not gunzip them


From: Warren L Dodge
Subject: Re: editing of .gz files does not gunzip them
Date: Fri, 10 Feb 2006 12:54:45 -0800 (PST)


Your crystal ball is working well. That was it.

Thank you

>  Cc: address@hidden
>  From: Stefan Monnier <address@hidden>
>  Date: Fri, 10 Feb 2006 14:29:04 -0500
>  MIME-Version: 1.0
>  Content-Type: text/plain; charset=us-ascii
>  
>  > I previously was using emcas-21.3 and if I edited a .gz file it would
>  > uncompress and edit properly. In this emacs-22.0.50 version using the same
>  > .emacs file the files will not uncompress and come up with the binary junk.
>  
>  My crystal ball tells me you have
>  
>     (auto-compression-mode)
>  
>  in your .emacs.  It should be
>  
>     (auto-compression-mode 1)
>  
>  Since without argument, it will toggle on or off.
>  
>  
>          Stefan
>  




reply via email to

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