On 2005-09-26 15:52:17, Edi Weitz wrote:
- (find-symbol "URL-ENCODE" :tbnl)
TBNL:URL-ENCODE :EXTERNAL
By the way: I can find the symbol that way, too. But not call it.
CL-USER> (find-symbol "URL-ENCODE" :tbnl) TBNL:URL-ENCODE :EXTERNAL
CL-USER> (tbnl:url-encode "Schlumpf")
==> Error in KERNEL:%COERCE-TO-FUNCTION: the function TBNL:URL-ENCODE is undefined.