From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs from HEAD hangs on M$ (built with MinGW) Date: Thu, 31 Jul 2008 15:44:40 -0400 Message-ID: <871w19kfdj.fsf@stupidchicken.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=us-ascii X-Trace: ger.gmane.org 1217533502 31796 80.91.229.12 (31 Jul 2008 19:45:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 19:45:02 +0000 (UTC) Cc: Emacs Development , Dan Nicolaescu , "Lennart Borgman \(gmail\)" , Jason Rumney To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 21:45:51 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 1KOe5s-0005YN-Kk for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 21:45:48 +0200 Original-Received: from localhost ([127.0.0.1]:50575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOe4y-0005NH-Au for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 15:44:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOe4t-0005KJ-4n for emacs-devel@gnu.org; Thu, 31 Jul 2008 15:44:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOe4p-0005G9-NG for emacs-devel@gnu.org; Thu, 31 Jul 2008 15:44:46 -0400 Original-Received: from [199.232.76.173] (port=43459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOe4p-0005Fw-FJ for emacs-devel@gnu.org; Thu, 31 Jul 2008 15:44:43 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:39980 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOe4m-0004zC-Hy; Thu, 31 Jul 2008 15:44:40 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 6A26157E333; Thu, 31 Jul 2008 15:44:40 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Thu, 31 Jul 2008 20:11:52 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101828 Archived-At: "Juanma Barranquero" writes: > On Thu, Jul 31, 2008 at 17:47, Jason Rumney wrote: > >> The following change looks suspicious: >> >> http://cvs.savannah.gnu.org/viewvc/emacs/src/term.c?root=emacs&r1=1.222&r2=1.223 > > It's in fact a typo in this one: > > http://cvs.savannah.gnu.org/viewvc/emacs/emacs/src/keyboard.c?r1=1.967&r2=1.968 > > It is fixed now. Thanks for finding it.