Emacs Windows拼写检查 - aspell或hunspell

9 windows emacs installation aspell hunspell

我在Windows XP操作系统上使用emacs 23.1.50版本.我无法使用emacs wiki提供的示例设置hunspell或aspell作为emacs的一部分.任何人都有Windows XP的工作混淆,请帮助我.

kjf*_*tch 17

我使用aspell在Windows上使用emacs进行拼写检查.查看我的.emacs文件,我可以看到这些配置变量.

(custom-set-variables
    '(ispell-dictionary "british")
    '(ispell-program-name "H:\\bin\\aspell\\bin\\aspell.exe"))
Run Code Online (Sandbox Code Playgroud)

我用安装向导安装了aspell.M-S-$ ispell-buffer flyspell-mode等等都适合我.