From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: carbon build hangs on startup Date: Sun, 07 Oct 2007 16:56:36 +0100 Message-ID: <470901B4.7000509@gnu.org> References: <200710062009.l96K9uNb021892@oogie-boogie.ics.uci.edu> <864ph32cds.fsf@blue.stonehenge.com> <200710071536.l97Fa9Xh000570@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191772641 8061 80.91.229.12 (7 Oct 2007 15:57:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 15:57:21 +0000 (UTC) Cc: emacs-devel@gnu.org, "Randal L. Schwartz" To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 07 17:57:18 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 1IeYVG-0007Ex-Sn for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 17:57:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYVB-0006b5-QR for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 11:57:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeYUn-000669-Fy for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:56:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeYUm-00064D-DB for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:56:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYUm-00063y-68 for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:56:44 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeYUl-0007vO-Tk for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:56:44 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id F28D25191B; Sun, 7 Oct 2007 16:56:41 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <200710071536.l97Fa9Xh000570@oogie-boogie.ics.uci.edu> X-Detected-Kernel: Linux 2.4-2.6 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:80383 Archived-At: Dan Nicolaescu wrote: > The keyboard input does not work right, keyboard events are not > processed correctly. Also IMHO something in mac*.c needs to call > add_keyboard_wait_descriptor > Is the second simply the fix for the first? On Windows keyboard input was broken until I added the line: add_keyboard_wait_descriptor (0); Keyboard input on Windows is not done through stdin, but it still seemed to be needed to get the input loop working.