From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel,gmane.emacs.jdee.user Subject: Re: Implementing Eclipse's "organize-imports" in Emacs Lisp Date: Thu, 24 Jan 2008 17:26:08 -0700 Message-ID: References: <4795F934.9010703@gmail.com> <4798473D.1010505@pajato.com> <9caafe030801241653q76c4e6b8o477c52c2add83efd@mail.gmail.com> Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201223721 5419 80.91.229.12 (25 Jan 2008 01:15:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2008 01:15:21 +0000 (UTC) Cc: jdee-users@lists.sourceforge.net To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 25 02:15:41 2008 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 1JIDAR-00069a-QU for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 02:15:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIDA1-0000gp-JJ for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 20:15:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JID9x-0000gj-Vu for emacs-devel@gnu.org; Thu, 24 Jan 2008 20:15:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JID9v-0000fk-SL for emacs-devel@gnu.org; Thu, 24 Jan 2008 20:15:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JID9v-0000fN-N6 for emacs-devel@gnu.org; Thu, 24 Jan 2008 20:15:07 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JID9v-0004w4-Eg for emacs-devel@gnu.org; Thu, 24 Jan 2008 20:15:07 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JID9q-0007AV-TP for emacs-devel@gnu.org; Fri, 25 Jan 2008 01:15:02 +0000 Original-Received: from 207.189.196.151 ([207.189.196.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2008 01:15:02 +0000 Original-Received: from tromey by 207.189.196.151 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2008 01:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 207.189.196.151 X-Attribution: Tom User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) Cancel-Lock: sha1:XSRIMUX5Zvc48AaC/7WFZkQ9Y9U= X-detected-kernel: by monty-python.gnu.org: 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:87462 gmane.emacs.jdee.user:12 Archived-At: >>>>> ">" == Yee Keat Phuah writes: >> I have the same idea about utilizing some of the eclipse libraries, I >> am already using one of them, the ecj eclipse java compiler. [...] >> Having said that, my experience with both emacs and lisp is very >> limited, not to mention my time. Just wondering whether anyone else >> have explored this possibility, it will surely ease in maintaining >> jdee in the future if we head down this direction. There's eclim, a similar idea applied to vim: http://eclim.sourceforge.net/ I haven't tried it but I believe this runs a headless eclipse (the whole thing AFAICT) in the background. That seems a bit heavyweight, but OTOH perhaps they have done all the hard work already. Tom