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: On a few warnings of the Cigwin bootstrap Date: Sat, 09 Feb 2008 18:42:57 +0200 Message-ID: References: <47ADCAAC.90908@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202575397 8435 80.91.229.12 (9 Feb 2008 16:43:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2008 16:43:17 +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 Feb 09 17:43:40 2008 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 1JNsne-0003lP-Qx for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 17:43:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNsnB-0006Lo-MY for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 11:43:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNsn6-0006Kw-HB for emacs-devel@gnu.org; Sat, 09 Feb 2008 11:43:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNsn5-0006Ij-3N for emacs-devel@gnu.org; Sat, 09 Feb 2008 11:43:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNsn4-0006IF-SL for emacs-devel@gnu.org; Sat, 09 Feb 2008 11:42:58 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNsn4-0007Ej-Dw for emacs-devel@gnu.org; Sat, 09 Feb 2008 11:42:58 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-218-44.inter.net.il [83.130.218.44]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EXD79479 (AUTH halo1); Sat, 9 Feb 2008 18:42:54 +0200 (IST) In-reply-to: <47ADCAAC.90908@alice.it> (message from Angelo Graziosi on Sat, 09 Feb 2008 16:45:48 +0100) 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:88595 Archived-At: > Date: Sat, 09 Feb 2008 16:45:48 +0100 > From: Angelo Graziosi > CC: emacs-devel@gnu.org > > Bootstrapping CVS on Cygwin, I observe this warning > > Warning: Default coding system `iso-latin-1' disagrees with > system codeset `US-ASCII' for this locale. > > It happens three times, at the end of the build, after the final build > of emacs.exe. > > It is also the first message in the *Messages* buffer, when starting Emacs. > > Could it be related to this discussion [1]? Yes, it's the same problem. Let's see what Handa-san says about it.