home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5290 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!spool.mu.edu!agate!agate.berkeley.edu!dodd
  2. From: dodd@mycenae.cchem.berkeley.edu (Lawrence R. Dodd)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: crypt.el and correct compress-magic-regexp: "\037\235"
  5. Date: 7 Jan 93 14:15:16
  6. Organization: Dept of Chemical Engineering, Polytechnic Univ, NY, USA
  7. Lines: 32
  8. Distribution: gnu
  9. Message-ID: <DODD.93Jan7141516@mycenae.cchem.berkeley.edu>
  10. References: <DODD.93Jan6154147@mycenae.cchem.berkeley.edu>
  11.     <1993Jan7.164714.115124@eratu.rz.uni-konstanz.de>
  12. Reply-To: dodd@roebling.poly.edu
  13. NNTP-Posting-Host: mycenae.cchem.berkeley.edu
  14. In-reply-to: hoehle@inf-wiss.ivp.uni-konstanz.de's message of Thu, 7 Jan 1993 16:47:14 GMT
  15.  
  16.  
  17. >>>>> "Joerg-Cyril" == Joerg-Cyril Hoehle <hoehle@inf-wiss.ivp.uni-konstanz.de> writes:
  18.  
  19.   Joerg-Cyril> Please correct all versions of crypt.el around that use a too specific
  20.   Joerg-Cyril> compress-magic-regexp number.
  21.  
  22.   Joerg-Cyril> Lawrence R. Dodd (dodd@mycenae.cchem.berkeley.edu) wrote:
  23.   Joerg-Cyril> :
  24.   Joerg-Cyril> :    Here is modified version of Kyle Jones' crypt.el that will work with gzip
  25.   Joerg-Cyril> :    (GNU zip) files.
  26.   Joerg-Cyril> : 
  27.  
  28.   Joerg-Cyril> ..
  29.  
  30.   Joerg-Cyril> : (defconst compress-magic-regexp "\037\235\220"
  31.   Joerg-Cyril> :   "Regexp that matches the magic number at the beginning of files created
  32.   Joerg-Cyril> : by the compress(1) command.")
  33.  
  34.   Joerg-Cyril> 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.   Thanks for the correction.  There seems to be many different versions for
  42.   crypt.el out there. I know of the GNU zip modification, this `bug', and
  43.   Jamie Zawinski's modifications for tar-mode.el.  Perhaps even the man
  44.   himself (Kyle Jones) has mods.  Can someone bring all these all together?
  45.   Kyle are you out there?
  46.  
  47. Larry
  48.