]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the entry for `comint-carriage-motion' (ne `comint-cr-magic').
authorMiles Bader <miles@gnu.org>
Tue, 29 May 2001 08:29:19 +0000 (08:29 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 29 May 2001 08:29:19 +0000 (08:29 +0000)
etc/NEWS

index c9146974753e2db487b5912f1ce0d118f8e7b075..4cc9220f9e754a4c76ed2445333d7d85611e760e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -963,11 +963,12 @@ Meant for Lisp docstrings, Javadoc comments and other "documentation in code".
 These changes generally affect all modes derived from comint mode, which
 include shell-mode, gdb-mode, scheme-interaction-mode, etc.
 
-*** Comint now by default removes CRs from CR LF sequences.  Comint
-now treats single CRs in the output in a way similar to a terminal, by
-deleting everything to the beginning of the line.  This is achieved by
-adding `comint-cr-magic' to `comint-preoutput-filter-functions' by
-default.
+*** Comint now by default interprets some carriage-control characters.
+Comint now removes CRs from CR LF sequences, and treats single CRs and
+BSs in the output in a way similar to a terminal (by deleting to the
+beginning of the line, or deleting the previous character,
+respectively).  This is achieved by adding `comint-carriage-motion' to
+the `comint-output-filter-functions' hook by default.
 
 *** By default, comint no longer uses the variable `comint-prompt-regexp'
 to distinguish prompts from user-input.  Instead, it notices which