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: Quotes in Dired listing switches Date: Wed, 30 Dec 2009 20:46:32 +0100 Message-ID: <878wck8ctj.fsf@gmx.de> References: <87vdfy5om7.fsf@mail.jurta.org> <87pr61qyfm.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262202412 8283 80.91.229.12 (30 Dec 2009 19:46:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Dec 2009 19:46:52 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 30 20:46:44 2009 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 1NQ4VI-0008Gu-BX for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 20:46:44 +0100 Original-Received: from localhost ([127.0.0.1]:59043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ4VI-0006BU-N3 for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 14:46:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ4VE-0006BD-Bq for emacs-devel@gnu.org; Wed, 30 Dec 2009 14:46:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ4V9-0006AW-EY for emacs-devel@gnu.org; Wed, 30 Dec 2009 14:46:39 -0500 Original-Received: from [199.232.76.173] (port=56397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ4V9-0006AT-97 for emacs-devel@gnu.org; Wed, 30 Dec 2009 14:46:35 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:45277) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NQ4V8-0005uX-Oy for emacs-devel@gnu.org; Wed, 30 Dec 2009 14:46:35 -0500 Original-Received: (qmail invoked by alias); 30 Dec 2009 19:46:32 -0000 Original-Received: from p4FC0098F.dip0.t-ipconnect.de (EHLO arthur.local) [79.192.9.143] by mail.gmx.net (mp049) with SMTP; 30 Dec 2009 20:46:32 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/HAUVg197HrbvwrQ2yuavcMHBaytzs4w4h7tTdFo yNbXRf26Ytxc0I In-Reply-To: (Stefan Monnier's message of "Tue, 29 Dec 2009 15:10:22 -0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6899999999999999 X-detected-operating-system: by monty-python.gnu.org: GNU/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:119069 Archived-At: Stefan Monnier writes: > That's a shortcoming of Tramp which should only use LC_ALL=C for > commands whose output is parsed by Tramp but not for those whose output > is passed to the caller. Then again, we may have the problem of > choosing between the caller's locale and the remote host's default > locale, I don't know. In any case it's probably not a terribly > important problem for now, but should be kept somewhere as a thing that > would be nice to fix. Already noted in the Todo list of tramp.el (in my local branch). I'll commit any change for this only after-the-release. One idea is to check the $LANG and/or $LC_ALL settings on the remote host, once connected, and to DTRT then. Whatever this is. > Stefan Best regards, Michael.