From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Plate Newsgroups: gmane.emacs.devel Subject: Re: JDEE and CVS Emacs Date: Sat, 26 Nov 2005 18:02:28 +0100 Message-ID: <87zmnrnxzv.fsf@myusenet.dyndns.org> References: <32cc68c32c84cf.32c84cf32cc68c@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133026255 6570 80.91.229.2 (26 Nov 2005 17:30:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2005 17:30:55 +0000 (UTC) Cc: LENNART BORGMAN , "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 26 18:30:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eg3st-0003V6-QI for ged-emacs-devel@m.gmane.org; Sat, 26 Nov 2005 18:30:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg3st-0007Ow-1z for ged-emacs-devel@m.gmane.org; Sat, 26 Nov 2005 12:30:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eg3Rw-0000U3-Bk for emacs-devel@gnu.org; Sat, 26 Nov 2005 12:02:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eg3Rs-0000RF-K7 for emacs-devel@gnu.org; Sat, 26 Nov 2005 12:02:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg3Rq-0000Pl-SC for emacs-devel@gnu.org; Sat, 26 Nov 2005 12:02:51 -0500 Original-Received: from [217.72.192.226] (helo=smtp08.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eg3Rp-0002d5-S7 for emacs-devel@gnu.org; Sat, 26 Nov 2005 12:02:50 -0500 Original-Received: from dialin-212-144-181-045.pools.arcor-ip.net ([212.144.181.45] helo=chris.web.de) by smtp08.web.de with esmtp (WEB.DE 4.105 #333) id 1Eg3Rm-0006kd-00; Sat, 26 Nov 2005 18:02:46 +0100 Original-To: Harald Maier In-Reply-To: (Harald Maier's message of "Thu, 24 Nov 2005 07:00:17 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Sender: cplate@web.de 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:46623 Archived-At: Harald Maier writes: >> Is anyone here using JDEE with CVS Emacs? What versions of JDEE etc >> are you using then? > jde-version is a variable defined in `jde.el'. > Its value is "2.3.5" > > cedet-version is a variable defined in `cedet.el'. > Its value is "1.0beta2" > > GNU Emacs 22.0.50.7 (powerpc-apple-darwin8.3.0) of 2005-11-19 on > gaia.local Same versions here. JDE works quite good with CVS-Emacs, although i had to patch at some places, because JDE currently only supports the stable Emacs. Christian