home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma51.dms / ma51.adf / AmiTCP_demo_40.lha / AmiTCP-4.0 / export / GNUEmacs / add_to_.emacs
Encoding:
Text File  |  1994-10-05  |  572 b   |  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.