Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c825bc66
Commit
c825bc66
authored
Apr 18, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention comint-cr-magic.
parent
6f4dd4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
etc/NEWS
etc/NEWS
+6
-0
No files found.
etc/NEWS
View file @
c825bc66
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment