在我的 Mac(Snow Leopard,10.6.8)上,我正在使用此处提供的 Emacs 24.2 的修改版本来利用下载页面中的 Emacs Speaks Statistics (ESS) 。Emacs 可以工作,但我还不能让拼写检查器工作。
为了解决这个问题,我按照此页面的说明下载 flyspell。我将文件复制flyspell.el
到我的/Applications/Emacs.app/Contents/Resources/site-lisp
目录中,这显然是我的 emacs 加载路径的目录(请注意,例如,该auctex.el
文件位于该目录中)。
然后,我.emacs
通过添加以下内容修改了我的文件:
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
(autoload 'flyspell-delay-command "flyspell" "Delay on command." t)
(autoload 'tex-mode-flyspell-verify "flyspell" "" t)
(add-hook 'LaTeX-mode-hook 'turn-on-flyspell)
当我打开一个.tex
文件并使用M-x flyspell-mode
时,我可以“自动完成”它(即,通过按 Tab,它会给我正确的 flyspell 选项)但是当我按下时,RET
我得到:
Searching for program: no such file or directory, ispell