home *** CD-ROM | disk | FTP | other *** search
- AmiTCP/IP GNUEmacs support files has been installed into your system. In
- order to use TCP/IP program with your GNU Emacs you must add the following
- emacs-lisp lines into your s:.emacs file.
-
- --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
- ; $Id: add_to_.emacs,v 4.2 1994/10/05 18:09:18 too Exp $
- ; GNU Emacs networking support.
-
- ; Name of the program that initiates and holds the internet connection.
- (setq tcp-program-name "tcp_AmiTCP")
-
- ; Make GNUEmacs elisp wrapper available for network connections
- (autoload 'open-network-stream "tcp "Tcp" t)
-