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: Tue, 04 Dec 2007 22:56:30 +0100 Message-ID: <87zlwq5dkh.fsf@freemail.hu> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <18259.27327.46121.155608@kahikatea.snap.net.nz> <20071203080459.3fc50296@gmx.de> <18261.39430.650947.600044@a1ihome1.kph.uni-mainz.de> <871wa2mcyh.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 1196805755 5878 80.91.229.12 (4 Dec 2007 22:02:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 22:02:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 04 23:02:43 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 1Izfqk-0001ig-76 for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 23:02:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzfqT-0008Fl-T7 for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 17:02:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Izfq5-0007xH-92 for emacs-devel@gnu.org; Tue, 04 Dec 2007 17:02:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Izfq2-0007tu-Gm for emacs-devel@gnu.org; Tue, 04 Dec 2007 17:02:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Izfq2-0007tW-0a for emacs-devel@gnu.org; Tue, 04 Dec 2007 17:01:58 -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 1Izfq1-0007jz-8y for emacs-devel@gnu.org; Tue, 04 Dec 2007 17:01:57 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Izfo1-0005DP-45 for emacs-devel@gnu.org; Tue, 04 Dec 2007 21:59: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 ; Tue, 04 Dec 2007 21:59:53 +0000 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Dec 2007 21:59:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 14 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:r3LejiWLezLrr+nsFlKnN1RdLIM= 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:84677 Archived-At: Michael Albinus writes: > libdbus-1 is linked statically. As long as nobody loads dbus.el on that > other computer, it doesn't harm. And even if she does, there will be a > dbus-error, like any other error. No crash or so. > > I haven't tested it, but at least that's what I wrote. I get the opposite result. Using an emacs compiled with D-Bus, when the environment variable DBUS_SESSION_BUS_ADDRESS is unset, "emacs -Q" will give an emacs that just beeps and doesn't react to input. (At least on a tty; I'm unable to test with X right now) Magnus