home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / FREEMACS / EMACS16A.ZIP / README.DOC < prev    next >
Text File  |  1990-03-08  |  3KB  |  77 lines

  1. Freemacs is a programmable editor.  The .EXE file is only 21K because
  2. it only contains a language interpreter and text editor primitives.  The
  3. bulk of the programming is done in MINT, which is a string-oriented
  4. language.  Freemacs is yet another Emacs clone.  Emacs was first written
  5. at MIT by Richard M. Stallman.
  6.  
  7. There are a number of Emacs clones for the PC available.  Unlike all
  8. the others, Freemacs is the only IBM-PC editor that tries to be like
  9. GNU Emacs.  Freemacs's only major failings are that it cannot edit files
  10. larger than 64K, and it has no undo facility.
  11.  
  12. You may freely copy this software.  I only ask that you send
  13. improvements back to me for incorporation into the package for the
  14. rest of us.  Information on how to get the distribution is available
  15. in the file HOWTOGET.IT
  16.  
  17. Addresses, electronic and otherwise:
  18.  
  19. Author:        Russell Nelson
  20. Bitnet:        NELSON@CLUTX
  21. Internet:    nelson@clutx.clarkson.edu
  22. UUCP:        {smart host}!clutx.clarkson.edu!nelson
  23. Snail:        11 Grant St., Potsdam, NY 13676
  24.  
  25. There is a mailing list for the Internet.
  26.  
  27. Subscriptions:
  28.     To subscribe, send a message of the form "subscribe freemacs" to
  29. one of the following addresses:
  30.         BITNET: listserv%sun.soe@clvm
  31.         Internet: listserv@sun.soe.clarkson.edu
  32.         UUCP: {smart host}!sun.soe.clarkson.edu!listserv
  33.  
  34. Submissions:
  35.     Send mail to freemacs at one of the following addresses:
  36.         BITNET: freemacs%sun.soe@clvm
  37.         Internet: freemacs@sun.soe.clarkson.edu
  38.         UUCP: {smart host}!sun.soe.clarkson.edu!freemacs
  39.  
  40.  
  41. Getting started:
  42.  
  43. Obviously you have unarced this file already, so you don't need to be
  44. told how to unarc things.  You should put all the Freemacs files into
  45. a subdirectory (I will assume \EMACS).
  46.  
  47. DOS 2.x users:
  48.  
  49. You need to add a line to your autoexec.bat file that reads "set
  50. emacs=x:\EMACS\".  Replace "x:" with the drive that you have placed
  51. Freemacs in.  There is nothing magical about \EMACS, however you must
  52. have a trailing backslash.  Move EMACS.EXE to your bin subdirectory.
  53. You may rename it if you wish--I suggest E.EXE.
  54.  
  55. DOS 3.x and 4.x users:
  56.  
  57. You should ensure that emacs is executed out of the subdirectory in which
  58. the Freemacs files are stored.  You can do this two ways -- you can include
  59. \EMACS in your path, or you can put a small batch file on your path.  For
  60. an example of a batch file, look at the included E.BAT.
  61.  
  62.  
  63. If you are unfamiliar with Emacs, you should run emacs, get help, and read
  64. the tutorial.  The opening screen has instructions for doing this.
  65.  
  66.  
  67. Modifying Freemacs:
  68.  
  69. There are lots of simple changes that you can make without really needing
  70. to understand MINT.  For example, the mode line uses inverse video.  If
  71. you would like to change the colors, use M-x edit-options.
  72.  
  73. If you would like to do simple customizations like key rebinding, see
  74. the file CUSTOMIZ.DOC.
  75.  
  76. If you would like to learn how to program in MINT, see the file MINTTUT.DOC.
  77.