From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: CEDET discoverability Date: Tue, 13 Jul 2010 18:16:53 -0400 Message-ID: <4C3CE5D5.6070305@siege-engine.com> References: <4C3B6A8A.80105@gmx.de> <87wrt0e81n.fsf@telefonica.net> <62E9699C07054418AB66F9C5FCB54E5C@us.oracle.com> <87sk3oe3la.fsf@telefonica.net> <1154D96E7D2F401D849266F359E44BB9@us.oracle.com> <87ocecdzou.fsf@telefonica.net> <87hbk4i1m4.fsf@uwakimon.sk.tsukuba.ac.jp> <87bpacdpwl.fsf@telefonica.net> <878w5fizcb.fsf@uwakimon.sk.tsukuba.ac.jp> <4C3C553D.9090203@siege-engine.com> <877hkze69r.fsf_-_@telefonica.net> <838w5fs7et.fsf@gnu.org> <877hkzl50f.fsf@lola.goethe.zz> <87zkxv483i.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279058550 3446 80.91.229.12 (13 Jul 2010 22:02:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 22:02:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 14 00:02:29 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OYnYX-0004I8-A1 for ged-emacs-devel@m.gmane.org; Wed, 14 Jul 2010 00:02:28 +0200 Original-Received: from localhost ([127.0.0.1]:58938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYnYV-0002Bh-6S for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 18:02:23 -0400 Original-Received: from [140.186.70.92] (port=46176 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYnYQ-0002Bc-Ly for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:02:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYnYP-00084o-Eo for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:02:18 -0400 Original-Received: from bird.interbax.net ([75.126.100.114]:58847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYnYP-00084h-94 for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:02:17 -0400 Original-Received: (qmail 15200 invoked from network); 13 Jul 2010 17:02:15 -0500 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net (HELO ?192.168.1.201?) (71.184.83.10) by interbax.net with SMTP; 13 Jul 2010 17:02:15 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre In-Reply-To: <87zkxv483i.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127220 Archived-At: On 07/13/2010 01:14 PM, Chong Yidong wrote: > David Kastrup writes: > >> semantic documentation consists of a lot of buzzwords, and some >> descriptions of its organization (not matching what is installed in >> Emacs), but describes pretty much _nothing_ you could actually call or >> use in Emacs. > > See the chapter "Using Semantic" in the manual, which, appropriately > enough, explains how to use Semantic. CEDET is a term coined to be a sourceforge project name that contains several independent tools which I maintain as a group. There is a cedet info manual that describes this and some basic setup, but perhaps it is not in Emacs? In any case it would be inaccurate, as the upstream CEDET install "does stuff" to get everything enabled, whereas in Emacs some of that needs to be turned on individually. I haven't updated to Emacs 23.2 or the trunk yet beyond what I need for merging code from Emacs for the upcoming structural conversion. It sounds like something I need to do to help answer these kinds of questions. Eric