一些调整以支持 Aquamacs 上的 Clojure 开发
我正在尝试在 Aquamacs 上启用 Clojure 开发。我关注了这篇文章:http://mischneider.net/?p=171
当我尝试运行 (alt+x) slime 时,Aquamacs 询问我是否要下载 Clojure,然后它尝试下载 Clojure 1.1.0 ,但出现错误:
“无法下载 Clojure jar”
我有 Clojure jar,我必须手动将其放在哪里?我应该配置一些东西吗?
更好的是,我可以使用 Clojure 1.2 代替 Clojure 1.1 吗?
I'm trying to enable Clojure development on Aquamacs. I followed this article: http://mischneider.net/?p=171
When I tried to run (alt+x) slime, Aquamacs asked me if I want to download Clojure and then it tried to download Clojure 1.1.0 , but it got the error:
"Unable to download Clojure jars"
Any way I have the Clojure jar, where I have to put it by hand? should I configure something?
Even better, instead of Clojure 1.1 , can I use Clojure 1.2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以轻松使用 1.2,而且您应该这样做。我发现按照这些说明使用 Emacs 设置 Clojure 非常简单。我使用 Cocoa Emacs,但它也应该适用于 Aquamacs。
You can easily use 1.2 and you should. I found setting up Clojure with Emacs easy with these instructions. I use Cocoa Emacs, but it should work with Aquamacs as well.
您遇到问题很可能是由于您的代理服务器配置造成的。尝试设置
http_proxy
环境变量或直接从 Emacs 设置。如果这没有帮助,请使用 本教程。您还可以将自定义版本的 Clojure 与 Leiningen 的
project.clj
配置文件。Most probably you have a problem because of your proxy server configuration. Try to set
http_proxy
environment variable or setup it directly from Emacs. If this doesn't help, check your steps with this tutorial.You can also use custom version of Clojure with Leiningen's
project.clj
configuration file.