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

Auto-complete support #32

Closed
SeyZ opened this issue Oct 16, 2011 · 4 comments
Closed

Auto-complete support #32

SeyZ opened this issue Oct 16, 2011 · 4 comments

Comments

@SeyZ
Copy link
Contributor

SeyZ commented Oct 16, 2011

Hello,

It will be so great to have the eclim complete java feature integrated with auto-complete instead of company.

Do you think that it's a good idea ?

@fred-o
Copy link
Collaborator

fred-o commented Oct 16, 2011

It's a funny coincidence that you should mention it, as I've spent some time during the weekend hacking together some rudimentary support for auto-complete-more ;)

I hope to have something working in a few days or so.

@fred-o
Copy link
Collaborator

fred-o commented Oct 17, 2011

You can check out my WIP here: https://github.com/fred-o/emacs-eclim/tree/auto-complete-support

Activate it by adding this to your .emacs:

(require 'ac-emacs-eclim-source)
(add-hook 'eclim-mode-hook (lambda () (add-to-list 'ac-sources 'ac-source-emacs-eclim)))

@SeyZ
Copy link
Contributor Author

SeyZ commented Oct 17, 2011

Really nice ! Thanks fred-o !

@fred-o
Copy link
Collaborator

fred-o commented Oct 24, 2011

Just pushed the auto-complete-mode source to master. Enjoy! :)

@fred-o fred-o closed this as completed Oct 24, 2011
nloyola pushed a commit to nloyola/emacs-eclim.old that referenced this issue Jan 12, 2017
* Improve eclimd--ensure-started behaviour and documentation

An error is only thrown when autostarting is disabled and the call is not
synchronous, if ASYNC is t the user only receives a message but execution
continues (expect that CALLBACK is not executed).

* Autoload start-eclimd

* Remove non-working option to compile without Cask
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

2 participants