Was your Emacs compiled with D-Bus support?

From what I can gather from config it compiles with Dbus by default, eh?

This is the config part

,----
|     ./autogen.sh
|     ./configure \
|       --prefix=/usr \
|       --sysconfdir=/etc \
|       --localstatedir=/var \
|       --libexecdir=/usr/lib \
|       --without-sound \
|       --with-x-toolkit=gtk
|     make
`----

GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1) of 2011-04-04 on Pank


What's the output of
M-: (getenv "DBUS_SESSION_BUS_ADDRESS")

nil

It probably shouldn't be...?

M-: (featurep 'dbusbind)

t

Thanks,
Rasmus

_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to