serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

Company mode #40

Open corymickelson opened 8 years ago

corymickelson commented 8 years ago

Any idea how ghc-boot process is done? I have tried for nearly three days now to get this to work. Company mode does not seem to work in any given haskell buffer. Everything else works great, but the completions are non existent. Any idea welcome thanks

emaphis commented 8 years ago

If you are using ghc-mod you may want to try this: https://github.com/iquiw/company-ghc

I'm not using ghc-mod right at the moment and company mode seems to work right out of the box.

ghost commented 8 years ago

@corymickelson I looked at your dotfiles, and everything seems correct. Does the issue still persist?