From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Why js2-mode in Emacs 23.2? Date: Mon, 10 Aug 2009 01:38:52 +0200 Message-ID: References: <7b501d5c0908091634ndfba631vd9db6502db301097@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249861151 26575 80.91.229.12 (9 Aug 2009 23:39:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Aug 2009 23:39:11 +0000 (UTC) Cc: Emacs-Devel devel To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 01:39:04 2009 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 1MaHyh-0000Uv-Ha for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 01:39:03 +0200 Original-Received: from localhost ([127.0.0.1]:32915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaHyg-0000wV-QW for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 19:39:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaHyc-0000wG-FN for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:38:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaHyX-0000w4-2Q for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:38:57 -0400 Original-Received: from [199.232.76.173] (port=35009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaHyW-0000w1-TH for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:38:52 -0400 Original-Received: from mail-yw0-f186.google.com ([209.85.211.186]:41419) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaHyW-00050J-HE for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:38:52 -0400 Original-Received: by ywh16 with SMTP id 16so4322587ywh.24 for ; Sun, 09 Aug 2009 16:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UVj0R0Zv25Odbn5W5z4HRv9qJSvsFr0FzifJf/EVC2s=; b=Od9ktTIeGg9vCzT+v7tb8Y3WVYjeYwpX4WpFZp9cTqiCxyFFBrB0laVtgbYnH0AZQj ETzEWUEKDbtDvQLw8BpZo99rzrZuOa7DeffOV9Iq9SHTPn3ChlUu/c9AzmdZ2KWi2jq1 KdsRXD4145OkrR7ZlHDH+B1BDD0SXZ5rfSr7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=w9ATgXbt0Mi8MLCa67up6HlvU1md1vSbYjLIFV2WQhM+v3s4rd7JWGgm2f9xWxwhd6 Y+upLyXmpIwxqEp1GRPyHKGEr33oOhWR3fglKoR9AMxja4zAz80dOige/vVz+4xW3pMd +vPOE4OfY+ScDJ+b5FtR5n7ZbeUmYKTOJ8bn4= Original-Received: by 10.100.8.4 with SMTP id 4mr2765298anh.146.1249861132100; Sun, 09 Aug 2009 16:38:52 -0700 (PDT) In-Reply-To: <7b501d5c0908091634ndfba631vd9db6502db301097@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:113895 Archived-At: On Mon, Aug 10, 2009 at 1:34 AM, Deniz Dogan wrote: > Hi > > I just found out that js2-mode will be shipped with Emacs 23.2. I'd > just like to say that while js2-mode has some very nice features, I > and several other JavaScript programmers enjoy "espresso-mode" by > Daniel Colascione far more. It is not only faster (which should come > as no surprise to anyone) but also *maintained*. > > Has there been any discussion here about which JavaScript mode people > want? If so, could someone provide me with a link to that discussion? > If not, let's have that discussion now! I don't know what others say, but I really think there are room for two. One more basic (in the sense that it does not parse the file) and a parser (that will hopefully fit the CEDET framework). In the case of HTML for example we have the basic html-mode and nxml-mode. There has long been talk of getting Daniel's/Karl's mode into Emacs. Maybe you can help getting it done?