goemacsautocompleteflyspell

Use Flyspell-prog-mode with go-autocomplete


Using flyspell-prog-mode in emacs causes go-automplete to choke. Is there anyway I can make these two modes play nicely together?

I have researched using another spell checker but did not find one that has same capabilities as flyspell (i.e only check comments and strings, and do it on the fly). Any tips most appreciated, thanks


Solution

  • This is a general issue with auto-complete. Just do

    (ac-flyspell-workaround)
    

    after setting up auto-complete.