auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] hardcoded dbus support - error at Debian?


From: Andreas Röhler
Subject: Re: [AUCTeX] hardcoded dbus support - error at Debian?
Date: Sun, 01 Nov 2015 16:31:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

 On 31.10.2015 11:06, Tassilo Horn wrote:
Andreas Röhler<address@hidden>  writes:

Hi Andreas,

Debugger entered--Lisp error: (dbus-error "Emacs not compiled with dbus
support")
   signal(dbus-error ("Emacs not compiled with dbus support"))
   dbus-call-method(:session "org.gnome.evince.Daemon"
"/org/gnome/evince/Daemon" "org.freedesktop.DBus.Introspectable" "Introspect"
:timeout 1000)
   byte-code("\304    \n\305\306\307&\207" [bus service path
dbus-interface-introspectable dbus-call-method "Introspect" :timeout 1000] 8)
   dbus-introspect(:session "org.gnome.evince.Daemon"
"/org/gnome/evince/Daemon")
   byte-code("\304\305!.rq\210\306\216\307    \n#c\210\310ed\"+\207"
[temp-buffer bus service path generate-new-buffer " *temp*" ((byte-code
"\301!\203\n

;;;;;;;;

Maybe dbus should not be expected?
It shouldn't, right.  Looking at the code, I can't see how that can
happen.  Evince DBUS support should only be active when DBUS support is
compiled into emacs, and DBUS is actually running on the system.

what do you do in order to trigger the error?  Do you call
`TeX-evince-sync-view'?  That shouldn't be offered as possible View
command on systems where DBUS is not available.

What version of AUCTeX are you running, and how did you install it?  And
could you please also show the complete backtrace?  Unfortunately, you
have snipped everything which would allow me to determine which code in
AUCTeX triggered the error (well, I could at least narrow it down to two
functions...).

Bye,
Tassilo





Well, and given that it works with the Emacs distributed by Debian, I
can only think of some incompatibility.  There have been major changes
with respect to cl structs which are used by package.el, so I suggest
you reinstall the auctex ELPA package.  Version 11.87.7 is extremely
outdated anyway.

Bye,
Tassilo


Hi Tassilo,

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 (?)

Attach dbus-error.txt, when evaluating tex.el - pasting in here failed.

It refers to pos 41488, the end where "(defvar TeX-view-program-list-builtin " is done

Thanks,

Andreas

Attachment: dbus-error.txt
Description: Text document


reply via email to

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