From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] system-type cygwin with window-system w32 Date: Mon, 18 Jul 2011 19:33:41 +0200 Message-ID: <4E246E75.6040807@gmx.de> 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: dough.gmane.org 1311010486 6015 80.91.229.12 (18 Jul 2011 17:34:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 17:34:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: dan.colascione@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 18 19:34:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QiriM-00004v-8c for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 19:34:42 +0200 Original-Received: from localhost ([::1]:39768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiriK-0000IN-UM for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 13:34:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qirhy-0000HX-4U for emacs-devel@gnu.org; Mon, 18 Jul 2011 13:34:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qirhw-000306-B9 for emacs-devel@gnu.org; Mon, 18 Jul 2011 13:34:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:47550) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qirhv-0002xT-Id for emacs-devel@gnu.org; Mon, 18 Jul 2011 13:34:16 -0400 Original-Received: (qmail invoked by alias); 18 Jul 2011 17:34:00 -0000 Original-Received: from unknown (EHLO [10.130.127.138]) [89.204.155.138] by mail.gmx.net (mp008) with SMTP; 18 Jul 2011 19:34:00 +0200 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX19abAVGBy5aoLFMwJzNNoWJzwHr8OBkn8D7AqpOy+ ttirS92ljc375n User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) Original-References: 4E240C17.4020102@gmail.com X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142120 Archived-At: Daniel Colascione wrote: > I'll have to add a comment explaining what's going on here. In the > meantime: the main thread doesn't usually pump messages because it's > blocked on select(2) instead. Doesn't cygwin have a pseudo device /dev/windows to select for incoming WM_xxx messages? --- grischka