home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / export / GNUEmacs / add_to_.emacs
Encoding:
Text File  |  1994-05-12  |  565 b   |  15 lines

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