Next:
Inspector
, Previous:
Disassembly
, Up:
SLIME mode
3.10 Abort/Recovery commands
C-c C-b
M-x slime-interrupt
Interrupt Lisp (send
SIGINT
).
M-x slime-restart-inferior-lisp
Restart the
inferior-lisp
process.
C-c ~
M-x slime-sync-package-and-default-directory
Synchronize the current package and working directory from Emacs to Lisp.
C-c M-p
M-x slime-repl-set-package
Set the current package of the
REPL
.
M-x slime-cd
Set the current directory of the Lisp process. This also changes the current directory of the REPL buffer.
M-x slime-pwd
Print the current directory of the Lisp process.