home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / ADD_TO_.EMA < prev    next >
Lisp/Scheme  |  1994-10-05  |  572b  |  14 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.
  4.  
  5. --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
  6. ; $Id: add_to_.emacs,v 4.2 1994/10/05 18:09:18 too Exp $
  7. ; GNU Emacs networking support. 
  8.  
  9. ; Name of the program that initiates and holds the internet connection.
  10. (setq tcp-program-name "tcp_AmiTCP")
  11.  
  12. ; Make GNUEmacs elisp wrapper available for network connections
  13. (autoload 'open-network-stream "tcp "Tcp" t)
  14.