diff options
| author | Richard M. Stallman | 2005-04-30 20:34:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-30 20:34:01 +0000 |
| commit | 2bdeaecc514380c99aedb6114299eb410ee72660 (patch) | |
| tree | 5d6a243389902cfc617ee00f8c6b83bde58bdb36 | |
| parent | 17930994179c50365b20b35a57e5796293aa327f (diff) | |
| download | emacs-2bdeaecc514380c99aedb6114299eb410ee72660.tar.gz emacs-2bdeaecc514380c99aedb6114299eb410ee72660.zip | |
(Compressed Files): Auto Compression normally enabled.
| -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. | |||
| 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 | 3034 | them, and automatically recompress them if you alter them and save |
| 3035 | Emacs comes with a library that can automatically uncompress | 3035 | them. Emacs recognizes compressed files by their file names. File |
| 3036 | compressed files when you visit them, and automatically recompress them | 3036 | names ending in @samp{.gz} indicate a file compressed with |
| 3037 | if you alter them and save them. To enable this feature, type the | ||
| 3038 | command @kbd{M-x auto-compression-mode}. You can enable it permanently | ||
| 3039 | by customizing the variable @code{auto-compression-mode}. | ||
| 3040 | |||
| 3041 | When automatic compression (which implies automatic uncompression as | ||
| 3042 | well) is enabled, Emacs recognizes compressed files by their file names. | ||
| 3043 | File 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, | |||
| 3048 | saving it, inserting its contents into a buffer, loading it, and byte | 3041 | saving it, inserting its contents into a buffer, loading it, and byte |
| 3049 | compiling it. | 3042 | compiling it. |
| 3050 | 3043 | ||
| 3044 | @findex auto-compression-mode | ||
| 3045 | @vindex auto-compression-mode | ||
| 3046 | To disable this feature, type the command @kbd{M-x | ||
| 3047 | auto-compression-mode}. You can disenable it permanently by | ||
| 3048 | customizing 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 |