From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: another javascript mode Date: Wed, 09 Apr 2008 20:23:55 +0200 Message-ID: <47FD09BB.2010305@gmail.com> References: <200804091804.m39I4Pbt025532@sallyv1.ics.uci.edu> 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 1207765506 6725 80.91.229.12 (9 Apr 2008 18:25:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 18:25:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 20:25:39 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 1JjezD-0004uA-Fi for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 20:25:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjeyZ-0005oK-E6 for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 14:24:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjexo-0005dZ-Rm for emacs-devel@gnu.org; Wed, 09 Apr 2008 14:24:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjexn-0005cu-2V for emacs-devel@gnu.org; Wed, 09 Apr 2008 14:24:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjexm-0005cm-RC for emacs-devel@gnu.org; Wed, 09 Apr 2008 14:24:02 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jjexm-0005YS-G2 for emacs-devel@gnu.org; Wed, 09 Apr 2008 14:24:02 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:61137 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Jjexk-0006vd-84; Wed, 09 Apr 2008 20:24:00 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <200804091804.m39I4Pbt025532@sallyv1.ics.uci.edu> X-Antivirus: avast! (VPS 080409-0, 2008-04-09), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1Jjexk-0006vd-84. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Jjexk-0006vd-84 4ab2831d415f9b367734957773cce284 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:94801 Archived-At: Dan Nicolaescu wrote: > 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 have made some small changes to this to make it use jit-lock/font-lock (this is necessary for mumamo). I also changed some defaults. I have mailed (an earlier version of) my changes to the author. He said he will lock at it and come back when he can. One big promise of this new mode is that it can do completion, but this is not yet implemented. If someone is interested, please mail me.