From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Carbon port input problems: keyboard events linger (was: carbon build hangs on startup) Date: Mon, 15 Oct 2007 13:53:41 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <200710062009.l96K9uNb021892@oogie-boogie.ics.uci.edu> <864ph32cds.fsf@blue.stonehenge.com> <200710131702.l9DH2bdf021679@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192483758 16936 80.91.229.12 (15 Oct 2007 21:29:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 21:29:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 23:29:09 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 1IhWeo-0003E1-8v for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 22:35:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWeh-0005PH-9G for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 16:35:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhWed-0005Li-0H for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:35:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhWeb-0005KZ-Mk for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:35:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWeb-0005KJ-FG for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:35:09 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IhWea-0002Yp-O6 for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:35:09 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IhVmu-0004Z5-Fv for emacs-devel@gnu.org; Mon, 15 Oct 2007 19:39:41 +0000 Original-Received: from c-67-186-103-18.hsd1.il.comcast.net ([67.186.103.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 19:39:40 +0000 Original-Received: from tzz by c-67-186-103-18.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 19:39:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-103-18.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) Cancel-Lock: sha1:L2KxsH1OkvqPgc0/lsLAGB+fNik= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:80963 Archived-At: On Sat, 13 Oct 2007 10:02:28 -0700 Dan Nicolaescu wrote: DN> Could you please try again emacs from CVS HEAD? I just fixed a typo DN> that might be the cause of the input problem on Carbon. DN> If that does not work, please also try adding: DN> add_keyboard_wait_descriptor (0); DN> to macterm.c:mac_term_init before UNBLOCK_INPUT. Hi Dan, I tries the latest CVS HEAD with and without this change. Your recent changes and the add_keyboard_wait_descriptor call didn't make a difference, the input loop still takes a while to catch up with keyboard events. Thanks for looking at it again Ted