From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kendall Shaw Newsgroups: gmane.emacs.help Subject: Re: Emacs IDE Date: Sun, 5 Mar 2017 17:40:38 -0800 Message-ID: <80bb5eb4-732b-99e2-da12-e6894aa83d83@kendallshaw.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1488764481 22216 195.159.176.226 (6 Mar 2017 01:41:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2017 01:41:21 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 06 02:41:14 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckheA-0004ZX-I1 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Mar 2017 02:41:10 +0100 Original-Received: from localhost ([::1]:41137 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckheE-0001RC-U1 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Mar 2017 20:41:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckhdp-0001Qw-Fc for help-gnu-emacs@gnu.org; Sun, 05 Mar 2017 20:40:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckhdm-0007iw-CE for help-gnu-emacs@gnu.org; Sun, 05 Mar 2017 20:40:49 -0500 Original-Received: from c.mail.sonic.net ([64.142.111.80]:33998) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckhdm-0007ib-1M for help-gnu-emacs@gnu.org; Sun, 05 Mar 2017 20:40:46 -0500 Original-Received: from [192.168.1.76] (108-64-77-57.lightspeed.sntcca.sbcglobal.net [108.64.77.57]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id v261ecUj017549 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sun, 5 Mar 2017 17:40:38 -0800 In-Reply-To: X-Sonic-CAuth: UmFuZG9tSVYUrVWnECAhn5x1BhijPaXQNKSsyzaqLiTIgOwy9PeeJ9KPMk7MPh9QNSKpdysj5HKB1pTKZDZsImZWJY80EVdv X-Sonic-ID: C;ZNxx5g0C5xGbw1FMduwp5g== M;gJ/O5g0C5xGbw1FMduwp5g== X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 64.142.111.80 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:112428 Archived-At: On 03/03/2017 05:06 PM, Ahmed Sorour wrote: > Hi, > > I've recently been working more extensively with various coding languages, > and have developed a need to use IDEs. > > Is it possible to configure Emacs to act as a complete replacement for: > > - Atom or Sublime (for Python) > - IntelliJ IDEA (for Java) > > Aside from project management, I'm also interested in a setup where I can > call Emacs to launch with one configuration when working with Java, and > another configuration when working with Python, etc. > > For java a couple of interesting packages are ensime which is really for scala but it works for java. And emacs-eclim which is more like integrating eclipse into emacs than the other way around. The way I work is I use the ide and emacs at the same time. For debugging and some other activities and very minor editing, I use the ide (eclipse or intellij idea). As soon as I have to do significant editing, my hands go on strike and say I'm not going to type one more line and I'm forced to switch back to emacs. Kendall