home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / a / ami_tcp / amitcpv4.3b.dms / amitcpv4.3b.adf / GNUEmacs.readme < prev    next >
Lisp/Scheme  |  1995-09-20  |  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.