changeset 37388:d63fa36c7fac

Mention comint-cr-magic.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 18 Apr 2001 14:27:06 +0000
parents 20cdea777c49
children 3061b65a9897
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 18 14:21:41 2001 +0000
+++ b/etc/NEWS	Wed Apr 18 14:27:06 2001 +0000
@@ -963,6 +963,12 @@
 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