-
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
unable to use without Groovy #175
Comments
Two things to try: First, make sure groovy-mode is installed. Do not use the marmalade version as it is old. If neither of those suggestions help, please post more of the errors. |
Installed groovy-mode, it went without problems. Tried to reinstall malabar-mode, got the same errors as before. Note that I don't use marmalade, I used melpa from standard Emacs package list ( |
Full list of installation errors: http://paste.ubuntu.com/11097691/ |
The first warning is unrelated, it is due to a |
having the same issue. installed latest any idea what else could be missing? |
the reason of "Cannot open load file: no such file or directory, ede/maven" might be that built-in cedet is already loaded, so that the cedet from https://github.com/alexott/cedet/tree/devel is not loaded. try the following steps to load the needed cedet, not the built-in cedet. hope it helps.
|
I hit the same errors following the instructions on https://github.com/m0smith/malabar-mode#installation. |
Trying to install from melpa:
Compiling file /home/xxx/.emacs.d/elpa/malabar-mode-20150428.1004/malabar-abbrevs.el at Tue May 12 16:45:56 2015
Entering directory `/home/xxx/.emacs.d/elpa/malabar-mode-20150428.1004/'
malabar-abbrevs.el:26:1:Error: Opening directory: No such file or directory, /home/xxx/.gvm/groovy
and there are tons of other similar errors.
Now the package list shows the mode as installed, but if I go to any Java buffer and type 'M-x malabar-mode', I get "eval-buffer: Cannot open load file: No such file or directory, inf-groovy" in the message area.
Groovy is installed, but I have no idea how to use and don't know why I should.
The text was updated successfully, but these errors were encountered: