我是 Ubuntu 新手,目前正在使用 Ubuntu 14.04。我安装了 Emacs 25.2。当我使用 emacs 命令时,文件直接在终端中打开,我无法打开 emacs 窗口。
我使用这些命令来安装它:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get build-dep emacs24
cd ~/Downloads
wget "http://gnu.mirrors.hoobly.com/gnu/emacs/emacs-25.2.tar.gz"
tar xvzf emacs-25.2.tar.gz
cd emacs-25.2
./configure --without-x
make
sudo make install