Re: [E-devel] e_notify_send command

2013-04-30 Thread Noorul Islam Kamal Malmiyoda
It is not an efl app. I am trying send notifications from emacs. Thanks and Regards Noorul On Mon, Apr 29, 2013 at 9:24 PM, Murilo Belluzzo murilo.bellu...@gmail.comwrote: If its an efl app using 1.8: elm_sys_notify_send :-) On Mon, Apr 29, 2013 at 8:47 AM, Gustavo Sverzut Barbieri

Re: [E-devel] e_notify_send command

2013-04-30 Thread Gustavo Sverzut Barbieri
Hi, There are emacs modules to do the notification/dbus directly from Elisp. Please consider looking for it (i don't recall where, it was emacswiki or something like that). On Tue, Apr 30, 2013 at 5:29 AM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: It is not an efl app. I am

Re: [E-devel] e_notify_send command

2013-04-29 Thread Noorul Islam Kamal Malmiyoda
On Mon, Apr 29, 2013 at 5:29 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: if you really need it using shell script, I advise to use dbus-send command line. Do you mean, we need to write a shell script to send the string to appropriate message bus? Thanks and Regards Noorul

Re: [E-devel] e_notify_send command

2013-04-29 Thread Gustavo Sverzut Barbieri
well, if you're writing shell scripts: yes. otherwise your software should talk dbus directly, that's the whole purpose of DBus protocol being a standard, many toolkits implement it easily, allowing applications to send and receive messages/signals with minimum overhead. You shouldn't be

Re: [E-devel] e_notify_send command

2013-04-29 Thread Murilo Belluzzo
If its an efl app using 1.8: elm_sys_notify_send :-) On Mon, Apr 29, 2013 at 8:47 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: well, if you're writing shell scripts: yes. otherwise your software should talk dbus directly, that's the whole purpose of DBus protocol being a

Re: [E-devel] e_notify_send command

2013-04-28 Thread thomasg
On Sun, Apr 28, 2013 at 4:31 AM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I am using e_notify_send command extensively. Now I see that it is gone when I compiled from git master. But I don't see an entry in ChangeLog about this. Am I missing something? First of all, the command is

Re: [E-devel] e_notify_send command

2013-04-28 Thread Michael Blumenkrantz
On Sun, 28 Apr 2013 20:59:48 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: if you really need it using shell script, I advise to use dbus-send command line. On Sat, Apr 27, 2013 at 11:31 PM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I am using

Re: [E-devel] e_notify_send command

2013-04-28 Thread Noorul Islam Kamal Malmiyoda
On Sun, Apr 28, 2013 at 6:16 PM, thomasg tho...@gstaedtner.net wrote: On Sun, Apr 28, 2013 at 4:31 AM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I am using e_notify_send command extensively. Now I see that it is gone when I compiled from git master. But I don't see an entry in

[E-devel] e_notify_send command

2013-04-27 Thread Noorul Islam Kamal Malmiyoda
I am using e_notify_send command extensively. Now I see that it is gone when I compiled from git master. But I don't see an entry in ChangeLog about this. Am I missing something? Thanks and Regards Nooru -- Try New Relic