mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * etc/PROBLEMS: Problem with Enchant 2.x. (Bug#81330)
This commit is contained in:
parent
5dd8fe25c2
commit
69463bfc0c
10
etc/PROBLEMS
10
etc/PROBLEMS
|
|
@ -959,6 +959,16 @@ specified run-time search path in the executable.
|
|||
|
||||
Please refer to the documentation of your dynamic linker for details.
|
||||
|
||||
*** Using Enchant 2.x as the Ispell back-end signals an error.
|
||||
|
||||
The error message says "enchant-2: Unknown option -C".
|
||||
|
||||
This is because many dictionary definitions in the default value of
|
||||
'ispell-dictionary-alist' use the '-C' command-line option, which is not
|
||||
supported by some versions of Enchant 2.x. Support for '-C' was added
|
||||
to Enchant in version 2.8.17, so use that or later version to solve this
|
||||
problem.
|
||||
|
||||
*** When you run Ispell from Emacs, it reports a "misalignment" error.
|
||||
|
||||
This can happen if you compiled the Ispell program to use ASCII
|
||||
|
|
|
|||
Loading…
Reference in a new issue