<br>Cody and I would love an answer to this question from 1.5 months ago if anybody can point us in the right direction and/or ask us to clarify the question.  Or if the answer is &quot;that is not possible&quot; then we&#39;ll do something else.<br>
<br>Much thanks!<br><br>--Dan<br><br><div class="gmail_quote">On Mon, Dec 17, 2012 at 9:20 PM, Cody Schroeder <span dir="ltr">&lt;<a href="mailto:codeblack08@gmail.com" target="_blank">codeblack08@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">  I&#39;m in a position that I would like to use </span><a href="http://docs.racket-lang.org/reference/Module_Names_and_Loading.html#(def._((quote._~23~25kernel)._dynamic-require))" rel="noreferrer" style="font-family:arial,sans-serif;font-size:13.333333969116211px" target="_blank">dynamic-require</a><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"> to gain access to all of the provides in a module.  This is quite straightforward for normal procedures, but I also want this to include syntax.  However, I get this error when trying to dynamically require the blah macro from my test module:</span><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">

<br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><div>(dynamic-require &quot;test.rkt&quot; &#39;blah)</div><div>blah: use does not match pattern: (blah body) in: blah</div></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">

<br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">  From the spec, it says that &quot;If the module exports provided as syntax, then a use of the binding is expanded and evaluated in a fresh namespace to which the module is attached&quot; when using dynamic-require.  I don&#39;t understand how it&#39;s being used, though.</div>

<div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">  Is there a way to use dynamic-require how I want?  Is there a better way?</div>

<div style="margin:2px 0px 0px;font-family:arial,sans-serif;font-size:13.333333969116211px"><div><img src=""></div></div><span class="HOEnZb"><font color="#888888">
<span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><font color="#888888"><div>Cody</div></font></span></font></span></div>
<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></blockquote></div><br>