Tamas K Papp tpapp@Princeton.EDU writes:
On Fri, Jan 11, 2008 at 03:36:46PM +0100, Tobias C. Rittweiler wrote:
Tamas K Papp tpapp@Princeton.EDU writes:
Is there a command that would compile and load a region highlighted in an emacs buffer? Something like C-c C-c, but for a region.
M-x slime-compile-region
Thanks Tobias. I found that originally, but where does it say it will also load, not only compile? Sorry for the dumb question.
It doesn't say so explicitly, but it's the only thing that makes any sense. (It'll not necessarily load the region as by CL:LOAD, but it'll evaluate its compiled representation in some appropriate manner.)
-T.