]> git.eshelyaron.com Git - emacs.git/commitdiff
* cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Jun 2013 12:25:39 +0000 (14:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Jun 2013 12:25:39 +0000 (14:25 +0200)
dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
autolaunching of the D-Bus session bus.

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

index f0b89a15fcc95fc8bf1b5bb46bb8b4dbb155ce0a..be906fd96fb4d3247b8ae101a34ea8142d0bedb7 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
+       dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
+       autolaunching of the D-Bus session bus.
+
 2013-06-03  Juri Linkov  <juri@jurta.org>
 
        * display.texi (Highlight Interactively): Add global keybindings
index e285104b5de5b80b01fe7b222dcece6de7137d18..3dc64fdd127f357868a2b3d3cd273a32f3558dcb 100644 (file)
@@ -438,8 +438,8 @@ 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.
+@samp{unix:path=/dev/null}, suppresses connections to the D-Bus session
+bus as well as autolaunching the D-Bus session bus if not running yet.
 @item EMACSDATA
 Directory for the architecture-independent files that come with Emacs.
 This is used to initialize the variable @code{data-directory}.