From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Tramp sets LC_ALL to "C" Date: Thu, 08 Nov 2007 10:19:02 +0100 Organization: orebokech dot com Message-ID: <874pfxayd5.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194513560 6811 80.91.229.12 (8 Nov 2007 09:19:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 09:19:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 10:19:24 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iq3Xm-0007Xd-7F for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 10:19:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3Xa-0003me-PE for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 04:19:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq3XW-0003jb-NH for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:19:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq3XV-0003j0-Ve for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:19:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3XV-0003ij-RD for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:19:05 -0500 Original-Received: from home.orebokech.com ([82.67.41.165] helo=elegiac.orebokech.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iq3XV-00087k-EV for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:19:05 -0500 Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 870193B195; Thu, 8 Nov 2007 10:19:02 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM, emacs-devel@gnu.org, X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82796 Archived-At: 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 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C". 2007-10-31 Michael Albinus * net/tramp.el (tramp-open-connection-telnet) (tramp-open-connection-rsh, tramp-open-connection-su) (tramp-open-connection-multi): Set $LC_ALL to "C".