需要帮助让 emacs 运行 CS I 课程的程序
编辑
我收到一条错误消息,提示emacs can be found in the following packages: emacs23, emacs23-nox, e3, emacs23-lucid, jove
我必须启用它们。
答案1
首先你需要安装它(除非它已经安装)
打开终端Ctrl++Alt并T
输入emacs
你可能会看到这个
$ emacs
The program 'emacs' can be found in the following packages:
* emacs23
* emacs23-nox
* e3
* emacs23-lucid
* jove
Try: sudo apt-get install <selected package>
例如,输入以下命令安装软件包sudo apt-get install emacs23
您现在可以通过emacs
在终端中输入来运行 emacs。
笔记:emacs是一款功能强大但不太直观的编辑器,您需要学习如何使用它。有一个教程这里帮助您入门。