home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Editors / mntemcsb.zoo / emacs-18.57 / readme.jjk < prev   
Text File  |  1992-06-04  |  2KB  |  51 lines

  1. Hello world,
  2. Here's a binary of Erling Henanger's (erlingh@idt.unit.no) MiNT-aware port
  3. of GNU Emacs 18.57, minus one nasty bug.
  4.  
  5. The sources can be found somewhere on atari.archive.umich.edu; they should be
  6. in a file called `mntemacs.zoo', which was in `~ftp/atari/new' when I
  7. downloaded it. I made two changes; one is a bug fix and the other adapts the
  8. code to patchlevel 20 of the MiNT library. Both are included in the file
  9. `patches'.
  10.  
  11. You can use the binary as-is, since all the usual LISP stuff is preloaded. If
  12. you want more (e.g. M-x doctor or M-x shell), you'll have to get the LISP
  13. files from the original Emacs 18.57 distribution (accept no substitutes).
  14. You'll also need to get info files, the TUTORIAL, the COPYING etc. from the
  15. original distribution. I don't have them (yet), so don't ask me ...
  16.  
  17. Installation
  18. ============
  19.  
  20. After unpacking this archive, move the various pieces where you like them.
  21. You'll need at least the following environment variables:
  22.  
  23.      EMACSLIB  path to LISP directory, e.g., /dev/f/gnu/emacs-18.57/lisp
  24.      EMACSDOC  path to docs directory, e.g., /dev/f/gnu/emacs-18.57/etc
  25.      TERM      name of your terminal description, e.g., st52
  26.      TERMCAP   name of termcap file, e.g., /dev/f/gnu/etc/termcap
  27.  
  28. Here's a termcap entry that might come in handy - but make sure there are
  29. no carriage return characters in the TERMCAP file, else Emacs won't like it.
  30.  
  31. #
  32. #    This entry needs MiNT > 0.93 for the function key capabilities.
  33. #    And the function keys won't work with Emacs. (They do work with tcsh)
  34. #
  35. st52|atari-st|Atari ST running MiNT:\
  36.      :co#80:li#25:cm=\EY%+ %+ :ho=\EH:cr=^M:le=^H:nd=\EC:up=\EA:do=\EB:\
  37.      :sc=\Ej:rc=\Ek:am:sf=2.4^J:sr=2.4\EI:cl=1.2\EE:cd=0.1*\EJ:\
  38.      :ce=0.1\EK:al=0.1*\EL:dl=0.1*\EM:so=\Ep:se=\Eq:ms:me=\Eq:vi=\Ef:\
  39.      :ve=\Ee:bl=^G:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EE:k0=\EY:k1=\EP:\
  40.      :k2=\EQ:k3=\ER:k4=\ES:k5=\ET:k6=\EU:k7=\EV:k8=\EW:k9=\EX:l0=F10:\
  41.      :kb=^H:kI=\EI:km:ti=\Ev\Ee:bs:
  42.  
  43.  
  44. Have fun with this (I do),
  45.  
  46.      Jens.
  47. --
  48. Internet: jensk@hpbbrn.bbn.hp.com
  49. MausNet:  Jens Kilian @ BB
  50.  
  51.