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: Using glib's g_file_monitor_file and g_file_monitor_directory Date: Tue, 28 May 2013 22:31:05 +0200 Message-ID: <87obbuc0dy.fsf@gmx.de> References: <87zjxxn6th.fsf@gmx.de> <87hajqpjn1.fsf@gmx.de> <8738t7pewc.fsf@gmx.de> <51A4C2E9.8040000@cs.ucla.edu> <87vc63nlje.fsf@gmx.de> <51A4FFAD.20202@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369773369 21021 80.91.229.3 (28 May 2013 20:36:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 20:36:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 28 22:36:09 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 1UhQcr-0002M5-0t for ged-emacs-devel@m.gmane.org; Tue, 28 May 2013 22:36:09 +0200 Original-Received: from localhost ([::1]:54534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhQcq-000685-JM for ged-emacs-devel@m.gmane.org; Tue, 28 May 2013 16:36:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhQci-00066o-6x for emacs-devel@gnu.org; Tue, 28 May 2013 16:36:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhQcd-000353-0U for emacs-devel@gnu.org; Tue, 28 May 2013 16:36:00 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:49453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhQY5-0001b7-T9 for emacs-devel@gnu.org; Tue, 28 May 2013 16:31:14 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MgJ3I-1V2vRO269W-00NeO8 for ; Tue, 28 May 2013 22:31:12 +0200 Original-Received: (qmail invoked by alias); 28 May 2013 20:31:12 -0000 Original-Received: from p5DCA3257.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [93.202.50.87] by mail.gmx.net (mp004) with SMTP; 28 May 2013 22:31:12 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19HC2M8LxdHZwdTuojk03WQ1H+MTrCtOO5zqvfZ5M Qan4d5jzI9vnjm In-Reply-To: <51A4FFAD.20202@cs.ucla.edu> (Paul Eggert's message of "Tue, 28 May 2013 12:04:13 -0700") 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:159873 Archived-At: Paul Eggert writes: > On 05/28/13 08:58, Michael Albinus wrote: >> Wrt Bug#14474: if you want to suppress the autostart of the D-Bus >> session bus, you might set a dummy address for $DBUS_SESSION_BUS_ADDRESS. >> See (info "(emacs)General Variables") > > Thanks for this suggestion. I have followed up at > by suggesting > that DBUS_SESSION_BUS_ADDRESS be set to the empty string > if it's not already set and if gtk is being used. > > The empty string is the shortest dummy address I could think of; > if some other string would be a better choice, please let me know. I believe this still allows autostart of the session bus. It needs a "real" dummy address in DBUS_SESSION_BUS_ADDRESS with proper syntax, like the example I have pointed to. Compare # env DBUS_SESSION_BUS_ADDRESS="" emacs --eval "(dbus-init-bus :session)" # env DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/foo" emacs --eval "(dbus-init-bus :session)" Best regards, Michael.