Gauche on vim

Emacsは使えないので(覚えたいけど。)

http://e.tir.jp/wiliki?vim%3Ascheme.vim

wget http://e.tir.jp/wiliki?vim%3Ascheme.vim
mv scheme.vim ~/.vim/syntax/

vim ~/.vim/ftdetect/scheme.vim
autocmd FileType scheme :let is_gauche=1
  • gosh with readline

http://d.hatena.ne.jp/leque/20071018/1192731534

wget http://www.katch.ne.jp/~leque/software/misc/igosh
vim igosh で、先頭の"# -*- mode: gauche -*-"を消す必要があった。

chmod + igosh

readlineのwrapperである、rlwapが必要なので

wget http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.30.tar.gz
tar xzf => cd target => make install