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:
parent
6f4dd4dc86
commit
c825bc6665
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue