Hi Jon, > That was a quick fix! Thanks.
Yes, because you triggered it finally :-) A few days ago, Henrik also stubled across this bug, and something had to be done about it. Having a '#' in an argument to 'str' is something not really intended. 'str' parses formally valid Lisp expression, and it is probably not a good idea to use it to parse arbitrary data (as Henrik tried with HTML text). It employs the full machinery of the reader, and this can have unexpected side effects. For example, read-macro characters like backquote, tilde or comma will cause the evaluation of following expressions. Cheers, Alex -- Software Lab. Alexander Burger Bahnhofstr. 24a, D-86462 Langweid [EMAIL PROTECTED], www.software-lab.de, +49 8230 5060
