aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2012-08-24 14:55:40 +0200
committerMichael Albinus2012-08-24 14:55:40 +0200
commitaa0ecd9449986eacd07989f599739902dcaacc49 (patch)
tree82b220b97c80f8f130f8d5a5a50820a799e54e7f
parent37ef52bb653c99525c3ecf7cd1ca4ff15de7dec5 (diff)
downloademacs-aa0ecd9449986eacd07989f599739902dcaacc49.tar.gz
emacs-aa0ecd9449986eacd07989f599739902dcaacc49.zip
* cmdargs.texi (General Variables): Setting
$DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections to the D-Bus session bus. (Bug#12112)
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/cmdargs.texi5
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index fa78cc4c502..a4f9985ad85 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,9 @@
12012-08-24 Michael Albinus <michael.albinus@gmx.de>
2
3 * cmdargs.texi (General Variables): Setting
4 $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections
5 to the D-Bus session bus. (Bug#12112)
6
12012-08-14 Eli Zaretskii <eliz@gnu.org> 72012-08-14 Eli Zaretskii <eliz@gnu.org>
2 8
3 * building.texi (Debugger Operation): Correct and improve 9 * building.texi (Debugger Operation): Correct and improve
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index 2dea1577c04..d4573eed5a8 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -434,6 +434,11 @@ variables to be set, but it uses their values if they are set.
434@item CDPATH 434@item CDPATH
435Used by the @code{cd} command to search for the directory you specify, 435Used by the @code{cd} command to search for the directory you specify,
436when you specify a relative directory name. 436when you specify a relative directory name.
437@item DBUS_SESSION_BUS_ADDRESS
438Used by D-Bus when Emacs is compiled with it. Usually, there is no
439need to change it. Setting it to a dummy address, like
440@samp{unix:path=/tmp/foo}, suppresses connections to the D-Bus session
441bus.
437@item EMACSDATA 442@item EMACSDATA
438Directory for the architecture-independent files that come with Emacs. 443Directory for the architecture-independent files that come with Emacs.
439This is used to initialize the variable @code{data-directory}. 444This is used to initialize the variable @code{data-directory}.