senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
155 stars 21 forks source link

Add company-mode as git submodule #212

Closed tonini closed 10 years ago

tonini commented 10 years ago

When you want to use company-mode and set the cabbage-completion-framework variable, I just get the following error constantly in the minibuffer

Error running timer `company-idle-begin': (void-function company-pysmell)

Update company-mode fix this issue.

Maybe it's a good idea to add the company-mode as a submodule.

senny commented 10 years ago

@tonini are you using company?

tonini commented 10 years ago

@senny I had to try it because of a few Elixir developers who tried cabbage out. But since I realized this morning that I have to investigate another problem (TAB is not cycling through found completions) I'm not going to switch at the moment. First I have to find where the problem is.

tonini commented 10 years ago

@senny I'm using company mode now for a few days because I'm building a backend for my alchemist mode. Would be great if we could update this package, also because it's an out of date version with an issue.

senny commented 10 years ago

There is a chance this patch conflicts with our emacs-eclim integration. I think that's why we had it vendored in the first place.