From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Yegge Newsgroups: gmane.emacs.devel Subject: Re: another javascript mode Date: Fri, 11 Apr 2008 04:14:08 +0000 (UTC) Message-ID: References: <200804091804.m39I4Pbt025532@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207893631 27242 80.91.229.12 (11 Apr 2008 06:00:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 06:00:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 08:01:03 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 1JkCJn-0004P2-2z for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 08:00:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkCJ9-0002j8-5P for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 02:00:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkCJ4-0002h5-BB for emacs-devel@gnu.org; Fri, 11 Apr 2008 02:00:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkCJ0-0002fW-OT for emacs-devel@gnu.org; Fri, 11 Apr 2008 02:00:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkCJ0-0002fP-Hk for emacs-devel@gnu.org; Fri, 11 Apr 2008 02:00:10 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkCIz-0002qB-88 for emacs-devel@gnu.org; Fri, 11 Apr 2008 02:00:09 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JkCIs-0001Jo-Am for emacs-devel@gnu.org; Fri, 11 Apr 2008 06:00:02 +0000 Original-Received: from c-71-231-77-145.hsd1.or.comcast.net ([71.231.77.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 06:00:02 +0000 Original-Received: from steve.yegge by c-71-231-77-145.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 06:00:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.231.77.145 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94945 Archived-At: 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. Thanks, -steve