在windows下无法启动emacs + sbcl的粘液 [英] Cannot start slime with emacs + sbcl under windows

查看:150
本文介绍了在windows下无法启动emacs + sbcl的粘液的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想配置我的emacs以使用SLIME和SBCL。
.emacs文件如下所示:

I want to configure my emacs to work with SLIME and SBCL. The .emacs file looks like this:

(add-to-list 'load-path "D:/app/slime/")
(setq inferior-lisp-program "sbcl")
(require 'slime)
(slime-setup)

现在我可以启动emacs了,但是如果我键入Mx粘滞,那么会出现一个错误:function SWANK-BACKEND:fd -stream-input-buffer-empty-p未定义,以便与swank的连接失败。

Now i'm able to start emacs, but if i type M-x slime, there would be an error complaining something like: "function SWANK-BACKEND: fd-stream-input-buffer-empty-p is undefined" so that the connection to swank fails.

可能有什么问题?感谢

emacs的版本是23.3。
sbcl的版本是最新的1.0.55。
Slime是通过cvs下载的。
操作系统是windows7

The version of emacs is 23.3. The version of sbcl is the latest 1.0.55. Slime is downloaded via cvs. The operating system is windows7

推荐答案

SBCL for Windows是一个正在进行的端口

SBCL for Windows is a port in progress.

如果要在Windows下尝试Emacs / SLIME ,您可能会更加成功地使用 Clozure CL 。一个简单的开始:尝试使用Clozure CL预先配置的 Lispbox ,还包括 Quicklisp

If you want to try out Emacs/SLIME under Windows, you may be more successful with Clozure CL. An easy start: try Lispbox, which comes preconfigured with Clozure CL and also includes Quicklisp.

如果您真的需要在Windows上使用SBCL,请参阅 Windows fork (从SBCL平台表格页面链接到上面)。

If you really need to use SBCL on Windows, see the Windows fork (from the SBCL platform table page - linked to above).

这篇关于在windows下无法启动emacs + sbcl的粘液的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆