From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: IDE versus emacs Date: Sat, 20 Oct 2012 14:55:19 +0000 (UTC) Message-ID: References: <83d30y87yi.fsf@gnu.org> <83626q7zvk.fsf@gnu.org> <87y5jl243r.fsf@gmail.com> <87pq4xbqup.fsf@wanadoo.es> <87d30xatgo.fsf@wanadoo.es> <20121006041754.GA30224@hysteria.proulx.com> <83pq4w6q3j.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350744939 2569 80.91.229.3 (20 Oct 2012 14:55:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 14:55:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 20 16:55:47 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TPaSo-0004k0-ON for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2012 16:55:46 +0200 Original-Received: from localhost ([::1]:61000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaSh-0001aA-AI for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2012 10:55:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaSc-0001Zp-Cc for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 10:55:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPaSb-00008W-6Q for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 10:55:34 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaSa-00008I-Vy for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 10:55:33 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TPaSe-0004fV-TA for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 16:55:37 +0200 Original-Received: from 94-21-223-194.pool.digikabel.hu ([94.21.223.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Oct 2012 16:55:36 +0200 Original-Received: from adatgyujto by 94-21-223-194.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Oct 2012 16:55:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.223.194 (Opera/9.80 (Windows NT 6.1; U; IBM EVV/3.0/EAK01AG9/LE; en) Presto/2.10.289 Version/12.02) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87343 Archived-At: Jai Dayal gmail.com> writes: > > Isn't this for Vim???? Originally it is, but the frontend is separated from the backend, so any editor can implement a frontend for it. Here's the emacs frontend: https://github.com/senny/emacs-eclim It is quite usable, especially for Java, but it does not implement all the features of eclim, so it can even be better if people help out. The emacs-eclim authors welcome contributions, see the bottom of the page at the above link. Here are the full list of eclim features from which only the Java-related things are implemented in emacs and not all of those either, so those who know elisp can help making emacs-eclim better: http://eclim.org/features.html