all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Eric M. Ludlam" <eric@siege-engine.com>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: David Engster <deng@randomsample.de>, emacs-devel@gnu.org
Subject: Re: CEDET branch
Date: Sat, 12 Sep 2009 08:15:29 -0400	[thread overview]
Message-ID: <1252757729.4770.43.camel@projectile.siege-engine.com> (raw)
In-Reply-To: <8763bquvfh.fsf@stupidchicken.com>

On Thu, 2009-09-10 at 21:22 -0400, Chong Yidong wrote:
> David Engster <deng@randomsample.de> writes:
> 
> > While playing around with the new branch, a few things popped up:
> >
> > * I am wondering how the basic CEDET setup should work now, since
> >   semantic-load.el is not in the branch. In cedet.el, I read I should
> >   use
> >
> >    (setq semantic-load-turn-useful-things-on t)
> >    (require 'cedet)
> >
> >   However, this does not enable the semanticdb database, which has still
> >   to be activated through
> >
> >    (global-semanticdb-minor-mode 1)  ,
> >
> >   otherwise not much will work.
> 
> Thanks for spotting this.  I'll work on a fix.
> 
> 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.

The 'minimum features' is actually a list of two minor modes
(semanticdb, and the idle scheduler), plus some code to load in caches
which is only needed when trying to combine with ebrowse.

The idea of a 'cedet' mode is something I'd been contemplating for a
while.  Even though CEDET is "one" collection of tools, each individual
tool (ede, semantic, srecode, etc) is treated independently.
Configuring cross-dependencies between these tools can be confusing, or
so I guess from the questions I see.

Having one master name (cedet) as an interface controlling all the parts
so users don't need to see the individual names might be a boon for
getting configurations working.  The current name set is useful for
development where being specific is needed.

I updated the cedet.el comments to reflect the 'new way' of configuring
things.

Eric




  parent reply	other threads:[~2009-09-12 12:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-09  2:23 CEDET branch Chong Yidong
2009-09-09 16:19 ` David Engster
2009-09-11  1:22   ` Chong Yidong
2009-09-11  2:56     ` Stefan Monnier
2009-09-11 12:21       ` Jason Rumney
2009-09-11 10:41     ` David Engster
2009-09-13 16:19       ` Chong Yidong
2009-09-12 12:15     ` Eric M. Ludlam [this message]
2009-09-12 18:56       ` David Engster
2009-09-12 20:20         ` Eric M. Ludlam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1252757729.4770.43.camel@projectile.siege-engine.com \
    --to=eric@siege-engine.com \
    --cc=cyd@stupidchicken.com \
    --cc=deng@randomsample.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.