Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
be14d312
Commit
be14d312
authored
Jul 14, 1992
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
70e1dad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
lisp/comint.el
lisp/comint.el
+3
-7
No files found.
lisp/comint.el
View file @
be14d312
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment