Emacs和泥煤停止了我的合作 [英] Emacs and slime stopped cooperating for me

查看:156
本文介绍了Emacs和泥煤停止了我的合作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用CVS(2009-01-05)中的粘土,但不断收到此错误:

I'm trying to use slime from CVS (2009-01-05) but keep getting this error:


       LOAD: A file with name
      /usr/share/common-lisp/source/slime/swank-loader.lisp does not exist

我已经将我的.emacs删除了:

I've stripped my .emacs down to just:

(setq inferior-lisp-program "/usr/bin/clisp")
(add-to-list 'load-path "/home/ssm/lisp/slime/")
(require 'slime)
(slime-setup)

我已经删除了我的〜/ .slime目录,以'emacs -q'开头,并评估上面的代码,当我运行粘液(通过Mx粘液)时,我会继续收到LOAD错误。任何关于如何解决这个错误的想法?

I've deleted my ~/.slime directory, started with 'emacs -q' and eval'd the above code but I keep getting the LOAD error when I run slime (via M-x slime). Any ideas on how to fix this error?

FWIW,我试图通过apt-get安装粘液,但是我也不断收到关于cl-swank被打破的错误。这是一个完全不同的故事。

FWIW, I've tried to install slime via apt-get but I keep getting errors there too about cl-swank being broken. That's a whole different story.

推荐答案

你是否通过apt-get清除了您安装的slime pkg?看起来emacs仍在阅读apt-get的旧站点特定配置设置。尝试使用-Q选项启动emacs,这可以防止加载特定于站点(以及用户特定的)定制,并查看是否仍然出现问题。

Have you purged the slime pkg you installed via apt-get? It looks like emacs is still reading the old site-specific configuration setup by apt-get. Try starting emacs with the -Q option, which prevents loading of site-specific (as well as user specific) customization, and see if the problem still occur.

这篇关于Emacs和泥煤停止了我的合作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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