home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18215 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.4 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!spool.mu.edu!hri.com!noc.near.net!news.cs.brandeis.edu!chaos.cs.brandeis.edu!aland
  2. From: aland@chaos.cs.brandeis.edu (Alan D.)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: EDITOR
  5. Message-ID: <aland.721366689@chaos.cs.brandeis.edu>
  6. Date: 10 Nov 92 03:38:09 GMT
  7. References: <644.2426.uupcb@synapse.org> <1992Oct29.183228.17202@sunfs3.Camex.COM> <40103@unix.SRI.COM> <15344@claris.com>
  8. Sender: news@news.cs.brandeis.edu (USENET News System)
  9. Reply-To: aland@cs.brandeis.edu
  10. Organization: As little as possible
  11. Lines: 17
  12.  
  13. James_Zuchelli@qm.claris.com (James Zuchelli) writes:
  14.  
  15. >A couple of years ago I had to edit 10 megabyte text downloads.  I found the
  16. >only reliable way was to use the MPW Editor.  MS Word ( at least then crica 
  17. >1988) would mess up the files.  I would save them and open the files later
  18. >to find that the beginning of the file was a the end and the middle parts
  19. >were all messed up.
  20. >MPW never had trouble.  Whatever you use, make sure you check your files
  21. >after they are saved and reopened to make sure that nothing is messed up.
  22.  
  23. This was probably because you didn't (possibly couldn't) disable "Fast
  24. Save" which meant that Word would have understood the file if you
  25. reopened it, but any other program would show what you found, that the
  26. contents were out of sequence.  That's because Fast Save just appends
  27. changes to the document, rather than doing them in place.
  28.  
  29.     -=Alan
  30.