bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50241: Acknowledgement (flyspell doesn't work with multiple dictiona


From: Konstantin Kharlamov
Subject: bug#50241: Acknowledgement (flyspell doesn't work with multiple dictionaries)
Date: Sat, 28 Aug 2021 21:59:15 +0300
User-agent: Evolution 3.40.4

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@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 50241@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]