GNU bug report logs -
#31034
Disappeared support for Ukrainian spelling check
Previous Next
Reported by: jamesjames <theism.tex <at> gmail.com>
Date: Mon, 2 Apr 2018 23:18:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Please keep the bug address on the CC list.]
> From: jamesjames <theism.tex <at> gmail.com>
> Date: Tue, 3 Apr 2018 11:03:29 +0300
>
> > I understand that your spell-checking program is Hunspell? What is
> > the value of ispell-program-name after you turn on spell-checking in a
> > buffer or "M-x load-library RET ispell RET"?
> >
>
> my ~/.emacs config:
> (add-hook 'LaTeX-mode-hook 'flyspell-mode)
> (add-hook 'LaTeX-mode-hook '(lambda () (setq ispell-change-dictonary
> "ukrainian")))
> (setq-default ispell-program-name "aspell")
> (setq ispell-dictionary "ukrainian")
> (setq ispell-local-dictionary "ukrainian")
> (setq flyspell-default-dictionary "ukrainian")
> (setq ispell-extra-args '("--sug-mode=fast"))
>
>
> cat /usr/share/emacs/25.3/lisp/textmodes/ispell.el | grep ukrain
>
> cat /usr/share/emacs/25.3/lisp/textmodes/ispell.el | grep russia
> ("russian" ; Russian.aff (KOI8-R charset)
> ("russianw" ; russianw.aff (CP1251 charset)
> ("russian" "ru_RU")
> ("russianw" "ru_RU")
>
> cat /usr/share/emacs/25.3/lisp/textmodes/ispell.el | grep polis
> ;; Dictionary norsk7-tex removed. Dictionary polish added.
> ("polish" ; Polish mode
> ("polish" "pl_PL")
>
>
> setting for Ukrainian is not present in the ispell.el
With Aspell and Hunspell, the available dictionaries are not taken
from ispell.el, they are dynamically detected by asking the
spell-checker to report what dictionaries are installed. What does
the following command display, if invoked from the shell prompt?
$ aspell dicts
also, what does the following command display?
$ aspell -vv
This bug report was last modified 7 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.