我刚刚下载了Ubuntu12.04LTS,对emacs 24还没有被支持感到非常失望。我找到了一些链接,您可以从源代码构建它,但不管怎么说,我都在寻找一个Linux发行版,它对emacs有很好的支持。
我希望包管理能够支持各种各样的包,并且尽量节省时间。(例如,MacPorts for OS到目前为止一直对我很好)
发布于 2013-06-26 17:34:22
您不必为此安装不同的发行版,只需添加Damien的ppa:
sudo add-apt-repository ppa:cassou/emacs
sudo apt-get update
sudo apt-get purge emacs-snapshot-common emacs-snapshot-bin-common emacs-snapshot emacs-snapshot-el emacs-snapshot-gtk emacs23 emacs23-bin-common emacs23-common emacs23-el emacs23-nox emacs23-lucid auctex emacs24 emacs24-bin-common emacs24-common emacs24-common-non-dfsg
sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsghttps://unix.stackexchange.com/questions/80776
复制相似问题