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: Error in bootstrap Date: Thu, 13 Apr 2006 12:34:26 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1144920879 26281 80.91.229.2 (13 Apr 2006 09:34:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 09:34:39 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 13 11:34:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTyDl-0001nF-Ox for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 11:34:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTyDl-0005vq-0w for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 05:34:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTyDX-0005vD-D1 for emacs-devel@gnu.org; Thu, 13 Apr 2006 05:34:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTyDV-0005uv-Rx for emacs-devel@gnu.org; Thu, 13 Apr 2006 05:34:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTyDV-0005ul-Ij for emacs-devel@gnu.org; Thu, 13 Apr 2006 05:34:21 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FTyIn-0000i5-7X for emacs-devel@gnu.org; Thu, 13 Apr 2006 05:39:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-205-75.inter.net.il [83.130.205.75]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DDC30951 (AUTH halo1); Thu, 13 Apr 2006 12:34:19 +0300 (IDT) Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Thu, 13 Apr 2006 13:43:45 +0900) 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:52820 Archived-At: > From: Kenichi Handa > CC: lekktu@gmail.com, emacs-devel@gnu.org > Date: Thu, 13 Apr 2006 13:43:45 +0900 > > > Handa-san, could you please look into why this change breaks the > > Windows port? I suspect that it somehow causes the .elc files to be > > written with EOL conversions \n -> \r\n, which corrupts the compiled > > files. But I don't see why: bytecomp.el binds coding-system-for-write > > to no-conversion, so it ought to work. Is it possible that your > > change affects no-conversion? > > Yes, thank you for tracking down the problem. I've just > installed fixed. Thanks.