summaryrefslogtreecommitdiff
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2007-10-31 20:48:52 +0000
committerMichael Albinus <michael.albinus@gmx.de>2007-10-31 20:48:52 +0000
commit184f8712a3974333ea20273a794026788089f97c (patch)
tree834b0c1d836b16bb804e0b27606db7c28ae6b569 /lisp/net/tramp.el
parent035d9487c68a493ee27ee041d78348a517d1405b (diff)
downloademacs-184f8712a3974333ea20273a794026788089f97c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r--lisp/net/tramp.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 4bff0f8ee3f..d40d0c75813 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -5712,6 +5712,7 @@ Maybe the different regular expressions need to be tuned.
(or user (user-login-name)) host method)
(let ((process-environment (copy-sequence process-environment)))
(setenv "TERM" tramp-terminal-type)
+ (setenv "LC_ALL" "C")
(setenv "PROMPT_COMMAND")
(setenv "PS1" "$ ")
(let* ((default-directory (tramp-temporary-file-directory))
@@ -5794,6 +5795,7 @@ arguments, and xx will be used as the host name to connect to.
(setq login-args (cons "-p" (cons (match-string 2 host) login-args)))
(setq real-host (match-string 1 host)))
(setenv "TERM" tramp-terminal-type)
+ (setenv "LC_ALL" "C")
(setenv "PROMPT_COMMAND")
(setenv "PS1" "$ ")
(let* ((default-directory (tramp-temporary-file-directory))
@@ -5847,6 +5849,7 @@ prompt than you do, so it is not at all unlikely that the variable
(or user "<root>") method)
(let ((process-environment (copy-sequence process-environment)))
(setenv "TERM" tramp-terminal-type)
+ (setenv "LC_ALL" "C")
(setenv "PROMPT_COMMAND")
(setenv "PS1" "$ ")
(let* ((default-directory (tramp-temporary-file-directory))
@@ -5913,6 +5916,7 @@ log in as u2 to h2."
(tramp-message 7 "Opening `%s' connection..." multi-method)
(let ((process-environment (copy-sequence process-environment)))
(setenv "TERM" tramp-terminal-type)
+ (setenv "LC_ALL" "C")
(setenv "PROMPT_COMMAND")
(setenv "PS1" "$ ")
(let* ((default-directory (tramp-temporary-file-directory))