<div dir="ltr">I do not think it is possible. DrRacket is designed so that the interaction window has the namespace of exactly the file you are writing. That is, what you type in the interactions window should behave similarly to if you appended it into the file. And running the file should have the same behavior as running it with the command-line racket. Having DrRacket insert requires silently would violate this.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 1, 2015 at 1:55 AM, Jukka Tuominen <span dir="ltr"><<a href="mailto:jukka.tuominen@finndesign.fi" target="_blank">jukka.tuominen@finndesign.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Just to clarify my previous message...<br>
<br>
Say, I want to include 2htdp/image and 2htdp/universe libraries so that<br>
once I start DrRacket, I can type "circle" in the interactions pane even<br>
before pressing the "run" button. The same libraries should be available<br>
directly for racket and gracket, as well.<br>
<br>
What would be the safest way to achieve this?<br>
<br>
br, jukka<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
><br>
> If I want to ensure that certain libraries get automatically included<br>
> (required) in the initial racket/gracket/drracket environments, where<br>
> should I add them?<br>
><br>
> I tried /racket/collects/init.rkt but that didn't seem to work. I didn't<br>
> remove the .zo file though...<br>
><br>
> br, jukka<br>
><br>
><br>
><br>
> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
<br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>