Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f44a5d58
Commit
f44a5d58
authored
Aug 29, 2003
by
Richard M. Stallman
Browse files
(term-exec-1): Bind coding-system-for-read.
parent
55a87770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/term.el
lisp/term.el
+2
-0
No files found.
lisp/term.el
View file @
f44a5d58
...
...
@@ -1347,6 +1347,8 @@ buffer. The hook term-exec-hook is run after each exec."
(process-connection-type t)
;; We should suppress conversion of end-of-line format.
(inhibit-eol-conversion t)
;; inhibit-eol-conversion doesn't seem to do the job, but this does.
(coding-system-for-read 'unknown-unix)
)
(apply 'start-process name buffer
"
/bin/sh
" "
-c
"
...
...
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