From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Reading D-Bus messages Date: Fri, 24 Sep 2010 23:11:01 +0200 Message-ID: <87tyleetju.fsf@gmx.de> References: <878w2tx6gk.fsf@gmx.de> <4C9A493F.4050701@cornell.edu> <874odhyliu.fsf@gmx.de> <4C9B452E.1040101@cornell.edu> <4C9B63A1.2060604@cornell.edu> <87y6asy0uh.fsf@gmx.de> <4C9BBD5C.30201@cornell.edu> <83tylgtbo8.fsf@gnu.org> <871v8jhcw2.fsf@gmx.de> <4C9CB57E.1010708@swipnet.se> <8339sztayd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285362681 16325 80.91.229.12 (24 Sep 2010 21:11:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2010 21:11:21 +0000 (UTC) Cc: jan.h.d@swipnet.se, kbrown@cornell.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 23:11:19 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 1OzFY6-0000XJ-OQ for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 23:11:19 +0200 Original-Received: from localhost ([127.0.0.1]:39576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzFY5-0008RR-Rm for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 17:11:17 -0400 Original-Received: from [140.186.70.92] (port=52536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzFY0-0008R9-00 for emacs-devel@gnu.org; Fri, 24 Sep 2010 17:11:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzFXx-0000Lh-Bb for emacs-devel@gnu.org; Fri, 24 Sep 2010 17:11:11 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:58525 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OzFXw-0000Km-PS for emacs-devel@gnu.org; Fri, 24 Sep 2010 17:11:09 -0400 Original-Received: (qmail invoked by alias); 24 Sep 2010 21:11:05 -0000 Original-Received: from p4FC19C94.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.156.148] by mail.gmx.net (mp034) with SMTP; 24 Sep 2010 23:11:05 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1931YYinFd3ZU/icDWtgJ5uDoP6x+CdzSy+vQ37Yo k/Vu7N2bZ7mu// In-Reply-To: <8339sztayd.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 24 Sep 2010 17:31:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 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:130807 Archived-At: Eli Zaretskii writes: >> From: Michael Albinus >> Cc: Eli Zaretskii , Ken Brown , >> "emacs-devel\@gnu.org" >> Date: Fri, 24 Sep 2010 17:10:14 +0200 >> >> Handling D-Bus messages like process output would not be reasonable, >> because one needs to requests this via accept-process-output. And there >> is no related process. > > I didn't say like process output, I said inside > wait_reading_process_output. That function does more than just read > process output, please take a look. Looks promising. Over the weekend, I'll try to write an own xd_select, and to call it there. I will take xg_select as example to steal code from :-) Best regards, Michael.