home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / emacs185.lha / emacs / INSTALLATION < prev    next >
Text File  |  1992-03-04  |  732b  |  23 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 directory):
  5.  
  6. 1. Copy .emacs, .emacs-menu-src, .emacs-menu.el and emacs to s:
  7. 2. Copy temacs and etags to somewhere in your path.
  8. 3. Make a dumped copy of Emacs. Type:
  9.  
  10.    assign gnuemacs: ""
  11.    cd etc
  12.    temacs -nl -batch -l loadup dump
  13.    cd /
  14.  
  15.    (This should end up by saying "Dumping data as file ../etc/EMACS-DATA"
  16.     and give no error messages).
  17.  
  18. 4. Add an assign GNUEMACS: <wherever you've put the emacs directory> to 
  19.    your User-Startup.
  20.  
  21. 5. If you want to check that emacs is working, type 'emacs<return>'
  22.    If all goes well, emacs should open a window.
  23.