<div class="gmail_quote">On Fri, Apr 25, 2008 at 3:11 PM, Doug Orleans <<a href="mailto:dougorleans@gmail.com">dougorleans@gmail.com</a>> 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> > Interesting. So, the bottom line is: kill the buffer, start a new one (for<br> > good reasons). I suppose I can wrap that up in an elisp function, though,<br> > I'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> </div>
<div>Ooh, good idea.</div>
<div> </div>
<div>Another question - is it possible to kick off mred or mzscheme in the "(module ...)" mode for a particular file?</div>
<div> </div>
<div>That is, if I'm in DrScheme and I have:</div>
<div> (module foo mzscheme</div>
<div> (define x 10))</div>
<div> </div>
<div>and the language is set to (module ...) - when I hit Control + t, I end up at a REPL that gives me access to `x'.</div>
<div> </div>
<div>Could I approximate this with emacs?</div>
<div> </div>
<div>In the past I've done with Noel suggests, and have a -test.ss file ready to go, with the require. But, DrScheme has spoiled me with this feature.</div>
<div> </div>
<div>-Ben</div>
<div> </div></div>