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 calls Date: Mon, 25 Feb 2013 09:42:46 +0100 Message-ID: <87y5ecyebd.fsf@gmx.de> References: <87liadr1xq.fsf@gnu.org> <87hal130k9.fsf@gmx.de> <87r4k5z625.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361781779 30450 80.91.229.3 (25 Feb 2013 08:42:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2013 08:42:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ian D Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 09:43:22 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U9teW-00083M-HF for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 09:43:16 +0100 Original-Received: from localhost ([::1]:40488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9teB-0000s1-Rg for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 03:42:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9te8-0000ru-HG for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:42:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9te6-0008RS-Qe for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:42:52 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:61074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9te6-0008R3-GJ for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:42:50 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lsdt9-1UpbLE1i9J-012EPZ for ; Mon, 25 Feb 2013 09:42:49 +0100 Original-Received: (qmail invoked by alias); 25 Feb 2013 08:42:48 -0000 Original-Received: from p57BB981F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.31] by mail.gmx.net (mp032) with SMTP; 25 Feb 2013 09:42:48 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/iKI0oh4HiUImqLhboLfvf2z+pFtTKHJZTB4N6XI mMWeI92Z50Z7gp In-Reply-To: <87r4k5z625.fsf@gnu.org> (Ian D.'s message of "Sun, 24 Feb 2013 17:43:30 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157313 Archived-At: Ian D writes: > Michael Albinus writes: > >> >> Which version have you used before? The D-Bus implementation is almost >> identical in the trunk and the emacs-24 branches. >> >> Best regards, Michael. > > Before I was using Emacs 24.2.1, which was the standard on my distro > (Parabola). I recently started using the development branches. Well, in this case there are significant changes in the D-Bus implementation. Most important, `dbus-call-method' runs internally now asynchronously. Do you have some data from the profiler elp, which shows the difference for you? Could you give me some simple test cases I could play with? > Ian D Best regards, Michael.