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: D-Bus integration into Emacs Date: Sun, 02 Dec 2007 18:28:49 +0100 Message-ID: <87prxp57la.fsf@gmx.de> References: <874pf6ypv8.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196616441 3022 80.91.229.12 (2 Dec 2007 17:27:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 17:27:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 02 18:27:29 2007 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.50) id 1IysbG-0005uh-GP for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 18:27:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iysaz-00047B-Pc for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 12:27:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iysat-00044Z-Cl for emacs-devel@gnu.org; Sun, 02 Dec 2007 12:27:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iysao-0003vI-5t for emacs-devel@gnu.org; Sun, 02 Dec 2007 12:26:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iysan-0003uw-CX for emacs-devel@gnu.org; Sun, 02 Dec 2007 12:26:57 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Iysam-0002nz-HB for emacs-devel@gnu.org; Sun, 02 Dec 2007 12:26:56 -0500 Original-Received: (qmail invoked by alias); 02 Dec 2007 17:26:55 -0000 Original-Received: from p57A22C4F.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.44.79] by mail.gmx.net (mp028) with SMTP; 02 Dec 2007 18:26:55 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18CGIUVivsCKKDassGFkQIwJNMR9GWIDD7VTf2fsF xph3G6CRqDzkRm In-Reply-To: <874pf6ypv8.fsf@gmx.de> (Michael Albinus's message of "Wed, 28 Nov 2007 23:19:55 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84488 Archived-At: I wrote: > I wrote some code to integrate D-Bus into Emacs. It's far from being > complete, but some basic functionality like synchronous method calls and > sending/receiving signals is running quite stable in my local > environment. At least it is sufficient to get an idea what it is and how > it works, I believe. I've committed the files to the trunk. In order to activate D-Bus integration, one must apply "./configure --with-dbus". It's tested under GNU/Linux only, but there seem to exist D-Bus implementations for Mac OS X and Win32 as well. The corresponding info page provides some examples to start with. Best regards, Michael.