I have installed slime using https://github.com/thephoeron/slime-pack and want to explore the common-lisp a bit more.
How do I access the source for a particular function in emacs?
for example, if I have a function:
(type-of 1)
and I want to visit the source of type-of
, how can this be done?
M-x find-function
quite frequently. Does that work for you? There is alsofind-function-other-window
andfind-function-other-frame
. – DecalcomaniaDirectory /usr/bin/src/code
does not exist, create it ?` but it worked after I installed Slime with Emacs' package manager. – Tagliatelle