nyc4...@aol.com writes:
> I was trying out Emacs and dbus-send and ran int a minor
> problem.
>
> I sent the following:
>
> dbus-send --session --print-reply --dest=org.gnu.emacs.TextEditor \
>/org/gnu/emacs/TextEditor org.gnu.emacs.TextEditor
>
> It sucessful
Hi,
I was trying out Emacs and dbus-send and ran int a minor
problem.
I sent the following:
dbus-send --session --print-reply --dest=org.gnu.emacs.TextEditor \
/org/gnu/emacs/TextEditor org.gnu.emacs.TextEditor
It sucessfully created an emacs process.
However, I got the message:
Error
Ken Brown writes:
> I suspect we can't go any further with this until you return from your
> trip and start debugging.
Yes, I'm sorry. Let's continue in September.
> Ken
Best regards, Michael.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/f
started the session bus the right way this time, but I still
didn't see any signal from dbus-monitor in Emacs. I assume I should
have seen something in the echo area?
Yes. You could test whether both Emacs and dbus-monitor use the same bus
by reordering the calls:
- apply dbus-launch as desc
time, but I still
didn't see any signal from dbus-monitor in Emacs. I assume I should
have seen something in the echo area?
Yes. You could test whether both Emacs and dbus-monitor use the same bus
by reordering the calls:
- apply dbus-launch as described
- echo $DBUS_SESSION_BUS_ADDRESS
I still
> didn't see any signal from dbus-monitor in Emacs. I assume I should
> have seen something in the echo area?
Yes. You could test whether both Emacs and dbus-monitor use the same bus
by reordering the calls:
- apply dbus-launch as described
- echo $DBUS_SESSION_BU
On 8/26/2010 4:16 PM, Michael Albinus wrote:
Ken Brown writes:
I'm confused: do you mean, the problem is happening when the system bus
is running, or when it is *not* running? I suspect the latter case.
I really meant it the way I said it: The problem occurs if the system
bus *is* running. I
Ken Brown writes:
>> I'm confused: do you mean, the problem is happening when the system bus
>> is running, or when it is *not* running? I suspect the latter case.
>
> I really meant it the way I said it: The problem occurs if the system
> bus *is* running. I've done some further testing, and he
On 8/26/2010 12:16 AM, Michael Albinus wrote:
Ken Brown writes:
The blocking you observed when dbus.el is loaded doesn't occur with a
build from the Emacs trunk (r101187).
Correction: It occurs if and only if the system messagebus service is
running.
I'm confused: do you mean, the problem
Ken Brown writes:
>> The blocking you observed when dbus.el is loaded doesn't occur with a
>> build from the Emacs trunk (r101187).
>
> Correction: It occurs if and only if the system messagebus service is
> running.
I'm confused: do you mean, the problem is happening when the system bus
is runn
Ken Brown writes:
> Hi Michael,
Hi Ken,
> The blocking you observed when dbus.el is loaded doesn't occur with a
> build from the Emacs trunk (r101187). But I don't know how to test
> the dbus functionality after loading dbus.el.
There is a manual, open it with (info "(dbus)")
You could check
On 8/25/2010 10:37 AM, Ken Brown wrote:
On 8/25/2010 10:02 AM, Ken Brown wrote:
On 8/24/2010 11:28 PM, Michael Albinus wrote:
Ken Brown writes:
After installing that library, Emacs did start. How ever, it blocks
when loading dbus.el.
Don't you normally have to start a D-BUS session befor
On 8/25/2010 10:02 AM, Ken Brown wrote:
On 8/24/2010 11:28 PM, Michael Albinus wrote:
Ken Brown writes:
After installing that library, Emacs did start. How ever, it blocks
when loading dbus.el.
Don't you normally have to start a D-BUS session before loading
dbus.el? Maybe one of the Cygwi
On 8/24/2010 11:28 PM, Michael Albinus wrote:
Ken Brown writes:
After installing that library, Emacs did start. How ever, it blocks
when loading dbus.el.
Don't you normally have to start a D-BUS session before loading
dbus.el? Maybe one of the Cygwin people who uses D-BUS can tell us how
t
On Wed, 2010-08-25 at 05:28 +0200, Michael Albinus wrote:
> Ken Brown writes:
> > Don't you normally have to start a D-BUS session before loading
> > dbus.el? Maybe one of the Cygwin people who uses D-BUS can tell us how
> > to do that.
>
> I've started the session bus via dbus-launch in advance,
Ken Brown writes:
>> After installing that library, Emacs did start. How ever, it blocks
>> when loading dbus.el.
>
> Don't you normally have to start a D-BUS session before loading
> dbus.el? Maybe one of the Cygwin people who uses D-BUS can tell us how
> to do that.
I've started the session bu
Ken Brown wrote:
[snip]
> Don't you normally have to start a D-BUS session before loading dbus.el?
> Maybe one of the Cygwin people who uses D-BUS can tell us how to do that.
libdbus starts "dbus-daemon --session" if its not already started
(global or session) and if it can find it (in the PATH
On 8/24/2010 3:43 PM, Michael Albinus wrote:
Ken Brown writes:
Hi Ken,
It's some years ago I have used Cygwin. But if you have uploaded the
build already, I could check, whether I have problems running Emacs +
D-Bus under Cygwin.
Yes, it's uploaded. See
http://cygwin.com/ml/cygwin-annou
Ken Brown writes:
Hi Ken,
>> It's some years ago I have used Cygwin. But if you have uploaded the
>> build already, I could check, whether I have problems running Emacs +
>> D-Bus under Cygwin.
>
> Yes, it's uploaded. See
>
> http://cygwin.com/ml/cygwin-announce/2010-08/msg00020.html
Unfortu
On 8/20/2010 2:14 PM, Reini Urban wrote:
2010/8/14 Ken Brown:
On 8/12/2010 10:36 PM, nyc4...@aol.com wrote:
Can the Cygwin Emacs maintainer compile an
Emacs binary (emacs-X11, emacs-nox, etc) with D-BUS?
It appears that the cygdbus-1-3.dll should be able
to be available for Cygwin Emacs suppor
2010/8/14 Ken Brown :
> On 8/12/2010 10:36 PM, nyc4...@aol.com wrote:
>> Can the Cygwin Emacs maintainer compile an
>> Emacs binary (emacs-X11, emacs-nox, etc) with D-BUS?
>>
>> It appears that the cygdbus-1-3.dll should be able
>> to be available for Cygwin Emacs support.
>
> Yes, I've just checke
On 8/18/2010 3:19 PM, Michael Albinus wrote:
Ken Brown writes:
Thanks, Michael. I don't use D-BUS myself, but I hope the OP will
test it and report back.
It's some years ago I have used Cygwin. But if you have uploaded the
build already, I could check, whether I have problems running Emacs
Ken Brown writes:
> Thanks, Michael. I don't use D-BUS myself, but I hope the OP will
> test it and report back.
It's some years ago I have used Cygwin. But if you have uploaded the
build already, I could check, whether I have problems running Emacs +
D-Bus under Cygwin.
> Ken
Best regards, M
On 8/18/2010 2:43 PM, Michael Albinus wrote:
Ken Brown writes:
Yes, I've just checked that it builds with D-Bus. I'll upload a test
release in a few days. BTW, the configure script gives the following
warning:
D-Bus integration has been tested for GNU/Linux only.
So I don't know if it wi
Ken Brown writes:
> Yes, I've just checked that it builds with D-Bus. I'll upload a test
> release in a few days. BTW, the configure script gives the following
> warning:
>
> D-Bus integration has been tested for GNU/Linux only.
>
> So I don't know if it will work.
This message is from me (I
On 8/12/2010 10:36 PM, nyc4...@aol.com wrote:
Hi,
Can the Cygwin Emacs maintainer compile an
Emacs binary (emacs-X11, emacs-nox, etc) with D-BUS?
It appears that the cygdbus-1-3.dll should be able
to be available for Cygwin Emacs support.
Thanks.
Yes, I've just checked that it builds with D-
Hi,
Can the Cygwin Emacs maintainer compile an
Emacs binary (emacs-X11, emacs-nox, etc) with D-BUS?
It appears that the cygdbus-1-3.dll should be able
to be available for Cygwin Emacs support.
Thanks.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin
27 matches
Mail list logo