<div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>You're using just `write', so you need some whitespace between items:<br>
<br>
> (with-input-from-string<br>
(with-output-to-string (ë() (write 'x) (write 'y)))<br>
read)<br>
'xy<br></blockquote><div><br><br>Wow, thanks a lot, I would have never thought about that. I thought that 'write' was sending data, not mere characters.<br>Writing a space after each output indeed solves the problem.<br>
</div></div></div>