home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Editors / mntemacs.zoo / README
Text File  |  1992-04-29  |  1KB  |  43 lines

  1. Hello.
  2.  
  3. Here is a complete emacs 18.57 for mint >= 0.93
  4. By complete, I mean you can do all the things you're used to on
  5. Unix(tm) like:
  6.     M-x compile 
  7.     M-x shell
  8.     M-x display-time 
  9. That is, subprocesses are fully working.
  10.  
  11. You will need to get hold of the emacs-lisp files. I didn't want to
  12. include them in this package since they are many and huge and can be
  13. picked up almost everywhere. 
  14. Get the real ones. _NOT_ those that are hacked up for the ST, and make
  15. sure they originate from the 18.57 distribution.
  16.  
  17. I compiled this on my 4-meg equipped TT with no trouble.
  18. If you have less memory, you might want to start the relevant makefiles
  19. by hand. You may also need to turn off optimization.
  20.  
  21. NOTE:
  22.     The makefiles (and s-tos.h) says "-O2", which is only usable
  23. in gcc >= 2.0. If you have gcc-1.40 just change this to "-O".
  24.  
  25. Thanx to Jwahar Bammi (sp?) and Edgar Roeder who did the initial
  26. porting on which this is based.
  27.  
  28. If you get stuck, don't hesitate to email me.
  29. I can be contacted as:
  30.     erlingh@idt.unit.no
  31.  
  32. Cheers
  33.     Erling Henanger.
  34.  
  35. P.S.
  36.     The reason I don't submit binaries, is that I only keep
  37. TT versions of the libraries. It is tiresome enough to have libraries
  38. for 16 and 32 bit ints, mint and the standard library up to date.
  39. To even think about keeping an ST version on top of all that makes me
  40. sick...
  41. If there is interest, I could upload the TT-binaries though,
  42. Just say the word...     
  43.