auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: [AUCTeX] Inverse Search with Evince & DBUS


From: Michael Albinus
Subject: [AUCTeX-devel] Re: [AUCTeX] Inverse Search with Evince & DBUS
Date: Sun, 06 Feb 2011 21:18:46 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> Hi!

Hi,

>> You could ask for the D-Bus existence of such a viewer. For Evince, I
>> would try
>>
>> (member
>>  "org.gnome.evince.Daemon"
>>  (dbus-call-method
>>   :session dbus-service-dbus
>>   dbus-path-dbus dbus-interface-dbus "ListActivatableNames"))
>
> I think that this is not a proper check, because the evince daemon is
> started the first time evince starts (maybe GNOME starts it earlier, but
> not every evince user also uses GNOME), so tex.el would need to be
> loaded after evince was started the first time.

"ListActivatableNames" does not check for running services, but for
service descriptions located in "/usr/share/dbus-1/services".

> Bye,
> Tassilo

Best regards, Michael.



reply via email to

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