From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Nextstep build uses iso-latin by default. WHY? Date: Sat, 12 Mar 2016 08:54:03 +0200 Message-ID: <83twkcgp9w.fsf@gnu.org> References: <56E32A19.7060304@alice.it> <831t7givui.fsf@gnu.org> <56E34448.7090502@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457765689 24113 80.91.229.3 (12 Mar 2016 06:54:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2016 06:54:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 07:54:44 2016 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 1aedRk-00036v-1J for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2016 07:54:44 +0100 Original-Received: from localhost ([::1]:59205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aedRj-0004wN-HH for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2016 01:54:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aedRg-0004w7-5K for emacs-devel@gnu.org; Sat, 12 Mar 2016 01:54:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aedRc-0000gi-VP for emacs-devel@gnu.org; Sat, 12 Mar 2016 01:54:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aedRc-0000ge-Rx; Sat, 12 Mar 2016 01:54:36 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4713 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aedRc-0004gN-5S; Sat, 12 Mar 2016 01:54:36 -0500 In-reply-to: <56E34448.7090502@alice.it> (message from Angelo Graziosi on Fri, 11 Mar 2016 23:18:48 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:201522 Archived-At: > Cc: emacs-devel@gnu.org > From: Angelo Graziosi > Date: Fri, 11 Mar 2016 23:18:48 +0100 > > From Terminal: > > $ locale > LANG="it_IT.UTF-8" > LC_COLLATE="it_IT.UTF-8" > LC_CTYPE="it_IT.UTF-8" > LC_MESSAGES="it_IT.UTF-8" > LC_MONETARY="it_IT.UTF-8" > LC_NUMERIC="it_IT.UTF-8" > LC_TIME="it_IT.UTF-8" > LC_ALL= > > but (getenv "LANG") shows 'it_IT'... But the problem is not in the Emacs session started from the terminal, is it? AFAIR, the change was only for session that didn't begin from the shell.