carbon2-commit: Support LZMA compression in info.el.

Aidan Kehoe aidan-guest at alioth.debian.org
Sat Apr 5 08:42:33 EDT 2008


changeset:   4428:3ff01259c4a26143b328b31da55afa0914836cf5
user:        Aidan Kehoe <kehoea at parhasard.net>
date:        Mon Jan 21 16:26:36 2008 +0100
files:       lisp/ChangeLog lisp/info.el
description:
Support LZMA compression in info.el.

2008-01-21  Aidan Kehoe  <kehoea at parhasard.net>

	* info.el (Info-suffix-list):
	Support LZMA compression, as used--oddly--by Mandriva Linux.


diff -r 8bbabcab2c42867d7ed8338cc5f575551fd2443c -r 3ff01259c4a26143b328b31da55afa0914836cf5 lisp/ChangeLog
--- a/lisp/ChangeLog	Sun Jan 20 13:09:58 2008 +0100
+++ b/lisp/ChangeLog	Mon Jan 21 16:26:36 2008 +0100
@@ -1,3 +1,8 @@ 2008-01-17  Mike Sperber  <mike at xemacs.o
+2008-01-21  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* info.el (Info-suffix-list): 
+	Support LZMA compression, as used--oddly--by Mandriva Linux. 
+
 2008-01-17  Mike Sperber  <mike at xemacs.org>
 
 	* files.el (insert-directory): Bind `coding-system-for-read' to
diff -r 8bbabcab2c42867d7ed8338cc5f575551fd2443c -r 3ff01259c4a26143b328b31da55afa0914836cf5 lisp/info.el
--- a/lisp/info.el	Sun Jan 20 13:09:58 2008 +0100
+++ b/lisp/info.el	Mon Jan 21 16:26:36 2008 +0100
@@ -479,6 +479,9 @@ heading.")
 			      (".info.zip" . "unzip -c %s")
 			      (".y" . "cat %s | unyabba")
 			      ("info.y" . "cat %s | unyabba")
+                              ;; Mandriva Linux uses lzma.
+                              (".lzma" . "unlzma --stdout %s")
+                              (".info.lzma" . "unlzma --stdout %s")
 			      ;; These ones are for MS-DOS filenames.
 			      (".inf" . nil)
 			      (".igz" . "gzip -dc %s")




More information about the XEmacs-Patches mailing list