home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0119.lha / MicroEMACS / README.fnf < prev    next >
Text File  |  1987-12-23  |  1KB  |  25 lines

  1. There are two versions of the executable here:
  2.  
  3.     MicroEMACS.manx        Compiled with Manx C version 3.4a.
  4.  
  5.     MicroEMACS.lattice    Compiled with Lattice C version 4.0.
  6.  
  7. Neither one has been extensively tested, though they have been used
  8. to edit small files without crashing the machine or mangling the
  9. file so there are probably no really gross problems...
  10.  
  11. I did have to add a line to termio.c to call signal() under Lattice 4.0
  12. because the exit-emacs command (^X^C) was causing the control-C requestor
  13. to come up after the terminal was closed.  The hack causes it to ignore
  14. all control-C's while shutting down.  The proper way to fix it is to
  15. ferret out the reason why the ^C is being seen as an interrupt and
  16. fix it.
  17.  
  18. Also, in order to get all the source and documentation to fit on a 
  19. single disk, I had to archive them with zoo, which compresses the
  20. files about 30 to 50 percent.  The executable version of zoo to
  21. dearchive them should be widely available on various BBS's and
  22. is also on disk 108 in my library.
  23.  
  24. -Fred
  25.