Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用 edebug 处理 emacs lisp 库。当我运行 defun 时,我可以有效地设置断点并中断它们,不幸的是,当我使用 i 进入某些东西时,我得到了错误:
Can't find library /usr/share/emacs/23.3/lisp/emacs-lisp/cl-macs.el
这不是说谎,那个库不存在,只有编译版本(.elc)存在。它是使用以下方式安装的:
apt-get install emacs23-nox
关于如何进行的任何想法?
在 Debian 派生的发行版上,裸emacs23包不包括 Elisp 源代码(也不包括任何文档等)。要安装它们,sudo apt-get install emacs23-el
emacs23
sudo apt-get install emacs23-el