我的.emacs.d文件中包含以下内容:(add-hook 'mail-mode-hook (lambda ()ispell-extra-args '("--mode=email"))))
但是,即使C-h v ispell-extra-args返回Its value is ("--mode=email"),Aspell我还应该指出的是,从命令行执行aspell并不会忽略--mode=e
我正在尝试安装aspell for Python3(在MacOS X 10.11上),并且在使用pip和手动安装程序(通过克隆git repo)时遇到了一个问题(同一个问题)。我已经使用MacPorts (sudo port install aspell)以及英语字典(sudo port install aspell-dict-en)安装了aspell。错误很明显(找不到aspell.h),但是我不知道如何修复它。ru