From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= 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: Mon, 27 Sep 2010 11:09:49 +0200 Message-ID: <4CA05F5D.1070806@swipnet.se> References: <4C9FB21E.209@swipnet.se> <83k4m8qi8q.fsf@gnu.org> <4CA039F3.1050102@swipnet.se> <4CA0546E.40409@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285578683 2852 80.91.229.12 (27 Sep 2010 09:11:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 09:11:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 27 11:11:21 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 1P09k0-0005NF-Qe for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 11:11:21 +0200 Original-Received: from localhost ([127.0.0.1]:34195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P09jz-0004of-UB for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 05:11:19 -0400 Original-Received: from [140.186.70.92] (port=59461 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P09jl-0004oT-NU for emacs-devel@gnu.org; Mon, 27 Sep 2010 05:11:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P09ia-0003Lu-6L for emacs-devel@gnu.org; Mon, 27 Sep 2010 05:09:53 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:56632) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P09iY-0003LG-EY; Mon, 27 Sep 2010 05:09:50 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id 23C56EA260; Mon, 27 Sep 2010 11:09:48 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlI9AAr8n0xV4S0jPGdsb2JhbACHbZpDDAEBAQE1LcUyhUQEjTg X-IronPort-AV: E=Sophos;i="4.57,242,1283724000"; d="scan'208";a="134039422" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 27 Sep 2010 11:09:48 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 2CACD7FA05A; Mon, 27 Sep 2010 11:09:48 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 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:130980 Archived-At: 2010-09-27 10:40, Eli Zaretskii skrev: > There's too much unportable stuff in process.c, > so I prefer not to mess with that unless strictly necessary. True indeed. Jan D.