'(undecided . iso-latin-1), which makes process I/O almost consistent
with file I/O. Call this function when mule-cmds.el[c] is loaded.
(set-default-coding-systems nil)
(setq default-sendmail-coding-system 'iso-latin-1)
+ (setq default-process-coding-system '(undecided . iso-latin-1))
;; Don't alter the terminal and keyboard coding systems here.
;; The terminal still supports the same coding system
(setq nonascii-translation-table nil
nonascii-insert-offset 0))
+(reset-language-environment)
+
(defun set-display-table-and-terminal-coding-system (language-name)
"Set up the display table and terminal coding system for LANGUAGE-NAME."
(let ((coding (get-language-info language-name 'unibyte-display)))