
6 Feb
2009
6 Feb
'09
5:20 p.m.
* jcm@sdf.lonestar.org [2009-02-06 13:57+0100] writes:
I'm tweaking my slime setup, and trying to understand some slime behavior. Would someone explain the difference between slime-LOAD-hook and slime-MODE-hook? I seem to have some bindings that only work correctly when set up inside one or the other hook.
slime-load-hook when is called when the file slime.el is loaded (at the end of the file). slime-mode-hook is called everytime when slime-mode is turned on in a buffer. Helmut.