From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Berndl, Klaus" Newsgroups: gmane.emacs.devel Subject: AW: CEDET update Date: Wed, 23 Sep 2009 12:29:53 +0200 Message-ID: <7697A57B1AD9104F993CDF6A5B69430C08980E4379@CORPMAIL08.corp.capgemini.com> References: <874oqv3ggt.fsf@stupidchicken.com> <19128.11528.301829.281076@totara.tehura.co.nz> <873a6flmfo.fsf@cyd.mit.edu>, <19128.16610.62148.629635@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253714522 2465 80.91.229.12 (23 Sep 2009 14:02:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2009 14:02:02 +0000 (UTC) Cc: "emacs-devel@gnu.org" , "Eric M. Ludlam" To: Nick Roberts , Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 23 16:01:53 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 1MqSPI-00049s-IF for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2009 16:01:20 +0200 Original-Received: from localhost ([127.0.0.1]:38186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqSPH-0001jI-Rm for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2009 10:01:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqP6t-0004Zr-15 for emacs-devel@gnu.org; Wed, 23 Sep 2009 06:30:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqP6m-0004Xj-Mj for emacs-devel@gnu.org; Wed, 23 Sep 2009 06:30:06 -0400 Original-Received: from [199.232.76.173] (port=38135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqP6m-0004XY-5g for emacs-devel@gnu.org; Wed, 23 Sep 2009 06:30:00 -0400 Original-Received: from spfdefra01.capgemini.com ([194.11.253.100]:18233) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MqP6l-00022a-8S for emacs-devel@gnu.org; Wed, 23 Sep 2009 06:29:59 -0400 X-IronPort-AV: E=Sophos;i="4.44,437,1249250400"; d="scan'208";a="191928999" Original-Received: from unknown (HELO corpmx12.corp.capgemini.com) ([205.223.229.53]) by IRDEFRA-C650-01-D2-incoming.capgemini.com with ESMTP/TLS/RC4-MD5; 23 Sep 2009 12:29:53 +0200 Original-Received: from CORPMAIL08.corp.capgemini.com ([205.223.229.25]) by CORPMX12 ([205.223.229.53]) with mapi; Wed, 23 Sep 2009 12:29:53 +0200 Thread-Topic: CEDET update Thread-Index: Aco7OjzYG6v+iMAgS1i2nJ6Ep+cZIwA/bkwZ In-Reply-To: <19128.16610.62148.629635@totara.tehura.co.nz> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Wed, 23 Sep 2009 10:01:14 -0400 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:115547 Hi, i'm the maintainer of ECB and therefore also for tree-buffer.el... as the n= aming already expresses, tree-buffer.el is independent from ECB (the name d= oesn' start with ecb-) though it has been developed primarly for ECB - but = is contains NO dependency to ECB and AFAIK ;-) and also no advices - it sim= ply is a library which allows displaying arbitrary stuff in a tree-structur= e... is can display the tree completey in ascii-manner (e.g. [+] for an exp= and-symbol) but it is much nicer when using images for this... Well, back to topic: It you like it you can integrate tree-buffer.el into E= macs as stand-alone lib... (when images should be used you can also integra= te the images of ECB)... But, i still have not signed any papers - but if you tell me what i have to= do, where i can get them etc.. , then i can do it... best regards klaus ________________________________________ Von: emacs-devel-bounces+klaus.berndl=3Dsdm.de@gnu.org [emacs-devel-bounces= +klaus.berndl=3Dsdm.de@gnu.org] im Auftrag von Nick Roberts [nickrob@snap.n= et.nz] Gesendet: Dienstag, 22. September 2009 05:13 An: Chong Yidong Cc: Eric M. Ludlam; emacs-devel@gnu.org Betreff: Re: CEDET update > > 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.) You've not answered my question: does CEDET have something similar? > That reminds me: I haven't replaced "our" Speedbar with CEDET's version. Which might make it more important for the GDB Graphical Interface not to use the speedbar. The file tree-buffer.el is 168k and appears to be self contained. CEDET see= ms to be fifty times bigger. As for causing "indigestion", it brings Mr. Creosote to mind: "Just one more wafer-thin mint, sir?" -- Nick http://users.snap.net.nz/~ni= ckrob=