From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.help Subject: Re[2]: An Eclim frontend for Emacs Date: Sat, 18 Apr 2009 18:44:14 -0400 Message-ID: <200904182244.n3IMiEA5016910@projectile.siege-engine.com> References: <87y6tz12m2.fsf@thinkpad.tsdh.de> <87ws9i6ggv.fsf@thinkpad.tsdh.de> <87fxg6urhz.fsf_-_@thinkpad.tsdh.de> <200904181430.n3IEUqhW014738@projectile.siege-engine.com> <87k55hx0t4.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1240094695 16004 80.91.229.12 (18 Apr 2009 22:44:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2009 22:44:55 +0000 (UTC) Cc: tassilo@member.fsf.org, help-gnu-emacs@gnu.org To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 19 00:46:14 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LvJIc-00070k-1q for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Apr 2009 00:46:14 +0200 Original-Received: from localhost ([127.0.0.1]:47349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvJHD-00030Y-97 for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2009 18:44:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvJGl-0002wT-Dc for help-gnu-emacs@gnu.org; Sat, 18 Apr 2009 18:44:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvJGj-0002rv-HY for help-gnu-emacs@gnu.org; Sat, 18 Apr 2009 18:44:18 -0400 Original-Received: from [199.232.76.173] (port=54944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvJGj-0002rb-AH for help-gnu-emacs@gnu.org; Sat, 18 Apr 2009 18:44:17 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:38849 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvJGi-0000Fj-Pl for help-gnu-emacs@gnu.org; Sat, 18 Apr 2009 18:44:16 -0400 Original-Received: from projectile.siege-engine.com (localhost.localdomain [127.0.0.1]) by projectile.siege-engine.com (8.12.8/8.12.8) with ESMTP id n3IMiFEB016912; Sat, 18 Apr 2009 18:44:15 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.12.8/8.12.8/Submit) id n3IMiEA5016910; Sat, 18 Apr 2009 18:44:14 -0400 In-reply-to: (message from Nikolaj Schumacher on Sat, 18 Apr 2009 23:00:03 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63861 Archived-At: >>> Nikolaj Schumacher seems to think that: >Tassilo Horn wrote: > >> No, I don't think eclim (which means eclipse) uses some kind of tags >> database. > >Well, eclipse does keep a syntax tree of the source code. Eclim doesn't >necessarily make it available in a raw form, but it has (at least) a >command to print the class prototypes (java_class_prototype). > >Looking at the source code it wouldn't be too hard to return methods, >arguments, etc. in CSV form. Somebody just would have to convince the >vim folks to accept patches helping an Emacs project. ;) > > >Either way, it's a very neat project. Thanks to whoever mentioned it >first. ;) The completion seems to work well with company[1], too, so >I'll include a back-end in the next version. [ ... ] Company mode supports the CEDET completion engine also. If someone is going to find out how to make eclim work w/ Emacs, doing so with CEDET would help company mode, plus several other tools that use CEDET as a back-end. I don't know anything about how eclipse works, but I'd be happy to help someone figure out the CEDET angle. Eric -- Eric Ludlam: eric@siege-engine.com Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net