Mercurial > emacs
diff lisp/kermit.el @ 792:45d748a65f24
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 16 Jul 1992 06:28:10 +0000 |
parents | 4c7627a869df |
children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/kermit.el Thu Jul 16 04:23:17 1992 +0000 +++ b/lisp/kermit.el Thu Jul 16 06:28:10 1992 +0000 @@ -1,5 +1,9 @@ -;;Additions to shell mode for use with kermit, etc. -;;Feb 1988, Jeff Norden - jeff@colgate.csnet +;;; kermit.el --- additions to shell mode for use with kermit, etc. + +;; Author: Jeff Norden <jeff@colgate.csnet> +;; Created: 15 Feb 1988 +;; Last-modified: 12 Mar 1992 + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(require 'shell) +;;; Commentary ;; I'm not sure, but I think somebody asked about running kermit under shell ;; mode a while ago. Anyway, here is some code that I find useful. The result @@ -69,6 +73,8 @@ ;; Please let me know if any bugs turn up. ;; Feb 1988, Jeff Norden - jeff@colgate.csnet +(require 'shell) + (defvar kermit-esc-char "\C-\\" "*Kermit's escape char") (defun kermit-esc () @@ -136,4 +142,4 @@ (interactive) (set-process-filter (get-buffer-process (current-buffer)) nil)) - +;;; kermit.el ends here