From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: javascript.el (was: json.el - JavaScript Object Notation parser / generator for Emacs Lisp) Date: Fri, 22 Feb 2008 15:11:30 -0800 Message-ID: <85zltsd1st.fsf_-_@evri.com> References: <3b31caf90603220930k1f133151m81ab6986e9aff946@mail.gmail.com> <87skzmp02s.fsf@grepfind.mwolson.org> <871w76kkqr.fsf@catnip.gol.com> <87myptub3c.fsf@grepfind.mwolson.org> <85d4qpg7us.fsf@evri.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203721909 18898 80.91.229.12 (22 Feb 2008 23:11:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 23:11:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 00:12:12 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 1JSh3s-0001v4-7g for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 00:12:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSh3M-00010p-Qc for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 18:11:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSh3J-0000ym-2t for emacs-devel@gnu.org; Fri, 22 Feb 2008 18:11:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSh3I-0000ya-QG for emacs-devel@gnu.org; Fri, 22 Feb 2008 18:11:36 -0500 Original-Received: from dsl017-040-091.sea1.dsl.speakeasy.net ([69.17.40.91] helo=zimbra.evri.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSh3I-00045t-Rx for emacs-devel@gnu.org; Fri, 22 Feb 2008 18:11:37 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.evri.com (Postfix) with ESMTP id C8197E543A; Fri, 22 Feb 2008 15:09:58 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.471 Original-Received: from zimbra.evri.com ([127.0.0.1]) by localhost (zimbra.evri.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qgpULOfIYWAT; Fri, 22 Feb 2008 15:09:52 -0800 (PST) Original-Received: from imp (dsl017-040-082.sea1.dsl.speakeasy.net [69.17.40.82]) by zimbra.evri.com (Postfix) with ESMTP id 4A430E541F; Fri, 22 Feb 2008 15:09:52 -0800 (PST) In-Reply-To: (Richard Stallman's message of "Fri, 22 Feb 2008 17:56:54 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:90052 Archived-At: Richard Stallman writes: > Now that I think about it, it's somewhat ironic that JSON is > supported but there's no mode for Javascript in Emacs. Have any of the > many Javascript major modes[1] been considered for inclusion? > > It would be nice to install a good one. The way to do this is for > someone to study them, rate them, then see which ones' authors will > sign the legal papers. I'll give that a shot and report back with my findings. -Phil