<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">Thanks! Rudy’s example now works with the 26-may-2022 version!</p>
<p dir="auto">However this does not work as expected yet:</p>
<p dir="auto">λ (display `(foo . ,(string-append &quot;hello &quot; &quot;there&quot;)))<br />
(foo #\h #\i #\space #\t #\h #\e #\r #\e)(foo #\h #\i #\space #\t #\h #\e #\r #\e)</p>
<p dir="auto">For comparison, Guile gives:</p>
<p dir="auto">(foo . hello there)</p>
<p dir="auto">Thanks as always, Michael</p>
<p dir="auto">On 23 May 2022, at 18:56, Rudolf Adamkovič wrote:</p>
</div><div class="plaintext"><blockquote><p dir="auto">Hello smart people!
<br />
I have just updated to 7aa20a28a95026b76a743d95b6a07729beac0dc5 and observe:
<br />
λ (display '(foo . "hello"))
<br />
(foo . "hello")(foo . "hello")
<br />
λ (display `(foo . "hello"))
<br />
(foo #\h #\e #\l #\l #\o)(foo #\h #\e #\l #\l #\o)
<br />
Do we expect this?
<br />
Rudy
<br />
-- 
<br />
"Genius is 1% inspiration and 99% perspiration."
<br />
-- Thomas Alva Edison, 1932
<br />
Rudolf Adamkovič &lt;salutis@me.com&gt; [he/him]
<br />
Studenohorská 25
<br />
84103 Bratislava
<br />
Slovakia
<br />
_______________________________________________
<br />
Cmdist mailing list
<br />
Cmdist@ccrma.stanford.edu
<br />
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a>
</p>
</blockquote></div>
<div class="markdown">

</div>
</body>
</html>