public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs/files: emacs-23.0.94-handle-xz-suffix.patch
@ 2009-05-23 17:28 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-05-23 17:28 UTC (permalink / raw
  To: gentoo-commits

ulm         09/05/23 17:28:35

  Added:                emacs-23.0.94-handle-xz-suffix.patch
  Log:
  New prerelease version.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-editors/emacs-cvs/files/emacs-23.0.94-handle-xz-suffix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/files/emacs-23.0.94-handle-xz-suffix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/files/emacs-23.0.94-handle-xz-suffix.patch?rev=1.1&content-type=text/plain

Index: emacs-23.0.94-handle-xz-suffix.patch
===================================================================
Automatically handle .xz suffix (XZ-compressed files)
From Jim Meyering <meyering@redhat.com> on emacs-devel

--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -219,6 +219,10 @@ options through Custom does this automatically."
      "compressing"        "gzip"         ("-c" "-q")
      "uncompressing"      "gzip"         ("-c" "-q" "-d")
      t t "\037\213"]
+    ["\\.xz\\(~\\|\\.~[0-9]+~\\)?\\'"
+     "XZ compressing"     "xz"           ("-c" "-q")
+     "XZ uncompressing"   "xz"           ("-c" "-q" "-d")
+     t t "\3757zXZ\0"]
     ;; dzip is gzip with random access.  Its compression program can't
     ;; read/write stdin/out, so .dz files can only be viewed without
     ;; saving, having their contents decompressed with gzip.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs/files: emacs-23.0.94-handle-xz-suffix.patch
@ 2009-07-30 14:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-30 14:54 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/30 14:54:35

  Removed:              emacs-23.0.94-handle-xz-suffix.patch
  Log:
  clean up
  (Portage version: 2.1.6.13/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-30 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 14:54 [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs/files: emacs-23.0.94-handle-xz-suffix.patch Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-23 17:28 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox