help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eclim without jde?


From: Richard Riley
Subject: Re: eclim without jde?
Date: Sun, 15 Aug 2010 19:11:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> Richard Riley <rileyrg@gmail.com> writes:
>
>>
>>
>> The issue is with auto-completion.
>>
>> Just including eclim doesnt suddenly make auto completion work.
>
>
> Sure it doesn't, you need to have something like this (not sure if it's
> the correct function).
>
>
>
>
> --8<---------------cut here---------------start------------->8---
>   (add-hook 'java-mode-hook 
>             '(lambda ()
>                (add-to-list 'ac-sources 'eclim-complete)))
> --8<---------------cut here---------------end--------------->8---
>
>
>
> The ac-sources is a list of functions that auto-complet uses to check if
> there is a possible completion.
>

Yes. I know .. and ac-source-eclim uses ac-eclim-candidates which in
turn calls eclim/java-complete which resides in eclim-java which pulls
in jde which is incompatible with cedet in 23.2 onwards... Have you
tried it?

I am assuming you have this working as you seem quite adament it works
;) My own experiences here say not but I could have missed something
obvious here.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]