Shortcuts
These are just a few:
| Binding
|
|
Command
|
|
Notes
|
| ,h
|
|
help
|
|
List of all slime shortcuts
|
|
|
|
pwd
|
|
Show current directory
|
| ,d
|
|
change-directory
|
|
Change current directory
|
| ,cl
|
|
compile-and-load
|
|
Compile (if necessary) and load a lisp file
|
| ,!
|
|
defparameter
|
|
Define a new global, special, variable
|
|
|
|
delete-system-fasls
|
|
|
|
|
|
load-system
|
|
|
|
|
|
open-system
|
|
Open all files in an ASDF system
|
| ,-d
|
|
popd
|
|
Restore the last saved directory
|
| ,+d
|
|
pushd
|
|
Save current directory and set to new one
|
|
|
|
quit
|
|
Quit current Lisp
|
|
|
|
reload-system
|
|
Recompile and load an ASDF system
|
|
Some useful functions exported from asdf
ASDF exports several very useful functions: (
details
)
- asdf:clear-system
- asdf:system-relative-pathname
- asdf:merge-pathnames*
- asdf:system-source-directory
|