I added slime-repl to my list of args passed to slime-setup, but starting slime gives this error:
Symbol's function definition is void: defslime-repl-shortcut
* jcm@sdf.lonestar.org [2008-12-26 16:03+0100] writes:
I added slime-repl to my list of args passed to slime-setup, but starting slime gives this error:
Symbol's function definition is void: defslime-repl-shortcut
Does it work if you load load slime-repl before some other contribs, in particular slime-asdf?
- jcm@sdf.lonestar.org [2008-12-26 16:03+0100] writes:
I added slime-repl to my list of args passed to slime-setup, but starting slime gives this error:
Symbol's function definition is void: defslime-repl-shortcut
Does it work if you load load slime-repl before some other contribs, in particular slime-asdf?
Yes, that solved the problem. Thanks!