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: Mon, 27 Sep 2010 08:30:11 +0200 Message-ID: <4CA039F3.1050102@swipnet.se> References: <4C9FB21E.209@swipnet.se> <83k4m8qi8q.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285569861 32446 80.91.229.12 (27 Sep 2010 06:44:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 06:44:21 +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 08:44:20 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 1P07Ri-0003WA-CP for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 08:44:18 +0200 Original-Received: from localhost ([127.0.0.1]:37515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P07FS-0005OT-By for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 02:31:38 -0400 Original-Received: from [140.186.70.92] (port=58761 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P07EA-0004aU-KC for emacs-devel@gnu.org; Mon, 27 Sep 2010 02:30:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P07E9-0000Cb-9y for emacs-devel@gnu.org; Mon, 27 Sep 2010 02:30:18 -0400 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:40480) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P07E6-0000C4-Mx; Mon, 27 Sep 2010 02:30:14 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id C8E48C853; Mon, 27 Sep 2010 08:30:12 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Alw9AIrWn0xV4S0jPGdsb2JhbACDG4RSmkMMAQEBATUttFWRYIEigy50BI04 X-IronPort-AV: E=Sophos;i="4.57,241,1283724000"; d="scan'208";a="133983683" 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 08:30:12 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id B5E747FA05A; Mon, 27 Sep 2010 08:30:11 +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: <83k4m8qi8q.fsf@gnu.org> 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:130970 Archived-At: 2010-09-26 23:59, Eli Zaretskii skrev: >> Date: Sun, 26 Sep 2010 22:50:38 +0200 >> From: Jan Dj=C3=A4rv >> Cc: emacs-devel@gnu.org >> >> I wish define:s would say what they are about. > > It's never too late to start documenting them (or change their names > to something self-explanatory, for that matter, if it's possible). > This case may be simple, but what does subprocesses (for exampe) mean? I= t=20 doesn't mean just "have subprocess", it also means "we can do select" and= "we=20 can listen to many inputs at once", and so on. Jan D.