Hi,
I ran into the next problem:
when I evaluate an expression like
(#_contains "Hello" "Hel")
the first string argument is not treated as an Object but instead commonqt starts looking for a Qt Class named "Hello" and obviously fails.
I am aware of the cl function search and cl-ppcre, but I am just curious whether it's possible to use the Qt stuff.
I actually started looking at the source code (of commonqt), but couldn't figure out much yet.
Regards, Olaf Merkert