slime emacs

xaosai

Registered
Is anyone running slime on emacs? I'm working on a project and I'm sick of retyping (load "blah/blah/blah/blah"). Is there an easier way to reload, either by capturing the string value in a variable or another function i haven't found in doc?
 
Found a fix. But 2 more questions for slimers: I'm using the (dribble #P<path>) command to try and write the output of the listener to file. However after a run the file is empty. Also, when using emacs as a lisp code editor how do you get it to indent to the previous indentation? When I tab over it wont tab back, usually after a cond statment so my code is slowly creeping to the right. Thanks!
 
Back
Top