* pasting anything into an entry which includes escape characters causes the
  escape sequence to be pasted (column 1) instead of the actual string (column
  2)
  { "<ps>",  _PARAGRAPH_SEPARATOR },
  { "<br>",  "\n" },
  { "<\t>",  "\t" },
  { "gt;",   ">" },
  { "lt;",    "<" },
  { "amp;",   "&" },
  { "quot;",  "\'" },
  { "dquot;", "\"" }
* using ecore_x_selection_*_set in elm is vaguely broken, see r62847-9 for some
  great hackish workarounds

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to