]> code.delx.au - gnu-emacs/commitdiff
* cmdargs.texi (General Variables): Setting
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 24 Aug 2012 12:55:40 +0000 (14:55 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 24 Aug 2012 12:55:40 +0000 (14:55 +0200)
$DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections
to the D-Bus session bus.  (Bug#12112)

doc/emacs/ChangeLog
doc/emacs/cmdargs.texi

index fa78cc4c50255dab3b81873cfe606bd80cfb599d..a4f9985ad85bd5a2d1d6e0972bcc784482e139bd 100644 (file)
@@ -1,3 +1,9 @@
+2012-08-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * cmdargs.texi (General Variables): Setting
+       $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections
+       to the D-Bus session bus.  (Bug#12112)
+
 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
 
        * building.texi (Debugger Operation): Correct and improve
index 2dea1577c04abc66f1a6908c3425fdb227c78017..d4573eed5a8afa41b90974899af80861fd15b719 100644 (file)
@@ -434,6 +434,11 @@ variables to be set, but it uses their values if they are set.
 @item CDPATH
 Used by the @code{cd} command to search for the directory you specify,
 when you specify a relative directory name.
+@item DBUS_SESSION_BUS_ADDRESS
+Used by D-Bus when Emacs is compiled with it.  Usually, there is no
+need to change it.  Setting it to a dummy address, like
+@samp{unix:path=/tmp/foo}, suppresses connections to the D-Bus session
+bus.
 @item EMACSDATA
 Directory for the architecture-independent files that come with Emacs.
 This is used to initialize the variable @code{data-directory}.