我有问题我已经用橘子果酱安装了clojure,粘液,粘液repl和elein。现在,我打开我的项目并致电elein-swank。我得到这个:

Starting swank..
error in process filter: slime-presentation-init-keymaps: Symbol's function definition is void: slime-define-both-key-bindings
error in process filter: Symbol's function definition is void: slime-define-both-key-bindings

如果我尝试使用clojure-jack-in,我会得到
Debugger entered--Lisp error: (error "Could not start swank server: That's not a task. Use \"lein help\" to list all tasks.
signal(error ("Could not start swank server: That's not a task. Use \"lein help\" to list all tasks.\n"))
error("Could not start swank server: %s" "That's not a task. Use \"lein help\" to list all tasks.\n")
  clojure-jack-in-sentinel(#<process swank> "exited abnormally with code 1\n")

我能做什么?

最佳答案

我不确定elein是什么,但我认为对于clojure-jack-in,您需要安装swank-clojure插件:

lein plugin install swank-clojure 1.3.3

10-05 18:51