From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114483: * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system Date: Mon, 30 Sep 2013 21:17:33 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380568674 25502 80.91.229.3 (30 Sep 2013 19:17:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2013 19:17:54 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 30 21:17:57 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 1VQiyi-0006Eh-TW for ged-emacs-devel@m.gmane.org; Mon, 30 Sep 2013 21:17:57 +0200 Original-Received: from localhost ([::1]:51284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQiyi-00009o-G4 for ged-emacs-devel@m.gmane.org; Mon, 30 Sep 2013 15:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQiya-00009e-QB for emacs-devel@gnu.org; Mon, 30 Sep 2013 15:17:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQiyT-0001Yr-F5 for emacs-devel@gnu.org; Mon, 30 Sep 2013 15:17:48 -0400 Original-Received: from mail01.bdtv.se ([176.10.222.34]:44275) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VQiyT-0001Xc-2c for emacs-devel@gnu.org; Mon, 30 Sep 2013 15:17:41 -0400 Original-Received: (qmail 18584 invoked by uid 89); 30 Sep 2013 19:17:36 -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; 30 Sep 2013 19:17:36 -0000 Original-Received: from [172.20.199.240] (unknown [172.20.199.240]) by coolsville.localdomain (Postfix) with ESMTPSA id CAE1F1A0017; Mon, 30 Sep 2013 19:17:35 +0000 (UTC) In-Reply-To: X-Mailer: iPhone Mail (11A501) 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:163742 Archived-At: Hello. 30 sep 2013 kl. 20:36 skrev Stefan Monnier : > > Does this apply to any Darwin build and only to Darwin builds? No. > What about tty-only Darwin builds? What about them? They can't be started from the Dock. > And what about GNUstep builds? Applies to them. Jan D.