$ sudo apt-get install build-essential
$ sudo apt-get build-dep emacs24
# 从里面找最近的镜像 http://www.gnu.org/prep/ftp
$ wget http://mirrors.ustc.edu.cn/gnu/emacs/emacs-24.5.tar.xz
$ xz -d emacs-24.5.tar.xz
$ tar -xvf emacs-24.5.tar
$ rm emacs-24.5.tar
$ cd emacs-24.5
$ ./configure --prefix=/opt/emacs
$ make
$ sudo make install
编译过程有个警告说:没有ACL支持。
Ubuntu安装Emacs出现到依赖问题及解决方案:http://www.linuxdiyf.com/linux/1349.html
Ubuntu下Emacs不能使用输入法的解决办法:http://www.linuxdiyf.com/linux/8284.html
Ubuntu安装Arduino及使用Emacs开发:http://www.linuxdiyf.com/linux/1782.html
Ubuntu Server设置Emacs为默认编辑器:http://www.linuxdiyf.com/linux/1757.html
Emacs24在Ubuntu 12.4 LTS上编译:http://www.linuxdiyf.com/linux/3965.html