I
mostly edit and debug Scheme programs from within emacs. I have
installed Quack which allows me to switch between different
implementations. However, I cannot figure out how to run plt programs
that rely on the "student languages."
<br><br>In other words, Quack allows me to choose between mzscheme and mred, but neither of these seem to support the following:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

(require (lib &quot;draw.ss&quot; &quot;htdp&quot;)) <br></blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">(start 300 300)</blockquote>

<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div>&nbsp;(draw-solid-disk (make-posn 100 50) 10 'red)&nbsp; -&gt; <span style="font-style: italic;">

reference to undefined identifier: make-posn</span><br></div></blockquote><br>Does this require me to start mzscheme (or mred) with a specific switch? If so what? <br><br>(Different&nbsp; variations of this have not worked for me under mzscheme 209 and 301, both running under Ubuntu Linux.)
<br><br>Thanks for any help.