comparison lisp/telnet.el @ 775:1ca26ccad38e

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 14 Jul 1992 21:51:51 +0000
parents e4253da532fb
children 2cdce064065f
comparison
equal deleted inserted replaced
774:11867ad5bab4 775:1ca26ccad38e
1 ;;; telnet.el --- run a telnet session from within an Emacs buffer 1 ;;; telnet.el --- run a telnet session from within an Emacs buffer
2
3 ;; Author: William F. Schelter
4 ;; Maintainer: FSF
5 ;; Last-Modified: 16 Mar 1992
6
2 ;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. 7 ;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
3 8
4 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
5 10
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 20
16 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
17 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
18 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 24
20 ;; Author William F. Schelter 25 ;;; Code:
21 26
22 ;;to do fix software types for lispm: 27 ;;to do fix software types for lispm:
23 ;;to eval current expression. Also to try to send escape keys correctly. 28 ;;to eval current expression. Also to try to send escape keys correctly.
24 ;;essentially we'll want the rubout-handler off. 29 ;;essentially we'll want the rubout-handler off.
25 30