diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 02:41:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 02:41:33 +0000 |
commit | be14d3120a2502e5f06ef905f3b3e40a62c08d15 (patch) | |
tree | e17336ea4006ece6bbab4314d5110309ef4a168b /lisp/comint.el | |
parent | 70e1dad880ddabb7e32447526d555fd05d4aed14 (diff) | |
download | emacs-be14d3120a2502e5f06ef905f3b3e40a62c08d15.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 5ba3fc6163f..2e6953c3240 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -24,7 +24,6 @@ ;;; merge them into the master source. ;;; - Olin Shivers (shivers@cs.cmu.edu) -;;; This hopefully generalises shell mode, lisp mode, tea mode, soar mode,... ;;; This file defines a general command-interpreter-in-a-buffer package ;;; (comint mode). The idea is that you can build specific process-in-a-buffer ;;; modes on top of comint mode -- e.g., lisp, shell, scheme, T, soar, .... @@ -1183,13 +1182,10 @@ it just adds completion characters to the end of the filename." ;;; Converting process modes to use comint mode ;;; =========================================================================== -;;; Several gnu packages (tex-mode, background, dbx, gdb, kermit, prolog, -;;; telnet are some) use the shell package as clients. Most of them would -;;; be better off using the comint package, but they predate it. +;;; The code in the Emacs 19 distribution has all been modified to use comint +;;; where needed. However, there are `third-party' packages out there that +;;; still use the old shell mode. Here's a guide to conversion. ;;; -;;; Altering these packages to use comint mode should greatly -;;; improve their functionality, and is fairly easy. -;;; ;;; Renaming variables ;;; Most of the work is renaming variables and functions. These are the common ;;; ones: |