古いディストリ(sargeとか)にvim7とemacs22をインストール。
vim7
vim onlineからファイルのダウンロード
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2
wget ftp://ftp.vim.org/pub/vim/extra/vim-7.0-extra.tar.gz
wget ftp://ftp.vim.org/pub/vim/extra/vim-7.0-lang.tar.gz
wget ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.001-100.gz
全部解凍後、vim70ディレクトリに移動
patch -p0 -b <../7.0.001-100
で001-100のパッチを貼る
./configure
make
make install
emacs
最新の
cvs版emacsをcvsでダウンロード
cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs login
パスワードは何も打たずリターン
cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
emacsディレクトリに移動
./configure
make bootstrap
make install
ところでDebian etchっていつになるんだろう…