Meta .
It calls the function: slime-edit-definition
To jump to functions within your lisp implementation, you may need to do something extra to point to the sources. In SBCL, you should sb-ext:set-sbcl-source-location to the desired location in .sbclrc :
(sb-ext:set-sbcl-source-location "/path/to/sbcl/")
You can edit .sbclrc with Cx Cf ~/.sbclrc in Emacs.
source share