From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix tramp test Date: Sun, 22 Feb 2015 20:01:54 +0100 Message-ID: <87twydn525.fsf@gmx.de> References: <54E9CAA6.8010205@cumego.com> <871tlighi6.fsf@gmx.de> <837fvac4wj.fsf@gnu.org> <87wq39gbh1.fsf@gmx.de> <834mqddg8b.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424631745 25118 80.91.229.3 (22 Feb 2015 19:02:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2015 19:02:25 +0000 (UTC) Cc: esperanto@cumego.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 22 20:02:15 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YPbnB-0003Fm-FS for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 20:02:13 +0100 Original-Received: from localhost ([::1]:40986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPbnA-0004tL-Oj for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 14:02:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPbmy-0004t4-Ld for emacs-devel@gnu.org; Sun, 22 Feb 2015 14:02:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPbmv-0005iD-Ge for emacs-devel@gnu.org; Sun, 22 Feb 2015 14:02:00 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:54840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPbmv-0005i6-7G; Sun, 22 Feb 2015 14:01:57 -0500 Original-Received: from detlef.gmx.de ([79.195.3.46]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MQiB3-1XyQHu0OKr-00TzRQ; Sun, 22 Feb 2015 20:01:55 +0100 In-Reply-To: <834mqddg8b.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 22 Feb 2015 19:10:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:gP3U0JDq9Gssruybe7lIiCL9kZaZ2JdhqUKGv3BxSGHtxkf7aIJ GnFdv4wxJ2x3iEgkccQjDRctKZduWd6joFsOi340nBEH2efzbkyqG7u6ZWDUpDbqiJB6b0p 1Z2kzT/XZ/INJi3XcHYOKotxbDUIONeA/pK4qhKIoltS8hU0/coXlQyXg0y20+9klOrUl6T tWRkK5O9fU3FkIWiD+v0g== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183392 Archived-At: Eli Zaretskii writes: >> Tramp sets LC_ALL to "en_US.utf8", "C.utf8", or "C". In this order, >> whatever is available on the remote system. But a user is free to > > Not sure what scenario are we talking about here. Do you mean that > Tramp sets LC_ALL, but the user overrides that with LC_MESSAGES? Yes. > In any case, I meant to set that as part of the test in question, not > in general. Yep. I've committed a patch to the master which does this. It is not perfect (there might be problems when tramp-test-temporary-file-directory points to a real remote directory), but for the time being it is sufficient. Best regards, Michael.