aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-04-18 14:27:06 +0000
committerGerd Moellmann <[email protected]>2001-04-18 14:27:06 +0000
commitc825bc6665e5e7705e3018ecdf57b762a4b1ebd1 (patch)
tree4a783bf8d77116af2b7650f6ba596d262b054d79
parent6f4dd4dc868f25dfcf3ee5453a650a057d6403ed (diff)
Mention comint-cr-magic.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba64625ef4..da8e3dc70a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -963,6 +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.
+
*** By default, comint no longer uses the variable `comint-prompt-regexp'
to distinguish prompts from user-input. Instead, it notices which
parts of the text were output by the process, and which entered by the