hi, There's no patch attached. As Gustavo used to write: add to /etc/mime.types:
text/x-diff diff patch Regards, Vincent Pomageot 2009/4/24 Noorul Islam <[email protected]> > Hello Gustavo, > > I modified the code to incorporate your changes. Now it is working > fine. Thank you! > > Attached is the patch. If you feel it is good enough to be committed > please go ahead. > > Thanks and Regards > Noorul > > On Tue, Apr 21, 2009 at 3:54 PM, Noorul Islam K M <[email protected]> > wrote: > > > >>>>> > >>>>> Hello e-users, > >>>>> > >>>>> > >>>>> I have been trying to use e-notify-send for some application. But if > I > >>>>> try to send a message that contains "<" symbol then nothing is > getting > >>>>> displayed. Did anyone else face similar problem? > >>>>> > >>>>> All these combinations does not work. > >>>>> > >>>>> e-notify-send "<Hello" > >>>>> e-notify-send "Hell<o" > >>>>> e-notify-send "\<Hello" > >>>> > >>>> likely its using texblocks and using markup mode... and thus < is part > of a > >>>> tag... if tags are not part of the format they should be escaped > beforehand. > >>>> (along with >'s amd &;s (ie < == < , > == > , & == & etc) > >>> > >>> as i said at irc, we should have this as edje api, as a function to > >>> automatic escape chars if part is TEXTBLOCK, but then we need to find > >>> out a good name for it. > >>> > >>> code is not to escape is not as easy as it could be, doc and parameter > >>> name do not help much either, I had to look at the code inside evas to > >>> find out how to use it, so I guess a function in edje would help > >>> everybody. I can do the function, just say a good name for it, maybe: > >>> > >>> edje_object_part_text_text_unescaped_set(ed, part_name, raw_text) > >>> > >>> it will check for part type before doing the escaping using > >>> evas_textblock_string_escape_get(). > >> > >> > >> just did the code and it's in svn, now someone need to update > >> notification module to use it. > > > > I have not loaded the notification module when I tested this. Even > > without this module I get popup. Does that mean I am using something > > else? > > > > ps command says that > > > > noorul 26104 1 0 15:34 ? 00:00:03 > /usr/lib/notification-daemon/notification-daemon > > > > In that case do I really need to wait for someone to update the > > notification module under E-MODULES-EXTRA? > > > > Thanks and Regards > > Noorul > > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
