From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Wed, 05 Dec 2007 15:55:07 +0100 Message-ID: <874pex42es.fsf@freemail.hu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196871100 1060 80.91.229.12 (5 Dec 2007 16:11:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2007 16:11:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 17:11:39 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 1IzwqK-0007nZ-Az for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 17:11:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Izwq3-0005JI-HV for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 11:11:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzwpJ-0004qp-58 for emacs-devel@gnu.org; Wed, 05 Dec 2007 11:10:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzwpH-0004oq-A8 for emacs-devel@gnu.org; Wed, 05 Dec 2007 11:10:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzwpG-0004oY-PU for emacs-devel@gnu.org; Wed, 05 Dec 2007 11:10:18 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IzwpG-0002I3-EC for emacs-devel@gnu.org; Wed, 05 Dec 2007 11:10:18 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IzwZN-0004qG-9W for emacs-devel@gnu.org; Wed, 05 Dec 2007 15:53:53 +0000 Original-Received: from etthundrat.olf.sgsnet.se ([193.11.222.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 15:53:53 +0000 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 15:53:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: etthundrat.olf.sgsnet.se Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (berkeley-unix) Cancel-Lock: sha1:0MM5pR7aCrXVyxGDuLQprhaxTNQ= 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:84735 Archived-At: Michael Albinus writes: > Have you tried the patch I've checked in yesterday evening? It should > have solved this issue (I have seen it as well). > > There is another weakness left: if you load dbus.el when D-Bus isn't > reachable (unsetting DBUS_SESSION_BUS_ADDRESS, as you have done), > emacs is blocked again. I will work on this today. This seems to work now. Magnus