Helmut Eller heller@common-lisp.net writes:
It eventually calls parse-package, but you had to remove the
colon
because slime-read-package-name knows all the package names (for TAB-completion) and insists that the entered name matches one of those.
The CVS version should remove it automatically.
Works beautifully now. Thanks! > To figure out which swank functions are called, you can look at the
*slime-events* buffer. E.g. for C-c M-p there will be something
like
(:emacs-rex (swank:set-package "mp") "MULTIPROCESSING" :repl-thread 6)
Thanks for the explanation. I'll definitely be taking a closer look.