在Emacs Slime Clojure Windows设置中,无法加载clojure-auto

我按照 this very helpful guide建立了这个开发环境.运行emacs.bat时,我在Emacs中收到以下错误

File error: Cannot open load file,clojure-auto

不幸的是,我对Clojure和Emacs都是全新的,所以任何有助于确定从哪里开始寻找都会有所帮助.

此外,作为旁注,指南的最后一步是:

Start up Emacs using the emacs.bat file. Then,just type “M-x slime”,and the REPL will come up,and you’re on your way.

根据Emacs文档,M-x将是Meta键x.但是,目前还不清楚Windows中的Meta键.它谈到控制,但那将是C x,所以我认为它是Shift.我也试过M!认为这是一个shell命令,但没有运气.也许有人可以在评论中证实.

更新:来自评论中的dfa:“Meta is Alt”有效.谢谢.

更新:Rayne非常有用的信息:

If you’re emacs experience continues to go the wrong way,don’t give up on Clojure. There is always La Clojure for IDEA Clojure-dev for Eclipse and my personal favorite,Enclojure for NetBeans.

而不是按照指南,为什么不安装 ClojureBox?这将为你全力以赴.这是一个交钥匙clojure emacs安装.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...