home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3576 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.8 KB  |  48 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!stanford.edu!ames!sun-barr!cs.utexas.edu!wupost!sdd.hp.com!caen!batcomputer!cornell!uw-beaver!news.u.washington.edu!milton.u.washington.edu!chuan
  3. From: chuan@milton.u.washington.edu (Chuan "infamous" Lee)
  4. Subject: Re: How does one read a compressed file into a buffer?
  5. Message-ID: <1992Jul31.024250.20367@u.washington.edu>
  6. Sender: chuan@milton.u.washington.edu
  7. Organization: University of Washington, Seattle
  8. References: <BRUNNOCK.92Jul30164412@e40-008-7.mit.edu>
  9. Date: Fri, 31 Jul 1992 02:42:50 GMT
  10. Lines: 36
  11.  
  12. In article <BRUNNOCK.92Jul30164412@e40-008-7.mit.edu> brunnock@athena.mit.edu (Sean Brunnock) writes:
  13. >
  14. >Hello. I seem to recall that there was a command to open
  15. >compressed files and read them into a buffer in uncompressed
  16. >form.
  17. >
  18. >I have emacs 18.58. I looked for the string "compress" in the
  19. >summary of Emacs commands within Info, but found nothing.
  20. >
  21. >Could someone give me a clue? Please send the clue to
  22. >brunnock@cambridge.apple.com (I'm a contractor, not an employee).
  23. >
  24. >Thank you for any reply.
  25. >
  26. >Sean Brunnock
  27.  
  28. You need a file called uncompress.el to do the trick.  I am
  29. emailing that file to you.  Since uncompress is not loaded
  30. initially, you have load it in your .emacs file.
  31.  
  32. But I have a question for the other [D]emacs users:  I verified
  33. this uncompress.el on unix.  It worked fine.  However, when
  34. I tried this on Demacs (GNU Emacs for DOS), the uncompress
  35. process, say of file sample.Z, was executed, but the uncompressed 
  36. was stored correctly.  I got "bad command or filename" in the file
  37. sample (the ".Z" was gone).  I am very certain the command is
  38. fine (so, it is not a bad command) because I used it with dired
  39. to un/compress files.  It works fine.  Except I can't automatically
  40. uncompress it when I visit a Z file. :-(
  41.  
  42. Help!
  43.  
  44. Chuan Lee
  45. U of Washington, Seattle.
  46.  
  47.  
  48.