一些调整以支持 Aquamacs 上的 Clojure 开发

发布于 2024-10-05 15:21:10 字数 333 浏览 9 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奢望 2024-10-12 15:21:10

您可以轻松使用 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.

海未深 2024-10-12 15:21:10

您遇到问题很可能是由于您的代理服务器配置造成的。尝试设置 http_proxy 环境变量或直接从 Emacs 设置。如果这没有帮助,请使用 本教程

您还可以将自定义版本的 ClojureLeiningenproject.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文