From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: State of Java support in JDEE, was: Re: cl-lexical-let? Date: Sat, 18 Jul 2015 14:27:38 -0500 Message-ID: <867fpx2rmd.fsf@stephe-leake.org> References: <867fq0hvr2.fsf@stephe-leake.org> <55AA905B.6050200@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437247701 4606 80.91.229.3 (18 Jul 2015 19:28:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 19:28:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 21:28:11 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZGXmK-0007Al-Uw for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 21:28:09 +0200 Original-Received: from localhost ([::1]:49475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXmK-0005C7-CT for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 15:28:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXm7-0005Bj-0M for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:27:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGXm3-0002f9-R8 for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:27:54 -0400 Original-Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:47753) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZGXm3-0002f3-J4 for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:27:51 -0400 Original-Received: (qmail 28544 invoked by uid 0); 18 Jul 2015 19:27:46 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy10.mail.unifiedlayer.com with SMTP; 18 Jul 2015 19:27:46 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id tvTi1q0062UdiVW01vTlsX; Sat, 18 Jul 2015 13:27:46 -0600 X-Authority-Analysis: v=2.1 cv=BucOn+n5 c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=zOBTXjUuO1YA:10 a=vaJtXVxTAAAA:8 a=NEAV23lmAAAA:8 a=gAI4k1yLwzCRbxe1DPYA:9 Original-Received: from [76.218.37.33] (port=50708 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZGXlt-0000Tt-Ob for emacs-devel@gnu.org; Sat, 18 Jul 2015 13:27:42 -0600 In-Reply-To: <55AA905B.6050200@yandex.ru> (Dmitry Gutov's message of "Sat, 18 Jul 2015 20:43:55 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.20.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187959 Archived-At: Dmitry Gutov writes: > Hi again, Stephen, > > On 07/16/2015 08:12 PM, Stephen Leake wrote: >> I'm updating jdee for emacs 25. > > Since you doing this, you probably know: is there any kind of support > now for language features of Java versions above 1.4, in JDEE? Not yet, but there is now interest in adding that. JDEE recently moved to a git repository on github https://github.com/jdee-emacs/jdee , and several people have expressed interest in working on it. > From what I've read before, it uses BeanShell (for completion, at > least), and the latter didn't support generics. Yes. The plan is to replace that with clojure. -- -- Stephe