0

我无法找到在 emacs 中安装新字典(丹麦语)所需的帮助(在虚拟级别上)。老实说,我对 ispell 和 aspell 有点困惑。键入“Mx ispell-buffer”时,拼写控件默认使用英语。我可以更改目录键入“Mx-ispell-change-dictionary”,它建议“dansk”,但我收到一个错误,提示无法打开文件 /.../aspell/dict/danish”进行阅读。我可以推断字典未安装 - 但我似乎无法找到有关如何执行此操作的指南(逐步)。

然后我有一个额外的问题。我已经设法安装了 flyspell(或者实际上是“安装”,因为我刚刚将 .el 文件添加到我的 emacs 加载路径并加载到我的 .emacs 文件中?)。这似乎有效(wauw),据我了解,flyspell 使用与 ispell/aspell 相同的字典,因此解决我上面的问题将使我能够在丹麦语中使用 flyspell?任何帮助表示赞赏。

/基拉

4

1 回答 1

0

If you are on Ubuntu or Debian system you can install the Danish aspell package from the commandline with

sudo apt-get install aspell-da
于 2015-01-19T21:53:35.603 回答