https://twitter.com/kotabe/status/573369637817094144さっそく会社の仕事環境(FreeBSD 9.1)にインストールしてみました。
EmacsでもWordのような動的スペルチェックが欲しいと思ったら,flyspell-modeというのを発見.便利.
# cd /usr/ports/textproc
# cd aspell
# make install
# cd ../en-aspell
# make install
# exit
$ cd ~
$ cat .aspell.conf
lang en_US
$ tail .emacs
; Aspell必要に応じてEmacsでM-x flyspell-modeとして使います。
(setq-default ispell-program-name "aspell")
$