[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] hardcoded dbus support - error at Debian?
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] hardcoded dbus support - error at Debian? |
Date: |
Mon, 02 Nov 2015 20:50:18 +0100 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Andreas Röhler <address@hidden> writes:
> as mentioned in previous thread --sorry for posting twofold-- (require
> 'auctex) triggers the error.
>
> (getenv "DBUS_SESSION_BUS_ADDRESS")
> tells
>
> "unix:abstract=/tmp/dbus-q7yrNfCzDu,guid=c9e886058ddd9ef6b7f554d056362233"
>
> So some dbus seems running (?)
Hm, here it says
"unix:path=/run/user/1000/bus"
> It refers to pos 41488, the end where "(defvar
> TeX-view-program-list-builtin " is done
Indeed, the definition calls (TeX-evince-dbus-p :forward), and inside
that you get that error. I actually have no real deeper knowledge about
dbus, but obviously your session bus address looks quite different to
mine.
Are you still running auctex-11.87.7 or did you try if upgrading to
11.88.9 cures the issue?
Bye,
Tassilo