From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Elston Newsgroups: gmane.emacs.help Subject: Re: Can Emacs beat NetBeans or Eclipse? Date: Mon, 24 Dec 2007 13:02:33 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13n07j691u63088@corp.supernews.com> References: <44dddf400712120600s523bbc84q5a448605a9badb71@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198532446 8279 80.91.229.12 (24 Dec 2007 21:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2007 21:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 24 22:40:58 2007 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.50) id 1J6v2c-00046E-HN for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2007 22:40:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6v2I-0006jE-2Z for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2007 16:40:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!news.glorb.com!sn-xt-sjc-04!sn-xt-sjc-06!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: Original-X-Complaints-To: abuse@supernews.com Original-Lines: 20 Original-Xref: shelby.stanford.edu gnu.emacs.help:154889 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:50313 Archived-At: * Tom Tromey wrote (on 12/24/2007 10:14 AM): > > Eclipse also has some nice team features. You can check in various > project files and anyone who checks out the project will automatically > get the right indentation settings, language compliance settings, > build paths, etc. Emacs doesn't have anything like this built in; and > generally Emacs doesn't really have a "project" concept the way > Eclipse does (this is both a strength and a weakness of Eclipse). While I don't remember all the variables off the top of my head here is what I would do for 'team' editing in Emacs: %%% Local Variables: %%% mode: java %%% c-basic-offset: 4 %%% c-comment-only-line-offset: 0 %%% etc... %%% End: Mark