From: Michael Albinus Date: Mon, 3 Jun 2013 12:25:39 +0000 (+0200) Subject: * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~85^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2041ae1fa791f61bf9f4a154de29a7bc167481d6;p=emacs.git * 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. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f0b89a15fcc..be906fd96fb 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2013-06-02 Michael Albinus + + * 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 * display.texi (Highlight Interactively): Add global keybindings diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index e285104b5de..3dc64fdd127 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -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}.