home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-2.2 / appl / emacstcp / add_to_.emacs
Encoding:
Text File  |  1993-08-04  |  554 b   |  16 lines

  1.  
  2. AmiTCP/IP GNUEmacs support files has been installed into your system. In
  3. order to use TCP/IP program with your GNU Emacs you must add the following
  4. emacs-lisp lines into your s:.emacs file. (after installation you can
  5. recall this text by issuing the command: more util/EmacsTcp/add_to_.emacs)
  6.  
  7. --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
  8. ;
  9. ; GNU Emacs networking support. 
  10.  
  11. ; Name of the program that initiates and holds the internet connection.
  12. (setq tcp-program-name "tcp_AmiTCP")
  13.  
  14. ; Load small tcp elisp code 
  15. (load "tcp")
  16.