diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-04-30 20:34:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-04-30 20:34:01 +0000 |
commit | 2bdeaecc514380c99aedb6114299eb410ee72660 (patch) | |
tree | 5d6a243389902cfc617ee00f8c6b83bde58bdb36 /man/files.texi | |
parent | 17930994179c50365b20b35a57e5796293aa327f (diff) | |
download | emacs-2bdeaecc514380c99aedb6114299eb410ee72660.tar.gz |
(Compressed Files): Auto Compression normally enabled.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/man/files.texi b/man/files.texi index 8ababef064c..d7510862465 100644 --- a/man/files.texi +++ b/man/files.texi @@ -3030,17 +3030,10 @@ support them, this command is not defined. @cindex mode, Auto Compression @pindex gzip -@findex auto-compression-mode -@vindex auto-compression-mode - Emacs comes with a library that can automatically uncompress -compressed files when you visit them, and automatically recompress them -if you alter them and save them. To enable this feature, type the -command @kbd{M-x auto-compression-mode}. You can enable it permanently -by customizing the variable @code{auto-compression-mode}. - - When automatic compression (which implies automatic uncompression as -well) is enabled, Emacs recognizes compressed files by their file names. -File names ending in @samp{.gz} indicate a file compressed with + Emacs automatically uncompresses compressed files when you visit +them, and automatically recompress them if you alter them and save +them. Emacs recognizes compressed files by their file names. File +names ending in @samp{.gz} indicate a file compressed with @code{gzip}. Other endings indicate other compression programs. Automatic uncompression and compression apply to all the operations in @@ -3048,6 +3041,12 @@ which Emacs uses the contents of a file. This includes visiting it, saving it, inserting its contents into a buffer, loading it, and byte compiling it. +@findex auto-compression-mode +@vindex auto-compression-mode + To disable this feature, type the command @kbd{M-x +auto-compression-mode}. You can disenable it permanently by +customizing the variable @code{auto-compression-mode}. + @node File Archives @section File Archives @cindex mode, tar |