Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide the DOS EOL markers (^M) #8

Merged
merged 1 commit into from Aug 1, 2016
Merged

Conversation

plexus
Copy link
Contributor

@plexus plexus commented Aug 1, 2016

HTTP headers are separated by CRLF (\r\n) (aka DOS style line endings). The
response body will often have UNIX style line endings. Because of the mix of the
two Emacs will always display ^M after each header line, even when the buffer is
set to a DOS coding type.

Instead we use a display-table to hide this character. That way it doesn't cause
visual noise, but when copy-pasting the character is still there.

HTTP headers are separated by CRLF (\r\n) (aka DOS style line endings). The
response body will often have UNIX style line endings. Because of the mix of the
two Emacs will always display ^M after each header line, even when the buffer is
set to a DOS coding type.

Instead we use a display-table to hide this character. That way it doesn't cause
visual noise, but when copy-pasting the character is still there.
@hassy
Copy link
Owner

hassy commented Aug 1, 2016

Nice!

@hassy hassy merged commit 6cdb969 into hassy:master Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants