home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / rbsd / README~ < prev   
Text File  |  1996-02-18  |  1KB  |  28 lines

  1. This directory contains a port of Emacs 19.30 for RiscBSD (binaries
  2. only, the sources can be found in /pub/unix/gnu). The
  3. emacs-190[1-6].spt files are a splitted version created with
  4. splitf. Use joinf to create the original archive. To install it onto
  5. your RiscBSD system, do the following:
  6.  
  7.   cd /
  8.   tar xzvf emacs-19.30-rbsd.tar.gz
  9.  
  10. This will install emacs beneath /usr/local/emacs - do not move this
  11. directory, Emacs has this path hard-wired! To *use* Emacs, you'll have
  12. to adjust PATH, MANPATH and INFOPATH, you can use the following to do
  13. this in /etc/profile (if you are using bash):
  14.  
  15.   PATH=$PATH:/usr/local/emacs/bin
  16.   MANPATH=$MANPATH:/usr/local/emacs/man
  17.   INFOPATH=$INFOPATH:/usr/local/emacs/info
  18.   export PATH MANPATH INFOPATH
  19.  
  20. Notes:
  21. * compiled with "-O -fno-builtin"
  22. * it uses Athena-Widgets under X
  23. * it crashes after some seconds if it tries to use its own X-Windows
  24. :(( You'll have to use "emacs -nw". Maybe this is a bug in the
  25. X-server, who knows. At least you can use the mouse if you use 
  26. "M-x xterm-mouse-mode" 
  27.  
  28.