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: Sun, 24 Feb 2013 21:43:18 +0100 Message-ID: <87hal130k9.fsf@gmx.de> References: <87liadr1xq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361738924 19320 80.91.229.3 (24 Feb 2013 20:48:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2013 20:48:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ian D Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 21:49:07 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 1U9iVP-0001Fi-1U for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2013 21:49:07 +0100 Original-Received: from localhost ([::1]:39625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9iV4-00028Z-Dq for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2013 15:48:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9iV1-00028L-C1 for emacs-devel@gnu.org; Sun, 24 Feb 2013 15:48:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9iV0-0002Ut-Fm for emacs-devel@gnu.org; Sun, 24 Feb 2013 15:48:43 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:59628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9iV0-0002Uk-7G for emacs-devel@gnu.org; Sun, 24 Feb 2013 15:48:42 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MdpHH-1UUnVX1yUn-00PgEs for ; Sun, 24 Feb 2013 21:43:22 +0100 Original-Received: (qmail invoked by alias); 24 Feb 2013 20:43:21 -0000 Original-Received: from p57BB8BC4.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.139.196] by mail.gmx.net (mp032) with SMTP; 24 Feb 2013 21:43:21 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/z3mtOHIXz/qPjY9KXQfHd+RkgQ69oEPy7hOup90 4eLNwIQoGEsvoU In-Reply-To: <87liadr1xq.fsf@gnu.org> (Ian D.'s message of "Sun, 24 Feb 2013 13:39:45 -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:157294 Archived-At: Ian D writes: > Emacs Developers, > > I have been having issues with dbus-call-method. Specifically, > when I call it, it seems to take a little longer than before. > When I use ENWC with Wicd, displaying scan results takes several > seconds, where as before, it didn't take any time at all. To > display the scan results, ENWC makes several calls per access > point that it finds to dbus-call-method with "GetWirelessProperty" > from Wicd. The problem started when I started using the trunk > build from the bazaar repo. Can anyone help with this? Which version have you used before? The D-Bus implementation is almost identical in the trunk and the emacs-24 branches. > Ian D Best regards, Michael.