emacs - 我无法初始化 swank 和 clojure-jack-in

标签 emacs clojure slime swank swank-clojure

我有问题。我已经使用果酱安装了 clojure、slime、slime-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

关于emacs - 我无法初始化 swank 和 clojure-jack-in,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8264485/

相关文章:

emacs+geben 如何打开文件并在其中放置断点

emacs - 通过 Slime 重新加载多方法

emacs - 在 emacs/slime 实时环境中自动重新编译

emacs - Windows7下如何将slime安装到emacs中

clojure - 如何将数字列表转换为 map ?

regex - 在 Emacs 中将双反斜杠替换为单反斜杠

emacs - 从网址加载.emacs

emacs - 能不能让emacs有类似010编辑器文件格式分析的功能?

clojure - 当函数名称存储为字符串值时调用函数

clojure - 执行函数直到特定条件成立