Xref: utzoo comp.emacs:7538 gnu.emacs:2121 alt.sources:1382 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!think!mintaka!mintaka.lcs.mit.edu!atheybey From: atheybey@lcs.mit.edu (Andrew Heybey) Newsgroups: comp.emacs,gnu.emacs,alt.sources Subject: Re: crypt.el for GNU Emacs Message-ID: Date: 10 Jan 90 15:15:09 GMT References: <1990Jan9.175837.25058@talos.uu.net> Sender: news@mintaka.lcs.mit.edu Organization: MIT Laboratory for Computer Science Lines: 27 In-Reply-To: kjones@talos.uu.net's message of 9 Jan 90 17:58:37 GMT The posting of the latest version of crypt.el reminded me of a bug fix that I had made to the previous version. The "magic number" used to recognize compressed files works only for 16 bit compression. Here is the diff for the previous version. Patch (at least on our system) will apply it to the new version as well. *** /tmp/,RCSt1017910 Wed Jan 10 10:09:46 1990 --- crypt.el Tue Dec 5 13:01:45 1989 *************** *** 68,74 **** "Regexp that matches the magic number at the beginning of files created by the compact(1) command.") ! (defconst compress-magic-regexp "\037\235\220" "Regexp that matches the magic number at the beginning of files created by the compress(1) command.") --- 68,74 ---- "Regexp that matches the magic number at the beginning of files created by the compact(1) command.") ! (defconst compress-magic-regexp "\037\235" "Regexp that matches the magic number at the beginning of files created by the compress(1) command.") -- Andrew Heybey, atheybey@ptt.lcs.mit.edu, uunet!ptt.lcs.mit.edu!atheybey