From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: another javascript mode Date: Fri, 11 Apr 2008 09:01:30 -0700 Message-ID: <200804111601.m3BG1USJ029141@sallyv1.ics.uci.edu> References: <200804091804.m39I4Pbt025532@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207930055 14031 80.91.229.12 (11 Apr 2008 16:07:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 16:07:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Steve Yegge Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 18:08:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JkLnH-0004mM-5V for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 18:08:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkLmd-0000kb-8b for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 12:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkLhJ-0003TP-JA for emacs-devel@gnu.org; Fri, 11 Apr 2008 12:01:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkLhH-0003Rh-Iu for emacs-devel@gnu.org; Fri, 11 Apr 2008 12:01:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkLhH-0003RT-5v for emacs-devel@gnu.org; Fri, 11 Apr 2008 12:01:51 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JkLhG-0002dY-CG for emacs-devel@gnu.org; Fri, 11 Apr 2008 12:01:50 -0400 X-ICS-MailScanner-Watermark: 1208534490.64302@zN/j0Dr/XCorfBlrLg2khw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m3BG1USJ029141; Fri, 11 Apr 2008 09:01:30 -0700 (PDT) In-Reply-To: (Steve Yegge's message of "Fri, 11 Apr 2008 04:14:08 +0000 (UTC)") Original-Lines: 55 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94972 Archived-At: Steve Yegge writes: > Dan Nicolaescu ics.uci.edu> writes: > > > > > > > A new javascript mode was posted here: > > > > http://code.google.com/p/js2-mode/ > > > > We were looking to include a mode for javascript, from the description > > this mode seems to be a better candidate for inclusion. > > Can someone that uses javascript check it out please? > > > > > > I'm not sure about your timeframe, but I would expect that my js2-mode > needs at least another 3 to 4 months before it could be considered for > inclusion. I only released it a few weeks ago, and people have reported > a wide range of annoyances, incompatibilities, style violations and bugs > that I need to fix. > > I'm still actively working on it, so it just needs some time to bake. > > If it's something that would need to happen sooner or risk being delayed > a very long time, please let me know and I can bump up the priority of > the work. There's a tentative freeze date in June, what that means WRT adding a javascript mode can probably be discussed with the maintainers. (In general emacs is a very relaxed community). Historically modes have been accepted even during the feature freezes. But emacs is under new management, so policies might change. But before talking about inclusion, we need to take care of the legal side: copyright assignments from the authors need to be processed by the FSF. If you plan to contribute more to emacs, it is better to get a copyright assignment that covers future contributions to emacs (i.e. not only the javascript mode). It's up to the author to decide when to have code included in emacs, but the code does not need to be "perfect" to have it included. If it's already usable, development can continue after it is included. There are some advantages of developing code which is included in emacs: - many people routinely fix issues in various packages - a large user base - if bug fixes or features are needed in other places in emacs, it's easy to fix/ add them. - access to a large number of highly qualified emacs hackers :-) Please feel free to ask for more details/clarifications. Thanks --dan