home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / text / emacsdif.lha / emacs-18.58 / INSTALLATION < prev    next >
Encoding:
Text File  |  1992-05-17  |  1.1 KB  |  41 lines

  1. DON'T FORGET: This version of Emacs REQUIRES AMIGADOS V2.04 !!
  2.  
  3. Before being able to use Emacs, you must take the following steps 
  4. (they assume you are in the emacs-18.58 directory):
  5.  
  6. 1. Copy .emacs, .emacs-menu.menu, .emacs-menu.el and emacs to s:
  7. 2. Copy etags to somewhere in your path.
  8. 3. Add an assign GNUEMACS: <wherever you've put the emacs directory> to 
  9.    your User-Startup.
  10.  
  11. 4. If you want to check that emacs is working, type 
  12.  
  13.   assign gnuemacs: ""
  14.   emacs
  15.  
  16.    If all goes well, emacs should open a window. If you get
  17.      memacs: Unknown command
  18.    you have an alias for emacs. Try editing s:Shell-Startup and removing it.
  19.  
  20.    If you get
  21.      emacs: file is not executable
  22.    try typing
  23.      protect s:emacs +s
  24.  
  25.    If you get
  26.      emacs: Unknown command
  27.    try
  28.      path s: add
  29.  
  30.    And finally, if you get
  31.      wrong number of arguments
  32.      if failed returncode 10
  33.    try
  34.      path sys:rexxc add
  35.  
  36.  
  37. 5. If you are going to use emacs over a serial line, you must install 
  38.    the termcap file, which comes with the source version. To do so, type:
  39.  
  40.      join gnuemacs:etc/termcap.ucb gnuemacs:etc/termcap.amiga as s:termcap
  41.