emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tramp sets LC_ALL to "C"


From: Romain Francoise
Subject: Tramp sets LC_ALL to "C"
Date: Thu, 08 Nov 2007 10:19:02 +0100

The following changes are wrong, Tramp should not use `setenv' since
it modifies the global environment and thus affects other packages
which use subprocesses, such as Dired, shell-mode, etc.

2007-10-30  Michael Albinus  <address@hidden>

        * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".

2007-10-31  Michael Albinus  <address@hidden>

        * net/tramp.el (tramp-open-connection-telnet)
        (tramp-open-connection-rsh, tramp-open-connection-su)
        (tramp-open-connection-multi): Set $LC_ALL to "C".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]