From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114483: * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system Date: Tue, 1 Oct 2013 20:28:39 +0200 Message-ID: <65FF6AAC-E4BE-42FD-86D4-221842DDC479@swipnet.se> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1380652131 28078 80.91.229.3 (1 Oct 2013 18:28:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2013 18:28:51 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 01 20:28:52 2013 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 1VR4gl-0004DV-WD for ged-emacs-devel@m.gmane.org; Tue, 01 Oct 2013 20:28:52 +0200 Original-Received: from localhost ([::1]:60540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR4gl-0005gL-1v for ged-emacs-devel@m.gmane.org; Tue, 01 Oct 2013 14:28:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR4gd-0005gF-HQ for emacs-devel@gnu.org; Tue, 01 Oct 2013 14:28:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR4gX-0007EQ-O4 for emacs-devel@gnu.org; Tue, 01 Oct 2013 14:28:43 -0400 Original-Received: from mail01.bdtv.se ([176.10.222.34]:53649) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VR4gX-0007EE-Bm for emacs-devel@gnu.org; Tue, 01 Oct 2013 14:28:37 -0400 Original-Received: (qmail 26474 invoked by uid 89); 1 Oct 2013 18:28:35 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.bdtv.se with ESMTPA; 1 Oct 2013 18:28:35 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 04C8B1A01EC; Tue, 1 Oct 2013 18:28:34 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 176.10.222.34 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:163779 Archived-At: Hello. 1 okt 2013 kl. 00:38 skrev Stefan Monnier : >>> What about tty-only Darwin builds? >> What about them? They can't be started from the Dock.=20 >=20 > But they should also use utf-8 for locale-coding-system and friends, > regardless of LANG settings, IIUC. No they should not IMHO. As they must be started from a teminal, LANG = is either correct or set to another value for some purpose. >=20 >>> And what about GNUstep builds? >> Applies to them. >=20 > But should it? >=20 > IIUC this "utf-8 everywhere" is a property of the OS (Darwin) not of = the > GUI/toolkit. So it should apply to tty-only uses under Darwin and it > should not apply to GNUstep. >=20 Makes sense, fixed in trunk. Jan D.