John Paul Wallington jpw@gnu.org writes:
I think that SLIME's scratch buffer should be for stuff that you don't want to save -- just like Emacs' scratch buffer is.
Now that you mention it that's probably right. :-)
Here's what I've put in my .emacs to get the scratch-file effect:
(set-register ?s '(file . "~/.slime/slime-scratch.lisp"))
so that `C-x r j s' opens that file.
As that stands it won't use slime-scratch-mode, but I don't use that anyway since `C-j' is hardwired in my brain for newline-and-indent.
Cheers, Luke