home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / sources / 920 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.5 KB  |  47 lines

  1. Newsgroups: gnu.emacs.sources
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!news.belwue.de!eratu.rz.uni-konstanz.de!hoehle
  3. From: hoehle@inf-wiss.ivp.uni-konstanz.de (Joerg-Cyril Hoehle)
  4. Subject: crypt.el and correct compress-magic-regexp: "\037\235"
  5. Message-ID: <1993Jan7.164714.115124@eratu.rz.uni-konstanz.de>
  6. Summary: "\037\235" is the correct compress-magic-regexp
  7. Sender: usenet@eratu.rz.uni-konstanz.de
  8. Organization: Information Science, Univ. of Konstanz
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <DODD.93Jan6154147@mycenae.cchem.berkeley.edu>
  11. Distribution: gnu
  12. Date: Thu, 7 Jan 1993 16:47:14 GMT
  13. Lines: 32
  14.  
  15. Please correct all versions of crypt.el around that use a too specific
  16. compress-magic-regexp number.
  17.  
  18. Lawrence R. Dodd (dodd@mycenae.cchem.berkeley.edu) wrote:
  19. :
  20. :    Here is modified version of Kyle Jones' crypt.el that will work with gzip
  21. :    (GNU zip) files.
  22. : Share and Enjoy,
  23. : Larry
  24. : ;;; Compaction, compression, gzip'sion, and encryption for GNU Emacs
  25. : ;;; Copyright (C) 1988, 1989, 1990 Kyle E. Jones
  26.  
  27. ..
  28.  
  29. : (defconst compress-magic-regexp "\037\235\220"
  30. :   "Regexp that matches the magic number at the beginning of files created
  31. : by the compress(1) command.")
  32.  
  33.  
  34. Kyle Jones <kyle@uunet.uu.net> told me:
  35. >This is the correct one:
  36. >
  37. >(defconst compress-magic-regexp "\037\235"
  38. >
  39. >The \220 only appears on 16-bit compressed files.
  40.  
  41. Share and enjoy,
  42.      Joerg.
  43. hoehle@inf-wiss.ivp.uni-konstanz.d
  44.