Mercurial > emacs
comparison doc/man/etags.1 @ 110579:5fabe7db5188
Add more xz compression support.
* doc/man/etags.1: xz compression is now supported.
* doc/misc/woman.texi (Interface Options): xz compression is now supported.
* lib-src/etags.c (compressors, print_language_names): Support xz compression.
* lisp/eshell/em-ls.el (eshell-ls-archive-regexp):
* lisp/eshell/esh-util.el (eshell-tar-regexp):
* lisp/ibuffer.el (ibuffer-compressed-file-name-regexp):
* lisp/info.el (Info-suffix-list):
* lisp/international/mule.el (auto-coding-alist):
* lisp/woman.el (woman-file-regexp, woman-file-compression-regexp):
* lisp/progmodes/etags.el (tags-compression-info-list):
Support xz compression.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 25 Sep 2010 14:42:48 -0700 |
parents | 1d1d5d9bd884 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
110578:5874484c8de5 | 110579:5fabe7db5188 |
---|---|
60 however, the file names are made relative to the working directory. | 60 however, the file names are made relative to the working directory. |
61 Files specified with absolute file names will be recorded | 61 Files specified with absolute file names will be recorded |
62 with absolute file names. Files generated from a source file\-\-like | 62 with absolute file names. Files generated from a source file\-\-like |
63 a C file generated from a source Cweb file\-\-will be recorded with | 63 a C file generated from a source Cweb file\-\-will be recorded with |
64 the name of the source file. | 64 the name of the source file. |
65 Compressed files are supported using gzip and bzip2. | 65 Compressed files are supported using gzip, bzip2, and xz. |
66 The programs recognize the language used in an input file based on its | 66 The programs recognize the language used in an input file based on its |
67 file name and contents. The \fB\-\-language\fP switch can be used to force | 67 file name and contents. The \fB\-\-language\fP switch can be used to force |
68 parsing of the file names following the switch according to the given | 68 parsing of the file names following the switch according to the given |
69 language, overriding guesses based on filename extensions. | 69 language, overriding guesses based on filename extensions. |
70 .SH OPTIONS | 70 .SH OPTIONS |