On Tue, 14 Apr 2009 14:15:49 +0530 Noorul Islam K M <[email protected]> said:

> 
> 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 < == &lt; , > == &gt; , & == &amp; etc)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to