Thanks Danny! <br><br><div class="gmail_quote">On Mon, Jun 16, 2008 at 2:10 PM, Danny Yoo &lt;<a href="mailto:dyoo@cs.wpi.edu">dyoo@cs.wpi.edu</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">&gt; how do I use a custom language that lives in the current directory (i.e.<br>
&gt; &quot;.&quot;) in PLT 4 via #lang?<br>
&gt;<br>
&gt; I tried &#39;#lang &quot;file.scm&quot;&#39; and &#39;#lang file&#39; and they do not work. &nbsp;The<br>
&gt; manual says only alphanumeric, +, -, _, and / works in this position. &nbsp;Does<br>
&gt; that mean we cannot have languages live in the current directory?<br>
<br>
</div></div>Use the s-exp language, which will take the very next s-expression and<br>
treat that as the language.<br>
<br>
i.e.<br>
<br>
#lang s-exp &quot;file.scm&quot;<br>
...<br>
<br>
I&#39;m not sure where this is documented.<br>
</blockquote></div><br>