<div dir="ltr">Looks like it's only happening in 50% of my DrRackets, so let me see what other distinguishing information I can collect.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 9, 2014 at 5:58 AM, Robby Findler <span dir="ltr"><<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I opened a new DrRacket window and put this in it:<br>
<br>
#lang racket<br>
(module+ main<br>
  (require rackunit)<br>
  (check-equal? 1 1))<br>
<br>
and didn't see the error, but maybe I need a bigger program somehow?<br>
<br>
Robby<br>
<div><div class="h5"><br>
<br>
On Sun, Nov 9, 2014 at 1:06 AM, Matthew Butterick <<a href="mailto:mb@mbtype.com">mb@mbtype.com</a>> wrote:<br>
> Is it just me, or is DrRacket (6.1.1.4, built from the current repo) frequently popping an error like this:<br>
><br>
> unsaved editor:3:0: #%app: unbound identifier; also, no #%app syntax transformer is bound at: #%app in: (#%app call-with-values (lambda () (quote 42)) print-values)<br>
><br>
> Seems to be endemic to:<br>
> + unsaved source files.<br>
> + source files with a (module+ main ...).<br>
> + source files with rackunit tests.<br>
><br>
> The error doesn't prevent the file from running normally.<br>
</div></div>> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div>