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

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

Re: cedet and auto-complete


From: Richard Riley
Subject: Re: cedet and auto-complete
Date: Tue, 02 Mar 2010 08:26:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Richard Riley <rileyrgdev@gmail.com> writes:

> Just another quick poll to see if anyone has got the new cedet working
> with auto-complete. cedet has developed its own completion UIs but
> ideally I would like to use auto-complete as I do in all other
> modes. Has anyone a workaround or instructions for allowing this to
> work? Unfortunately if you only enable the minimum features which then
> turns off the cedet completion mechs, it also turns off the semantic
> navigation features which kind of detracts from its usefulness.
>
> Any help or pointer appreciated,
>
> r.
>

OK, user errror to a degree - I have now moved back to company-mode
(newer version is available) and made sure it was on the load path
before the version that came with nxhtml.

Works well.

Here is my simple setup which turns on ispell support in text-mode and
so works in gnus message modes.

,----
|   (add-to-list 'load-path "~/.emacs.d/company-mode")
|   (require 'company)
|   (add-hook 'text-mode-hook (lambda()(add-to-list 'company-backends 
'company-ispell)))
|   (require 'company-ispell)
|   (global-company-mode)
`----

This is with cedet 1.0pre7 and company-mode 0.5





reply via email to

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