<div class="gmail_quote">On Fri, Apr 25, 2008 at 3:11 PM, Doug Orleans &lt;<a href="mailto:dougorleans@gmail.com">dougorleans@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Ben Simon writes:<br>&nbsp;&gt; Interesting. So, the bottom line is: kill the buffer, start a new one (for<br>&nbsp;&gt; good reasons). &nbsp;I suppose I can wrap that up in an elisp function, though,<br>&nbsp;&gt; I&#39;d imagine someone did that already. Right?<br>
<br></div>I only kill the process, not the whole buffer, so that I keep the<br>command history (M-p).</blockquote>
<div>&nbsp;</div>
<div>Ooh, good idea.</div>
<div>&nbsp;</div>
<div>Another question - is it possible to kick off mred or mzscheme in the &quot;(module ...)&quot; mode for a particular file?</div>
<div>&nbsp;</div>
<div>That is, if I&#39;m in DrScheme and I have:</div>
<div>&nbsp; (module foo mzscheme</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; (define x 10))</div>
<div>&nbsp;</div>
<div>and the language is set to (module ...) - when I hit Control + t, I end up at a&nbsp;REPL that gives me access to `x&#39;.</div>
<div>&nbsp;</div>
<div>Could I approximate this with emacs?</div>
<div>&nbsp;</div>
<div>In the past I&#39;ve done with Noel suggests, and have a -test.ss file ready to go, with the require.&nbsp; But, DrScheme has spoiled me with this feature.</div>
<div>&nbsp;</div>
<div>-Ben</div>
<div>&nbsp;</div></div>