emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112829: * cmdargs.texi (General Vari


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112829: * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
Date: Mon, 03 Jun 2013 14:25:39 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112829
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-03 14:25:39 +0200
message:
  * 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.
modified:
  doc/emacs/ChangeLog
  doc/emacs/cmdargs.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-06-03 08:51:50 +0000
+++ b/doc/emacs/ChangeLog       2013-06-03 12:25:39 +0000
@@ -1,3 +1,9 @@
+2013-06-02  Michael Albinus  <address@hidden>
+
+       * 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  <address@hidden>
 
        * display.texi (Highlight Interactively): Add global keybindings

=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2013-05-05 00:51:49 +0000
+++ b/doc/emacs/cmdargs.texi    2013-06-03 12:25:39 +0000
@@ -438,8 +438,8 @@
 @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
address@hidden:path=/tmp/foo}, suppresses connections to the D-Bus session
-bus.
address@hidden: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}.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]