"William C. Halliburton" will@licentiae.com writes:
I noticed that the function completions while in a package in *slime-repl* were not correct.
It seems that slime-find-buffer-package does not work for the repl.
Well spotted. In fact, we already keep track of which package the repl is supposed to use in `slime-lisp-package' - this is how we generate the prompt. So I changed (slime-buffer-package) to return this value for slime-repl-mode buffers, i.e. *slime-repl*.
Cheers, Luke