[slime-devel] Re: Questions about latest slime (where did feature X go?)
Jonathon McKitrick
jcm at sdf.lonestar.org
Wed Sep 5 13:17:17 UTC 2007
On Wed, Sep 05, 2007 at 03:04:18PM +0200, Helmut Eller wrote:
: * Jonathon McKitrick [2007-09-05 14:53+0200] writes:
:
: > Would it be simpler just to rearrange these calls?
:
: That should also work. Not loading Slime saves some startup time, in
: those situations when you don't use Slime. Use what you prefer.
:
: > Thank you, that does work. Should I move all of my define-key
: > slime-mode-map settings into my-slime-load-hook? They do not work if
: > called before slime is loaded, of course.
:
: It wouldn't hurt to do that.
I'm new to elisp programming, but not to lisp itself.
I currently have <f5> bound to 'slime, and that works well. Would it make
more sense to write my own elisp function that is bound to <f5> and
in that function call (require 'slime) and (slime-setup) instead of
calling it every time emacs starts?
--
jcm at sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
More information about the slime-devel
mailing list