Hello, I've been trying to use company-mode for java programming, but cannt get a completion output. I've downloaded CEDET and also tried with GnuGlobal. What is the exact setup for .emacs file to run company-mode for java? BTW I dont see completion options for .cpp files either.
Cheers Kev Nikolaj Schumacher-2 wrote: > > Company is a modular completion mechanism. > > This version brings a few bug fixes and the following features: > > > The dabbrev back-end now searches other buffers, but with a > user-specified time-limit. > > There is a new dabbrev variant specifically for code. It searches for > symbols instead of words and skips comments and strings. > > Completions from multiple back-ends can now be merged. For example, it > is possible to combine the candidates from etags (for global symbols), > dabbrev (for local variables) and language-specific keywords. > > > > All this should make company much more suitable for languages not > supported by CEDET, e.g. Python. > > As always, the latest version is available at > http://nschum.de/src/emacs/company-mode/ > > and should also be on ELPA (http://tromey.com/elpa/) soonish. > > regards, > Nikolaj Schumacher > > > _______________________________________________ > gnu-emacs-sources mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources > > -- View this message in context: http://www.nabble.com/company-0.4-----extensible-inline-text-completion-mechanism-tp23112212p24823628.html Sent from the Emacs - Sources mailing list archive at Nabble.com. _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
