ispell、スペルと文法
スペルチェックとか文法チェック - 檜山正幸のキマイラ飼育記 メモ編の件。
とりあえず、C:/Installed/Aspell/ にAspellが入ってはいる。C:/Installed/Aspell/bin/aspell.exe が実行ファイル。Emacsからしか使わないならPATHを通す必要はないだろう。~/.aspell.confは要らないんじゃないかな。
設定は以下に書いてある(他にgoogle翻訳とかも)
実際の設定:
(setq-default ispell-program-name "C:/Installed/Aspell/bin/aspell.exe") (eval-after-load "ispell" '(add-to-list 'ispell-skip-region-alist '("[^\000-\377]+")))
とりあえずはキーバインドなしで、
- M-x ispell-buffer
- M-x ispell-region
それと、