From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: ECB Date: Sun, 04 Jul 2004 11:24:59 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <8665953yk6.fsf@rumba.de.uu.net> <867jtkqfhk.fsf@rumba.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088936793 15970 80.91.224.253 (4 Jul 2004 10:26:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jul 2004 10:26:33 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 04 12:26:23 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bh4CV-0005B0-00 for ; Sun, 04 Jul 2004 12:26:23 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bh4CV-0001l2-00 for ; Sun, 04 Jul 2004 12:26:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bh4EP-0000bl-RY for emacs-devel@quimby.gnus.org; Sun, 04 Jul 2004 06:28:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bh4ED-0000bg-Sf for emacs-devel@gnu.org; Sun, 04 Jul 2004 06:28:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bh4EC-0000bU-BJ for emacs-devel@gnu.org; Sun, 04 Jul 2004 06:28:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bh4EC-0000bR-6t for emacs-devel@gnu.org; Sun, 04 Jul 2004 06:28:08 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bh4BO-0001J7-BD; Sun, 04 Jul 2004 06:25:14 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 3GCPV6ZY; Sun, 4 Jul 2004 11:23:12 +0100 Original-Received: from 195.137.77.250 ([195.137.77.250] helo=NYAUMO) by ASSP-nospam ; 4 Jul 04 10:23:09 -0000 Original-To: Kai Grossjohann In-Reply-To: <867jtkqfhk.fsf@rumba.de.uu.net> (Kai Grossjohann's message of "Sun, 04 Jul 2004 11:38:31 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25437 Kai Grossjohann writes: > And then, CEDET contains libraries and utilities that are used for > implementing the other packages. > > I hope that I have not misrepresented the CEDET functionality too > much. speedbar is also a part of CEDET. My understanding is that these tools originally started as seperate elisp libraries, but have grown dependant on each other and the author (Eric Ludlam ) has decided to release them as a single package in future.