Next: Banner, Previous: slime-autodoc-mode, Up: Contributed Packages [Contents][Index]
ASDF is a popular “system construction tool”. The package
slime-asdf
provides some commands to load and compile such
systems from Emacs. ASDF itself is not included with
SLIME; you have to load that yourself into your Lisp. In
particular, you must load ASDF before you connect, otherwise
you will get errors about missing symbols.
Compile and load an ASDF system. The default system name is taken from the first file matching *.asd in the current directory.
Recompile and load an ASDF system without recompiling its dependencies.
Open all files in a system, optionally load it if LOAD is non-nil.
Browse files in a system using Dired.
Delete FASLs produced by compiling a system.
Run rgrep
on the base directory of an ASDF system.
Run isearch-forward
on the files of an ASDF system.
Run query-replace
on an ASDF system.
The package also installs some new REPL shortcuts (see Shortcuts):
Compile (as needed) and load an ASDF system.
Recompile and load an ASDF system.
Compile (but not load) an ASDF system.
Recompile (but not load) an ASDF system.
Recompile and load an ASDF system.
Open all files in a system.
Browse files in a system using Dired.
Delete FASLs produced by compiling a system.
Next: Banner, Previous: slime-autodoc-mode, Up: Contributed Packages [Contents][Index]