GNU bug report logs -
#50241
flyspell doesn't work with multiple dictionaries
Previous Next
Full log
View this message in rfc822 format
Alright, partially I made it to work: adding a line `(setq ispell-dictionary "ru_RU,en_US")` as in:
(progn
(require 'ispell)
(setq ispell-program-name "hunspell")
(ispell-hunspell-add-multi-dic "ru_RU,en_US")
(setq ispell-dictionary "ru_RU,en_US")
(flyspell-mode 1)
)
Launches the process with correct args. However, in this case running `(flyspell-mode 1)` ends up with an error
Error in post-command-hook (flyspell-post-command-hook): (error "No data for dictionary \"ru_RU,en_US\" in ‘ispell-local-dictionary-alist’ or ‘ispell-dictionary-alist’")
On Sat, 2021-08-28 at 18:35 +0000, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> bug-gnu-emacs <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 50241 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
This bug report was last modified 3 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.