控制台上的 SLIME
有人有在 Common Lisp 控制台上使用 SLIME 的经验吗?我正在尝试阅读 Practical Common Lisp,但书中的命令似乎不适用于控制台版本的 emacs/SLIME。我想我的问题是:在控制台上有什么地方可以找到专门针对 SLIME 的文档吗?或者,如果您有关于在控制台上采用完全不同的方法的建议,我会洗耳恭听。
Does anyone have experience using SLIME on the console for Common Lisp? I'm trying to go through Practical Common Lisp but the commands in the book don't seem to work for the console version of emacs/SLIME. I suppose my question is: is there somewhere where I can find documentation specifically for SLIME on the console? Or if you have a suggestion for a completely different approach on the console, I'm all ears.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设你的意思是在控制台上使用 emacs 运行 slime,即没有 X。Slime 需要 emacs(eq slime 'emacs 的高级 lisp 交互模式')。
我用 emacs -nw (它只使用终端,没有我能看到的 X 设施)运行它,并且 slime 工作得很好(Ubuntu 10.04 X86-64)。
告诉我们更多关于您所做的事情、您已经设置的内容以及您获得的输出,我们也许能够提供更多帮助。
I assume you mean running slime with emacs on the console ie without X. Slime requires emacs (eq slime 'superior lisp interaction mode for emacs').
I ran it with emacs -nw (which just uses the terminal and no X facilities that I can see) and slime worked fine (Ubuntu 10.04 X86-64).
Tell us more about what you did and what you have set up and what output you get and we may be able to help more.