2011年5月28日

ispell の代わりに aspell を使う

M-x ispell

としたら、

Searching for program: no such file or directory, ispell

といわれ、 bash で apt-cyg find ispell としても無い。

apt-cyg find spell

とすると、 aspell なるものがヒット。入れてみる

apt-cyg install aspell

で、 init.el に


;; ------------------------------------------------------------------------
;; @ ispell が無いから、 aspell を使う
;; http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Aspell

(setq-default ispell-program-name "aspell")
(eval-after-load "ispell"
 '(add-to-list 'ispell-skip-region-alist '("[^\000-\377]+")))

と書いて、 M-x ispell とすると、今度は

No word lists can be found for the language "ja_JP"

だと。で、ググったら、

Mac の Emacs でスペルチェック (ispell) できない
http://blog.bungu-do.jp/archives/2426

な感じなので、

apt-cyg install aspell-en

として、

C-x C-f ~/.aspell.conf

に、

lang en_US

と記載して動いた。

候補が多いと tabbar と微妙にかぶるなぁ・・・バッファサイズ変更
できないだろうか。。。。

0 件のコメント:

コメントを投稿