[slime-devel] Re: slime-repl-set-package should not default the current package when calling slime-read-package-name
Nikodemus Siivola
nikodemus at random-state.net
Wed Feb 6 09:39:12 UTC 2008
On 2/6/08, Madhu <enometh at 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
More information about the slime-devel
mailing list