From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Nextstep build uses iso-latin by default. WHY? Date: Sat, 12 Mar 2016 17:55:11 +0100 Message-ID: <56E449EF.1030509@alice.it> References: <56E32A19.7060304@alice.it> <831t7givui.fsf@gnu.org> <56E34448.7090502@alice.it> <83twkcgp9w.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457801741 16944 80.91.229.3 (12 Mar 2016 16:55:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2016 16:55:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 17:55:28 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 1aemp6-000052-03 for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2016 17:55:28 +0100 Original-Received: from localhost ([::1]:60894 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aemp5-00069N-7t for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2016 11:55:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aemp1-00068z-7h for emacs-devel@gnu.org; Sat, 12 Mar 2016 11:55:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aemox-0003PG-4t for emacs-devel@gnu.org; Sat, 12 Mar 2016 11:55:23 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:43167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aemow-0003P5-PP; Sat, 12 Mar 2016 11:55:19 -0500 Original-Received: from [192.168.1.101] (95.247.135.77) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 56CECDB802074591; Sat, 12 Mar 2016 17:55:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <83twkcgp9w.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:201537 Archived-At: Il 12/03/2016 07:54, Eli Zaretskii ha scritto: >> 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. > When Emacs starts from the Dock (i.e. not from the shell) it "sees" LANG=it_IT and not LANG=it_IT.UTF-8 as when it starts from the shell.. Stefan Monnier wrote: > The OSX environment has always had a very strong bias towards utf-8, so > in the absence of a strong indication that something else than utf-8 is > desired, we should always use utf-8 on that platform. Angelo