emacs-languagetool / flymake-languagetool

Flymake support for LanguageTool
GNU General Public License v3.0
33 stars 11 forks source link

Disabling backend flymake-languagetool--checker #8

Closed genomorro closed 2 years ago

genomorro commented 2 years ago

Hi, I just installed flymake-languagetool:

(use-package flymake-languagetool
  :ensure t
  :hook ((text-mode       . flymake-languagetool-load)
         (latex-mode      . flymake-languagetool-load)
         (org-mode        . flymake-languagetool-load)
         (markdown-mode   . flymake-languagetool-load))
  :init
  (setq flymake-languagetool-server-jar "/opt/LanguageTool-5.7/languagetool-server.jar"))

When I open a file and enable flymake-mode, I read in *Flymake log* buffer:

Warning [flymake mexmiart04t9lab.tex]: Disabling backend flymake-languagetool--checker because (error Autoloading file /usr/share/emacs/27.2/lisp/emacs-lisp/seq.elc failed to define function seq-union)

I need a suggestion to solve this. Thanks.

tpeacock19 commented 2 years ago

Hello, thanks for bringing this to my attention. Can you pull the latest version from git and let me know if that fixes the issue?

Also, I believe it auto-closed this issue when I referenced it in the commit message. I do intend to see this fixed of course.

genomorro commented 2 years ago

Yes, It's working now. Thanks.