emacs-devel
[Top][All Lists]
Advanced

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

Re: CEDET branch


From: Eric M. Ludlam
Subject: Re: CEDET branch
Date: Sat, 12 Sep 2009 16:20:16 -0400

On Sat, 2009-09-12 at 20:56 +0200, David Engster wrote:
> Eric M. Ludlam <address@hidden> writes:
> > On Thu, 2009-09-10 at 21:22 -0400, Chong Yidong wrote:
> >> I wonder, though, whether the merged version of CEDET should provide a
> >> different method for activating CEDET.  The out-of-tree version requires
> >> you to put something like
> >> 
> >>     (setq semantic-load-turn-useful-things-on t)
> >>     (require 'cedet)
> >> 
> >
> > That commentary was apparently written a very long time ago.  The
> > semantic load feature set has command such as:
> >
> > (semantic-load-enable-minimum-features)
> > (semantic-load-enable-code-helpers)
> > (semantic-load-enable-gaudy-code-helpers)
> >
> > which are handy, or a user can turn on the misc features one at a time.
> 
> [...]
> 
> > I updated the cedet.el comments to reflect the 'new way' of configuring
> > things.
> 
> The problem is that semantic-load.el isn't in the Emacs CEDET branch. If
> the above configuration is OK for Emacs, it would have to be imported
> first.

I think it's ok for Emacs to do something different.  For example, there
might be some single submenu under tools with some options there to turn
various subsets of CEDET on or off, calling them things like
"completion" or "projects" or some-such.

The current way CEDET does setup is too focused on the individual tools
and goofy names therein.  If I can ever get this cedet 1.0 thing
"donish", that was one of many things on my future todo list.

Eric




reply via email to

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