changeset:   4428:3ff01259c4a26143b328b31da55afa0914836cf5
user:        Aidan Kehoe <kehoea(a)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(a)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(a)xemacs.o
+2008-01-21  Aidan Kehoe  <kehoea(a)parhasard.net>
+
+	* info.el (Info-suffix-list): 
+	Support LZMA compression, as used--oddly--by Mandriva Linux. 
+
 2008-01-17  Mike Sperber  <mike(a)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")
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches