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 17:25:14 +0100 Message-ID: <87wq39gbh1.fsf@gmx.de> References: <54E9CAA6.8010205@cumego.com> <871tlighi6.fsf@gmx.de> <837fvac4wj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424622341 10763 80.91.229.3 (22 Feb 2015 16:25:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2015 16:25:41 +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 17:25:33 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 1YPZLX-0004wS-Av for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 17:25:31 +0100 Original-Received: from localhost ([::1]:40513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPZLW-0006EN-Nx for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 11:25:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPZLS-0006CA-GN for emacs-devel@gnu.org; Sun, 22 Feb 2015 11:25:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPZLN-0003rr-GV for emacs-devel@gnu.org; Sun, 22 Feb 2015 11:25:26 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:64304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPZLN-0003ra-7H; Sun, 22 Feb 2015 11:25:21 -0500 Original-Received: from detlef.gmx.de ([79.195.3.46]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MAUpK-1YE3o91QS2-00BYFY; Sun, 22 Feb 2015 17:25:15 +0100 In-Reply-To: <837fvac4wj.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 22 Feb 2015 18:00:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:2Z3l7MphN6jD2eOyLczeCzL8BY7536XuDboIj8awiTZO5bLYDSu te+b4h9Nx0oRHR1iT+eiEcQ9JwmQnEHZpULg+gKwQnv06LYVVuJCKpn/KTWDojlmcGynr8I etnFuqnhd2am3SqIa22iZKUcnaFb0ADPUnW6R9/hJAoIKXuKKPf70O8lZic8Vr69HJZxCCT KIPVoT/3xIiAurIIPw12Q== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.22 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:183387 Archived-At: Eli Zaretskii writes: >> Better might be "\\([[:alpha:]]+[[:blank:]]+[[:digit:]]+\n\\)?" > > IMO, [:alpha:] is too indiscreet: it will match almost anything, > except in pure ASCII range. Including some error message, for > example. > > So I think it would be much better to keep the literal "total", and > instead set LC_MESSAGES=en_US.UTF-8, or something similar. 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 overwrite such settings. Best regards, Michael.