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: Thu, 10 Apr 2008 00:41:24 +0200 Message-ID: <47FD4614.3080909@gmail.com> References: <200804091804.m39I4Pbt025532@sallyv1.ics.uci.edu> <47FD09BB.2010305@gmail.com> <200804091900.m39J0qik026198@sallyv1.ics.uci.edu> <47FD2B23.5070704@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207780909 31558 80.91.229.12 (9 Apr 2008 22:41:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 22:41:49 +0000 (UTC) Cc: "\[emacs.devel\]" To: sebastian_rose@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 00:42:22 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 1Jjizl-0005v9-V6 for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 00:42:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjiz8-0001n9-EN for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 18:41:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjiz4-0001n0-HJ for emacs-devel@gnu.org; Wed, 09 Apr 2008 18:41:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjiz2-0001l7-F6 for emacs-devel@gnu.org; Wed, 09 Apr 2008 18:41:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjiz2-0001kw-7W for emacs-devel@gnu.org; Wed, 09 Apr 2008 18:41:36 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jjiz1-0001au-RJ for emacs-devel@gnu.org; Wed, 09 Apr 2008 18:41:36 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:62307 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Jjiz0-0001Uu-3x; Thu, 10 Apr 2008 00:41:34 +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: <47FD2B23.5070704@gmx.de> X-Antivirus: avast! (VPS 080409-1, 2008-04-09), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1Jjiz0-0001Uu-3x. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Jjiz0-0001Uu-3x e41dbf4dc274e8ffefa1d4cda2470cee 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:94820 Archived-At: Sebastian Rose wrote: > Hi, > > Just from the first look at it I like this one. I use javascript-mode > normaly, but js2-mode has much more features like error-checking and > folding, jump to next error. Works nicely with imenu/speedbar. > > > A JavaScript mode is something really missing in emacs. > > > > Just one little drawback: > > I prefere to have similar faces in all the prog modes I use. E.g. > js2-constant-face is 'gray', which I hardly can see on white background. > Normaly I use a different face for constants, that most programming > modes respect. js2-mode urges me to setup all the faces again just for > the use of this mode. There is an option js2-use-font-lock-faces for that (which IMO should default to t).