1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Mention comint-cr-magic.

This commit is contained in:
Gerd Moellmann 2001-04-18 14:27:06 +00:00
parent 6f4dd4dc86
commit c825bc6665

View file

@ -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