-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete doesn't work in emacs #25
Comments
did you have merlin, ocp-index, or both installed ? They each have their own setup for completion. |
I tested this some more on a fresh system, and I'll investigate where this is raised from, and polish the result in this case. I don't think it could be wise to include auto-complete or company, but we could at least print a nicer message on what to do! After all nowadays it's just a |
That sounds reasonable. It's worth noting that, even after installing company-mode, it didn't magically work, and it wasn't obvious to me how to get it working with company mode. My weakly held view is that if we need to pick one, company mode is the superior choice, and so it would be reasonable to make that the default if that made it easier. But something needs to be done to make this smoother. |
The emacs autocomplete setup doesn't seem to work for me. I'm running:
It complains with this when I try to auto-complete:
Symbol's function definition is void: auto-complete
As a side note, I wonder if the default auto-complete is the right choice for completion. At work, we use company-mode (short for "complete anything". Sigh.) which seems to work quite well.
The text was updated successfully, but these errors were encountered: