]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention comint-cr-magic.
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 14:27:06 +0000 (14:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 14:27:06 +0000 (14:27 +0000)
etc/NEWS

index ba64625ef4f95242adfe05b9b81877ef07679443..da8e3dc70a704f63983e821bed232029500e5907 100644 (file)
--- 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