From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Emacs from HEAD hangs on M$ (built with MinGW) Date: Thu, 31 Jul 2008 18:23:57 +0200 Message-ID: <4891E71D.9060408@gmail.com> References: <104458.16219.qm@web95014.mail.in2.yahoo.com> <4891D40F.4010201@gmail.com> <4891DE9C.2090204@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217521480 21815 80.91.229.12 (31 Jul 2008 16:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 16:24:40 +0000 (UTC) Cc: Dan Nicolaescu , Emacs Development To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 18:25:30 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 1KOaxv-0002yQ-G8 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 18:25:23 +0200 Original-Received: from localhost ([127.0.0.1]:45755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOax0-0003yk-Uz for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 12:24:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOawo-0003mQ-5y for emacs-devel@gnu.org; Thu, 31 Jul 2008 12:24:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOawl-0003kg-VX for emacs-devel@gnu.org; Thu, 31 Jul 2008 12:24:13 -0400 Original-Received: from [199.232.76.173] (port=60512 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOawl-0003kU-Ps for emacs-devel@gnu.org; Thu, 31 Jul 2008 12:24:11 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:35205) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOawh-0005Rc-GY; Thu, 31 Jul 2008 12:24:07 -0400 Original-Received: from c83-254-151-176.bredband.comhem.se ([83.254.151.176]:62969 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KOawf-0007Nm-6c; Thu, 31 Jul 2008 18:24:05 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <4891DE9C.2090204@gnu.org> X-Antivirus: avast! (VPS 080731-0, 2008-07-31), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.176 X-Scan-Result: No virus found in message 1KOawf-0007Nm-6c. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KOawf-0007Nm-6c 132b2f01b33b382388430b99e3b3d2a7 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:101808 Archived-At: Jason Rumney wrote: > Lennart Borgman (gmail) wrote: > >> I think this is not related to GCC. Jason did some changes to finally >> get the display update on w32 to work fast. I believe he is using MingGW. >> >> Jason did his checkin just some hours before Dan N did his. >> >> It looks like it could be Dan's changes that has broken something on w32. > > The following change looks suspicious: > > http://cvs.savannah.gnu.org/viewvc/emacs/src/term.c?root=emacs&r1=1.222&r2=1.223 Exactly what do you think is wrong there. It looks like Dan removed the test for MULTI_KBOARD and then just simplified the test for WINDOWSNT.