diff options
| author | Michael Albinus | 2012-08-24 14:55:40 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-08-24 14:55:40 +0200 |
| commit | aa0ecd9449986eacd07989f599739902dcaacc49 (patch) | |
| tree | 82b220b97c80f8f130f8d5a5a50820a799e54e7f | |
| parent | 37ef52bb653c99525c3ecf7cd1ca4ff15de7dec5 (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 5 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-14 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-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 |
| 435 | Used by the @code{cd} command to search for the directory you specify, | 435 | Used by the @code{cd} command to search for the directory you specify, |
| 436 | when you specify a relative directory name. | 436 | when you specify a relative directory name. |
| 437 | @item DBUS_SESSION_BUS_ADDRESS | ||
| 438 | Used by D-Bus when Emacs is compiled with it. Usually, there is no | ||
| 439 | need to change it. Setting it to a dummy address, like | ||
| 440 | @samp{unix:path=/tmp/foo}, suppresses connections to the D-Bus session | ||
| 441 | bus. | ||
| 437 | @item EMACSDATA | 442 | @item EMACSDATA |
| 438 | Directory for the architecture-independent files that come with Emacs. | 443 | Directory for the architecture-independent files that come with Emacs. |
| 439 | This is used to initialize the variable @code{data-directory}. | 444 | This is used to initialize the variable @code{data-directory}. |