comparison doc/misc/woman.texi @ 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 a91e94388547
children 417b1e4d63cd
comparison
equal deleted inserted replaced
110578:5874484c8de5 110579:5fabe7db5188
1119 @item woman-file-compression-regexp 1119 @item woman-file-compression-regexp
1120 A regular match expression used to match compressed man file extensions 1120 A regular match expression used to match compressed man file extensions
1121 for which decompressors are available and handled by auto-compression 1121 for which decompressors are available and handled by auto-compression
1122 mode. It should begin with @code{\\.} and end with @code{\\'} and 1122 mode. It should begin with @code{\\.} and end with @code{\\'} and
1123 @emph{must not} be optional. The default value is 1123 @emph{must not} be optional. The default value is
1124 @code{"\\.\\(g?z\\|bz2\\)\\'"}, which matches the @code{gzip} and 1124 @code{"\\.\\(g?z\\|bz2\\|xz\\)\\'"}, which matches the @code{gzip},
1125 @code{bzip2} compression extensions. 1125 @code{bzip2}, and @code{xz} compression extensions.
1126 1126
1127 @emph{Do not change this unless you are sure you know what you are doing!} 1127 @emph{Do not change this unless you are sure you know what you are doing!}
1128 1128
1129 [It should be compatible with the @code{car} of 1129 [It should be compatible with the @code{car} of
1130 @code{jka-compr-file-name-handler-entry}, but that is unduly 1130 @code{jka-compr-file-name-handler-entry}, but that is unduly