From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: [JAVA] set up java-mode to match Eclipse setup Date: Fri, 12 Feb 2010 11:41:58 +0100 Message-ID: <4B753076.4080905@easy-emacs.de> References: <201002012208.o11M8LeW002746@fed.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265971301 21587 80.91.229.12 (12 Feb 2010 10:41:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Feb 2010 10:41:41 +0000 (UTC) To: Xavier Maillard , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 12 11:41:34 2010 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.69) (envelope-from ) id 1Nfsxn-00042Z-K8 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Feb 2010 11:41:31 +0100 Original-Received: from localhost ([127.0.0.1]:37343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfsxm-0003dK-Ra for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Feb 2010 05:41:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nfswc-0003VR-CH for help-gnu-emacs@gnu.org; Fri, 12 Feb 2010 05:40:18 -0500 Original-Received: from [140.186.70.92] (port=44255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfswa-0003Ui-A5 for help-gnu-emacs@gnu.org; Fri, 12 Feb 2010 05:40:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NfswZ-0008Db-N1 for help-gnu-emacs@gnu.org; Fri, 12 Feb 2010 05:40:16 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:59767) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfswZ-0008DN-9b; Fri, 12 Feb 2010 05:40:15 -0500 Original-Received: from [192.168.178.27] (p54BE9367.dip0.t-ipconnect.de [84.190.147.103]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Lf0KF-1O3MTD38Zz-00q93q; Fri, 12 Feb 2010 11:40:13 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <201002012208.o11M8LeW002746@fed.local> X-Provags-ID: V01U2FsdGVkX1/Z/SI4WEusfKH9rjWI39WAhtvICAPKSELC5N/ sL0KDNGqjQ8Ufl/GXZ0W+KKXRQjqIxD3J9wWjIGKMhSW8DKcqu /1efe/dtDynj2N0vqwwHRumGQTQJbelfdMIn6vWMFY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:71823 Xavier Maillard wrote: > Hi, > > my coworkers are using Eclipse for several of projects. I do not > like Eclipse and I'd rather want to stay in GNU Emacs. My main > concern is that it seems Eclipse setup is quite different from my > own java-mode setup. I think both of us are using default setup > parameters -i.e. I did not customize it and the did not in > Eclipse. > > How can we "match" our environments ? For example, C-S-f in > Eclipse is like M-S-\ in Emacs but the result is quite different > making us quite nervous when commiting ;) We want such things to > be fixed either in my "IDE" or in theirs. > > Any idea ? > > Xavier Hi Xavier, just had a look at Eclipse, didn't use it really. So with some reserve, as being interested in too: AFAIU Eclipse uses it's own editor, which may be steered with emacs-like keys. Suppose you tried this. Also editing within Eclipse with an extern editor should be possible. Vim should work, but Emacs should work too. That way user has the choice - call from within Emacs helper-processes or call from Eclipse. The latter considered as a mere extension - an interesting one. If working with Emacs from within Eclipse or not, you shouldn't notice it that much... Andreas