summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-05-29 08:29:19 +0000
committerMiles Bader <miles@gnu.org>2001-05-29 08:29:19 +0000
commit9ab47964ffc764dddec33d47aa1524ce5fae354f (patch)
treee28198d536d76d477b071bb8c57549f3a35330e6 /etc
parentf25c1b9b4f91a87f485d2b17cc3ba75012a4f6a1 (diff)
downloademacs-9ab47964ffc764dddec33d47aa1524ce5fae354f.tar.gz
Update the entry for `comint-carriage-motion' (ne `comint-cr-magic').
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c9146974753..4cc9220f9e7 100644
--- 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