<br><br><div class="gmail_quote">On Tue, Jul 19, 2011 at 12:03 PM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I see that the teaching language error messages now have things like<br>
this in them (where the . is an image literal):<br>
<br>
Welcome to DrRacket, version 5.1.2.3--2011-07-19(4b77a0fc/d) [3m].<br>
Language: Beginning Student; memory limit: 128 MB.<br>
&gt; (+ 1 (list .))<br>
+: expects a number as 2nd argument, given (cons an image empty)<br>
I see that this is being done via regexps on the error message<br>
strings. This seems bad.<br>
<br>
Can we at least get some delimiters on there so it doesn&#39;t look like a<br>
malformed use of &#39;cons&#39;?</blockquote><div><br></div><div>My goal is to have the actual image displayed there instead. &quot;an image&quot; was just a quick replacement for #(struct:object:cache-image-snip% ...), which is incomprehensible to students, and intimidating.</div>

<div> </div><div>I&#39;ve push a fix that makes it read (cons (image) empty) instead. That should hold us up until we get a proper image there.</div><div><br></div></div>