From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero 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 21:49:23 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285530631 11141 80.91.229.12 (26 Sep 2010 19:50:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 19:50:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan D Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 26 21:50:29 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 1OzxEz-0002ri-5q for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 21:50:29 +0200 Original-Received: from localhost ([127.0.0.1]:37095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzxEy-0007V8-NG for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 15:50:28 -0400 Original-Received: from [140.186.70.92] (port=38981 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzxEi-0007Qu-9U for emacs-devel@gnu.org; Sun, 26 Sep 2010 15:50:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzxEg-0000u6-Mw for emacs-devel@gnu.org; Sun, 26 Sep 2010 15:50:12 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:40301) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzxEg-0000tx-Ii for emacs-devel@gnu.org; Sun, 26 Sep 2010 15:50:10 -0400 Original-Received: by iwn33 with SMTP id 33so6712428iwn.0 for ; Sun, 26 Sep 2010 12:50:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=ZIp3xRqcK4EG2rMNjwCdAx9xMYA8Hkoc+pFFdtW1RjE=; b=ufITQSi4omJoWHuuNBg080ym1FTe83GBQG3Fg0d4H3jSkXEOaDwhFVzJ83m1kw9rd7 Vm7vG8fHBuNfxxSkjEdeH0sI56mN1viYaFfuxP7H3eFdu5yyHUfDsmu8BntS7x4IFmd0 efxxFlM2G4NLJgu6q/W4zVR/Mo7XGqvPJc8Tg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=M4b/e3u1/Pj9oqf2kaEG/7nFXT0c5Fz5Dq2zV8dOLfNI6YImq83GaxYyO/TwizN0sd puDpsq9KU9Trb0X54rYcj5+MQWc5zebyKs2HVNhIpy5ZY0k4BIoOQzsNC7/SJxfrttTz Nu+hXq1vsPZw6YoV2iTHnhhwHEuJsRv5/qm2A= Original-Received: by 10.231.10.135 with SMTP id p7mr6962010ibp.88.1285530603805; Sun, 26 Sep 2010 12:50:03 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Sun, 26 Sep 2010 12:49:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130938 Archived-At: 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: > =C2=A0Add fd handling with callbacks to select, dbus needs it for async o= peration. This change breaks 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. =C2=A0 =C2=A0 Juanma