From: Zak Wilson
Subject: slime-repl not printing
Date: 
Message-ID: <1172014262.970330.42760@v45g2000cwv.googlegroups.com>
I'm using XEmacs 21.4.19 on Debian, CMUCL 19d and have tried Slime 2.0
and several CVS versions, with the same results. After getting a new
laptop, the slime-repl will no longer print the return value of the
last expression. I'm using the same .emacs file and the same versions
of XEmacs, CMUCL and Slime I was before. I read the manual, but didn't
see anything about turning off printing in the REPL, nor did I find
anything on the web.

CL-USER> "foo"
CL-USER> (print "foo")

"foo"
CL-USER>