help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can Emacs beat NetBeans or Eclipse?


From: Mark Elston
Subject: Re: Can Emacs beat NetBeans or Eclipse?
Date: Mon, 24 Dec 2007 13:02:33 -0800
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]