gpt4 book ai didi

emacs - Clip + Emacs 编译和加载文件

转载 作者:行者123 更新时间:2023-12-04 12:14:25 25 4
gpt4 key购买 nike

开始学习 Common lisp。安装在我的 debian 5.03 clisp、emacs-23.1 和 slime 中。

在 .emacs 中写入:

(setq inferior-lisp-program "/usr/bin/clisp") ; your Lisp system
(add-to-list 'load-path "/home/slime/") ; your SLIME directory
(require 'slime)
(slime-setup '(slime-scratch slime-editing-commands slime-repl))

(global-font-lock-mode t)
(show-paren-mode 1)
(add-hook 'lisp-mode-hook '(lambda ()
(local-set-key (kbd "RET") 'newline-and-indent)))

然后在 emacs 中创建新的 lisp 文件: test.lisp 编写简单的 lisp 表达式:
(defun square(x)
(* x x))

然后尝试编译此代码 C-c C-k并在 minibuffer 中看到:未连接

附言现在我尝试在 emacs 主菜单中单击 eval defun:并在 minibuffer 中查看:Process lisp 不存在

怎么了?

谢谢你。

最佳答案

如果你做 M-x slime 会发生什么?
我看起来你没有开始粘液。

关于emacs - Clip + Emacs 编译和加载文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3271840/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com