For a long time, I used company autocompletion for my Elm files. But about 1,5 weeks ago it stopped working, although I didn't touch company-mode or elm-mode settings.
When I type upda in Elm file containing a lot of functions which start with "update..." and then type M-x company-complete I get such error:
For a long time, I used company autocompletion for my Elm files. But about 1,5 weeks ago it stopped working, although I didn't touch
company-mode
orelm-mode
settings.When I type
upda
in Elm file containing a lot of functions which start with "update..." and then typeM-x company-complete
I get such error:In other major modes like
haskell-mode
oremacs-lisp-mode
company completion works as expected, so it is a bug not in acompany
.