Skip to content
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

eclim-java-complete results elisp error #51

Closed
sanel opened this issue Jul 11, 2012 · 4 comments
Closed

eclim-java-complete results elisp error #51

sanel opened this issue Jul 11, 2012 · 4 comments

Comments

@sanel
Copy link

sanel commented Jul 11, 2012

When 'eclim-java-complete' was issued on unknown class (which is available in classpath), eclim-java-complete should complete it (or suggest) and add required 'import' if needed. However, when this command was run, it will write:

Wrong type argument: lisp, [((type . "t") (info . - ) (menu . ...))]

Here I replaced actual class with and the package with .

Thanks.

@fred-o
Copy link
Collaborator

fred-o commented Jul 22, 2012

I think this is related to #40 (comment)

@fred-o
Copy link
Collaborator

fred-o commented Jul 22, 2012

I have a preliminary patch for this in my repo; please try it and see if it works for you: https://github.com/fred-o/emacs-eclim

@lespaul
Copy link
Contributor

lespaul commented Jul 23, 2012

fred-o's fix worked for me.

@fred-o
Copy link
Collaborator

fred-o commented Jul 23, 2012

Cool. I've merged the code into the main repo.

@fred-o fred-o closed this as completed Jul 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants