emacs-devel
[Top][All Lists]
Advanced

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

Re: notifications.el server mode?


From: Michael Albinus
Subject: Re: notifications.el server mode?
Date: Sat, 11 Jun 2011 16:49:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> MA> I could provide you the D-Bus frame functionality, that's easy. I have
> MA> no idea how hard it is to implement the functionality with Emacs frames
> MA> and icons; this I would let to you :-)
>
> That would be great.  I'll handle the messages, sure.

I've appended a very raw frame, which works already for me. You'll get
the idea.

If you want to test, you might use another Emacs instance for sending a
notification. Running notifications.el and ofn-daemon.el in the same
Emacs instance does not work yet, because notifications.el uses the
synchronous `dbus-call-method'. This must be replaced by
`dbus-call-method-non-blocking', then both packages could be used in the
same Emacs instance.

As test, I have sent

   (notifications-notify :body "Hello Ted, this is Michael.")

> Ted

Best regards, Michael.

Attachment: ofn-daemon.el
Description: application/emacs-lisp


reply via email to

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