[CM] Slime and REPL

Rick Taube taube@uiuc.edu
Sat, 17 Jun 2006 09:00:11 -0500


sprry no, not that i know of. this behavior is slime/emacs not cm. you 
can tell slime to print return values to a window instead of the 
minibuffer:
	M-x slime-ensure-typeout-frame

but im not sure if its any easier to work with.


On Jun 15, 2006, at 8:55 PM, Joshua Parmenter wrote:

> When you evaluate an expression in a Lisp editing buffer the return 
> value is printed in the mini-buffer at the bottom of the edit window, 
> not in the REPL.
> Is there any way to get the value of the expression to show up in the 
> REPL?
> Just curious.
> Thanks,
> Josh