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: parallel bootstrap failure; _prompt_? during bootstrap build Date: Mon, 19 Nov 2007 06:23:40 +0200 Message-ID: References: <87fxz6fmt7.fsf@rho.meyering.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195446243 19679 80.91.229.12 (19 Nov 2007 04:24:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 04:24:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 19 05:24:10 2007 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 1ItyB7-0000nm-Nw for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 05:24:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItyAu-0001Ik-2S for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 23:23:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItyAr-0001IX-70 for emacs-devel@gnu.org; Sun, 18 Nov 2007 23:23:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItyAq-0001Gs-5b for emacs-devel@gnu.org; Sun, 18 Nov 2007 23:23:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItyAp-0001GW-W8 for emacs-devel@gnu.org; Sun, 18 Nov 2007 23:23:52 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItyAl-0002RM-40; Sun, 18 Nov 2007 23:23:47 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-119-24.inter.net.il [84.229.119.24]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JKY35496 (AUTH halo1); Mon, 19 Nov 2007 06:23:24 +0200 (IST) In-reply-to: (message from Richard Stallman on Sun, 18 Nov 2007 17:45:51 -0500) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:83612 Archived-At: > From: Richard Stallman > CC: schwab@suse.de, jim@meyering.net, emacs-devel@gnu.org > Date: Sun, 18 Nov 2007 17:45:51 -0500 > > > Almost any. See set-locale-environment. > > > > But only on ttys, it seems. > > And under -batch, right? > > I don't know, but it is an interesting question. Should Emacs call > set-locale-environment when running in batch mode? As I wrote elsewhere, it now seems to do that unconditionally. In general, since -batch may still imply prompts followed by keyboard input, I think we do need to set up keyboard encoding correctly.