From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: CEDET update Date: Mon, 21 Sep 2009 22:53:31 -0400 Message-ID: <873a6flmfo.fsf@cyd.mit.edu> References: <874oqv3ggt.fsf@stupidchicken.com> <19128.11528.301829.281076@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253587939 24539 80.91.229.12 (22 Sep 2009 02:52:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2009 02:52:19 +0000 (UTC) Cc: "Eric M. Ludlam" , emacs-devel@gnu.org To: nickrob@snap.net.nz (Nick Roberts) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 22 04:52:12 2009 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.50) id 1MpvUA-0004kk-V1 for ged-emacs-devel@m.gmane.org; Tue, 22 Sep 2009 04:52:11 +0200 Original-Received: from localhost ([127.0.0.1]:55140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpvU9-0000sg-SO for ged-emacs-devel@m.gmane.org; Mon, 21 Sep 2009 22:52:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpvU3-0000sa-Hd for emacs-devel@gnu.org; Mon, 21 Sep 2009 22:52:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpvTz-0000sJ-03 for emacs-devel@gnu.org; Mon, 21 Sep 2009 22:52:02 -0400 Original-Received: from [199.232.76.173] (port=57947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpvTy-0000sG-Ok for emacs-devel@gnu.org; Mon, 21 Sep 2009 22:51:58 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:37512) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MpvTy-0008Fp-Ap for emacs-devel@gnu.org; Mon, 21 Sep 2009 22:51:58 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpvTx-00065h-Ng for emacs-devel@gnu.org; Mon, 21 Sep 2009 22:51:57 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 5C4D457E26C; Mon, 21 Sep 2009 22:53:31 -0400 (EDT) In-Reply-To: <19128.11528.301829.281076@totara.tehura.co.nz> (Nick Roberts's message of "Tue, 22 Sep 2009 13:48:56 +1200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115511 Archived-At: nickrob@snap.net.nz (Nick Roberts) writes: > Does it include ECB? I would like to use tree-buffer.el for watch > expressions in the GDB Graphical Interface instead of the speedbar. > If not, does CEDET have something similar? Otherwise, could we add > that to the trunk too? ISTR that, at one time, there was talk about > including ECB in Emacs. No, ECB is not included. My feeling is that including it right now will lead to "indigestion"; CEDET is already a big enough addition. (Adding ECB would also require us to get the window grouping interface working.) That reminds me: I haven't replaced "our" Speedbar with CEDET's version. I'm not sure how to begin going about doing that. Eric?