From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101633: Add fd handling with callbacks to select, dbus needs it for async operation. Date: Sun, 26 Sep 2010 22:50:38 +0200 Message-ID: <4C9FB21E.209@swipnet.se> References: 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 1285534252 25173 80.91.229.12 (26 Sep 2010 20:50:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 20:50:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 26 22:50:51 2010 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.69) (envelope-from ) id 1OzyBO-00048z-3L for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 22:50:50 +0200 Original-Received: from localhost ([127.0.0.1]:35715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzyBN-00015D-Kx for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 16:50:49 -0400 Original-Received: from [140.186.70.92] (port=51622 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzyBH-00013p-DG for emacs-devel@gnu.org; Sun, 26 Sep 2010 16:50:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzyBG-0006yr-0P for emacs-devel@gnu.org; Sun, 26 Sep 2010 16:50:43 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:41631) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzyBF-0006ye-QK for emacs-devel@gnu.org; Sun, 26 Sep 2010 16:50:41 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 05021C443 for ; Sun, 26 Sep 2010 22:50:39 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4/AJpOn0xV4S0jPGdsb2JhbACDG4RSmkcMAQEBATUts1+RS4Eigy50BI04 X-IronPort-AV: E=Sophos;i="4.57,239,1283724000"; d="scan'208";a="133855779" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 26 Sep 2010 22:50:39 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 285297FA05A; Sun, 26 Sep 2010 22:50:39 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:130940 Archived-At: Juanma Barranquero skrev 2010-09-26 21.49: > On Sun, Sep 26, 2010 at 18:20, Jan D wrote: >> ------------------------------------------------------------ >> revno: 101633 >> committer: Jan D >> branch nick: trunk >> timestamp: Sun 2010-09-26 18:20:01 +0200 >> message: >> Add fd handling with callbacks to select, dbus needs it for async operation. > > This change breaks Windows. Alright! Oh, you mean it breaks Emacs on Windows... > > After "emacs -Q", Emacs repeteadly shows the error message "select > error: Invalid argument". Functionality that uses the minibuffer does > not work (for example, C-x C-b), and you cannot exit with C-x C-c. > I see that s/ms-w32.h defines BROKEN_NON_BLOCKING_CONNECT, but that it actually means "our select emulation is broken". I added some code, please try it (I can't). I wish define:s would say what they are about. Jan D.