On 20 Oct 2003 16:55:29 +0200, Edi Weitz <[EMAIL PROTECTED]> wrote:

> Another one: I've written a reader macro to allow for Perl-like
> string interpolation (to be released soon) - something like
> 
> * (let ((a 42))
>     #?"foo: \xC4\N{U with diaeresis}\nbar: ${a}")
> "foo: ??
> bar: 42"

That should have been

* (let ((a 42))
    #?"foo: \xC4\N{U with diaeresis}\nbar: ${a}")
"foo: ��
bar: 42"

of course. The results of copy-and-paste... :(

Edi.


Reply via email to