Emacs auto-complete mode for Groovy?
autocomplete, emacs, groovy
Solution
AFAIK there is no working (intelligent) auto-complete for Groovy. If you are inclined to a bit of hacking, the easiest way to achieving this would be to modify emacs-eclim (an Emacs package for talking to Eclipse) to work with the Eclipse Groovy plugin. Shouldn't be that bad, as there is existing code for working with Eclipse Java that you could use as scaffolding.
HTH and sorry :(
Problem
Is there a Groovy compatible auto-complete mode for emacs? I also was not able to find a keyword dictionary that I can use with emacs autocomplete. Help would be much appreciated.