Achim Gratz <strom...@nexgo.de> writes: > Bastien writes: >> I don't understand why properties would be a problem here. >> Can you elaborate a bit on this? > > With format "%S" prints an s-expression via prin1, not a string. So > either the format should be "%s" or the properties need to be stripped > unless one really wants to interpret the result via read again.
I think this is a simple typo and s/%S/%s would do. I'll have a closer look and fix this later today. -- Bastien