On 2/6/08, Madhu enometh@meer.net wrote:
This was in response to another suggestion from Nikodemus in this thread http://permalink.gmane.org/gmane.lisp.slime.devel/7021
About why the proposed `R' repl shortcut may not work very well.
Oops, that was bad terminology on my part. I did not mean a REPL shortcut of the ",foo" variety, but a slime-selector method.
Like so:
(def-slime-selector-method ?R "Slime Read-Eval-Print-Loop using current package." (slime-repl-set-package (slime-find-buffer-package)) (slime-output-buffer))
Cheers,
-- Nikodemus