On Mon, Nov 14, 2011 at 3:12 PM, Todd O'Bryan <toddobr...@gmail.com> wrote: > One thing that annoys me about DrRacket is that, if you have an error > in the Definitions pane, none of your required modules are loaded, so > if you try to fiddle in the Interactions window, you get "undefined" > errors.
By error, do you mean run-time error, or compile-time error? If it's a run-time error, you should see that the bindings introduced by 'require' should be there, and you should see the behavior you expected. If it's a compile-time error, that's a different story, though. Does that match what you're seeing? _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users