[slime-devel] Re: *slime-scratch*

Luke Gorrie luke at synap.se
Mon Sep 20 18:36:57 UTC 2004


John Paul Wallington <jpw at 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






More information about the slime-devel mailing list