aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-30 20:34:01 +0000
committerRichard M. Stallman2005-04-30 20:34:01 +0000
commit2bdeaecc514380c99aedb6114299eb410ee72660 (patch)
tree5d6a243389902cfc617ee00f8c6b83bde58bdb36
parent17930994179c50365b20b35a57e5796293aa327f (diff)
downloademacs-2bdeaecc514380c99aedb6114299eb410ee72660.tar.gz
emacs-2bdeaecc514380c99aedb6114299eb410ee72660.zip
(Compressed Files): Auto Compression normally enabled.
-rw-r--r--man/files.texi21
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.
3030@cindex mode, Auto Compression 3030@cindex mode, Auto Compression
3031@pindex gzip 3031@pindex gzip
3032 3032
3033@findex auto-compression-mode 3033 Emacs automatically uncompresses compressed files when you visit
3034@vindex auto-compression-mode 3034them, and automatically recompress them if you alter them and save
3035 Emacs comes with a library that can automatically uncompress 3035them. Emacs recognizes compressed files by their file names. File
3036compressed files when you visit them, and automatically recompress them 3036names ending in @samp{.gz} indicate a file compressed with
3037if you alter them and save them. To enable this feature, type the
3038command @kbd{M-x auto-compression-mode}. You can enable it permanently
3039by customizing the variable @code{auto-compression-mode}.
3040
3041 When automatic compression (which implies automatic uncompression as
3042well) is enabled, Emacs recognizes compressed files by their file names.
3043File names ending in @samp{.gz} indicate a file compressed with
3044@code{gzip}. Other endings indicate other compression programs. 3037@code{gzip}. Other endings indicate other compression programs.
3045 3038
3046 Automatic uncompression and compression apply to all the operations in 3039 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,
3048saving it, inserting its contents into a buffer, loading it, and byte 3041saving it, inserting its contents into a buffer, loading it, and byte
3049compiling it. 3042compiling it.
3050 3043
3044@findex auto-compression-mode
3045@vindex auto-compression-mode
3046 To disable this feature, type the command @kbd{M-x
3047auto-compression-mode}. You can disenable it permanently by
3048customizing the variable @code{auto-compression-mode}.
3049
3051@node File Archives 3050@node File Archives
3052@section File Archives 3051@section File Archives
3053@cindex mode, tar 3052@cindex mode, tar