-
Notifications
You must be signed in to change notification settings - Fork 52
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
requiring malabar-mode fails with (invalid-slot-type ede-project-autoload proj-root function ede-maven2-project-root) #136
Comments
Digging further, I think the latest version of ede may have removed the |
It looks like it was removed, I added a stub that used |
Where are you getting CEDT from and which version of malabar-mode are you using? |
I'm getting CEDET from http://git.randomsample.de/cedet.git , currently on SHA 1f54b22. For malabar-mode, I'm using the latest from MELPA - malabar-mode-20141211.1319 |
Looks like Here's the full commit message and diff: https://gist.github.com/dakrone/2d81ff3e2e96f3c836ca |
More digging, it looks like |
The version that is currently in MELPA is the last version on that branch. I have started a rewrite but it is not ready for MELPA yet. Checkout the 2.0 branch and follow the instructions at https://github.com/m0smith/malabar-mode/blob/develop/doc/2.0/INSTALL.md to install. |
Thanks for the heads up, I'm working with the 2.0 branch now. Unfortunately
|
Are you using the develop cedet from github? |
I haven't been, I was using it from the mainline dev git repo, I see that the CEDET from github has changes that aren't part of the actual CEDET main branch. For now, I've reverted back to using the included CEDET in Emacs 24.4 and pinned malabar-mode to melpa-stable instead of using unstable package, so I'm going to close this for now. Looking forward to the next stable release of malabar-mode, thanks for all the work you're putting into it! |
In working on gh-177 I came across the same problems. I will now be able to implement your suggestions. Thanks |
I ran into a similar issue and couldn't solve it. What I did on Ubuntu 14.04 was to
The error is the same as stated above: cannot find ede/maven2. Is there any hope to make malabar and emacs friends again? |
When using a nightly CEDET (I believe this issue has to do with EIEIO), I get this error when requiring malabar-mode in my Emacs initialization:
Here is the full debugging trace:
The text was updated successfully, but these errors were encountered: