From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: Re: Emacs IDE Date: Mon, 6 Mar 2017 13:32:39 +0530 Message-ID: References: <80bb5eb4-732b-99e2-da12-e6894aa83d83@kendallshaw.com> 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 1488787465 19917 195.159.176.226 (6 Mar 2017 08:04:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2017 08:04:25 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: Kendall Shaw , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 06 09:04:20 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 1ckncx-0004f2-MD for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Mar 2017 09:04:19 +0100 Original-Received: from localhost ([::1]:42285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cknd3-0001hh-N3 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Mar 2017 03:04:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckncN-0001gG-As for help-gnu-emacs@gnu.org; Mon, 06 Mar 2017 03:03:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckncK-0005Ug-7z for help-gnu-emacs@gnu.org; Mon, 06 Mar 2017 03:03:43 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:35374 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckncJ-0005UR-W4 for help-gnu-emacs@gnu.org; Mon, 06 Mar 2017 03:03:40 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 9056A5187BC; Mon, 6 Mar 2017 09:02:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488787373; bh=BWsbbqlZooQyZMhiAn/h0C95pwz75VoSz3TCt5ecZSo=; h=Subject:To:References:From:Date:In-Reply-To:From; b=Jqj4mTD2+YrCqr1N713s0l+xbkdQNzOgjRiirRI6CEfblnmAYh8Z2izfiKSKRth0P vf/Is5XJ34u4WjpHhU5WX0PUc+TMI0w46DIposwFnjOfs69366JH+drnkUJY1EXWG+ queSPRII8rPS8V0ywCIHw9QVqAHViVv7Sefwqxas= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488787372; bh=BWsbbqlZooQyZMhiAn/h0C95pwz75VoSz3TCt5ecZSo=; h=Subject:To:References:From:Date:In-Reply-To:From; b=wFrjYYxr06Uv99bHRqf6tH1V1m9N/D2ToPmBJwBoeNHxEoUmLmb1j33K9cqv0AYNd LjfUY/5hocwQ5OVUpRyLrzceP1UWzaZr5IsCDyMD2PUR4D7csxtwdtwny2YYJLmoM6 SPIaOCDvoDTCIXxnyfaeTHEWo0gOufZ9Hxh1tzs4= In-Reply-To: <80bb5eb4-732b-99e2-da12-e6894aa83d83@kendallshaw.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 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:112430 Archived-At: On Monday 06 March 2017 07:10 AM, Kendall Shaw wrote: > 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 My only concern right now with Emacs is web develoopment. Html tags just don't get completed automatically and ther is no auto completion triggering as I type. I have to press a keystroke every time I type some thing and get the auto completion done using company-web-html for all that work. But programming in Python with Emacs is bliss. Happy hacking. Krishnakant.