From ac14e3f55127416ddff2a4390124753df3d26353 Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Mon, 2 Nov 2015 08:25:28 +0100 Subject: [PATCH] Document auto-dictionary limitations --- layers/spell-checking/README.org | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/layers/spell-checking/README.org b/layers/spell-checking/README.org index fc58f879a..844af7e36 100644 --- a/layers/spell-checking/README.org +++ b/layers/spell-checking/README.org @@ -50,6 +50,36 @@ the variable =spell-checking-enable-auto-dictionary= to something other than '((spell-checking :variables spell-checking-enable-auto-dictionary t))) #+END_SRC +Some people encountered bugs with =auto-dictionary-mode=, especially in *daemon +mode* where new =emacsclient= open directly freezed. If so, no other workaround +have been found yet than disabling =auto-dictionary-mode= completely. + +Not all languages are supported by =auto-dictionary-list=. The supported +languages are listed in the =adict-language-list= variable, that can be checked +with =spacemacs/describe-variable=. For convenience, here is the list of +currently supported language: + +| Language | +|-------------------| +| catalan | +| classical greek | +| danish | +| english | +| esperanto | +| french | +| german | +| hindi | +| hungarian | +| modern greek | +| norwegian bokmål | +| norwegian nynorsk | +| portuguese | +| romanian | +| slovak | +| slovene | +| spanish | +| swedish | + * Key Bindings | Key Binding | Description |