ClojureBox 停止为我工作
我是一名 Windows7 用户,最近下载了 ClojureBox 来体验 Clojure。一切都很好,但今天 clojure 模式停止工作了。我无法加载文件或使用 Cx Ce 将一些 clojure 代码从文件发送到 REPL。我启动了 java,重新启动了计算机,重新安装了 ClojureBox...但无法让它工作! 有人已经遇到过这个问题吗?帮助表示感谢!
编辑:忘记提及:我得到的错误始终是:“符号的函数定义为空:lisp=eval-last-sexp” 我还输入命令 Mx clojure-mode 和 MX paredit
EDIT2:我可以自己找到解决方案: Mx clojure-enable-slime-on-existing-buffers
成功了!我只需要找出阻止 Clojure 在 ClojureBox 启动时立即启用的原因。
I am an Windows7 user, and recently downloaded ClojureBox to play around with Clojure. Everything was fine but today the clojure-mode stopped working. I can't load a file or used C-x C-e to send some clojure code from a file to the REPL. I started java, restarted my computer, reinstalled ClojureBox... and couldnt get it work!
Did someone already encountered this problem? Help appreciated!
EDIT: forgot to mention: the error I get is always: "Symbol's function definition is void: lisp=eval-last-sexp"
I also enter the command M-x clojure-mode and M-X paredit
EDIT2: I could find the solution myself:M-x clojure-enable-slime-on-existing-buffers
does the trick! I just need to find out what happened that preventing clojure to be enabled straight away at the start of ClojureBox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于没有人回答,我将通过第二次编辑来回答这个问题。
我可以自己找到解决方案:
Mx clojure-enable-slime-on-existing-buffers
就可以了!我只需要找出阻止 Clojure 在 ClojureBox 启动时立即启用的原因。As nobody answered, I will answer with my second edit to have this questions resolved.
I could find the solution myself:
M-x clojure-enable-slime-on-existing-buffers
does the trick! I just need to find out what happened that preventing clojure to be enabled straight away at the start of ClojureBox.