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: Re: json.el - JavaScript Object Notation parser / generator for Emacs Lisp Date: Thu, 21 Feb 2008 16:20:11 -0800 Message-ID: <85d4qpg7us.fsf@evri.com> References: <3b31caf90603220930k1f133151m81ab6986e9aff946@mail.gmail.com> <87skzmp02s.fsf@grepfind.mwolson.org> <871w76kkqr.fsf@catnip.gol.com> <87myptub3c.fsf@grepfind.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203641425 26049 80.91.229.12 (22 Feb 2008 00:50:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 00:50:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 01:50:49 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 1JSM7k-0003jW-JT for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 01:50:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSM7F-00065U-GM for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 19:50:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSM7A-00064w-6w for emacs-devel@gnu.org; Thu, 21 Feb 2008 19:50:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSM79-00064i-Lb for emacs-devel@gnu.org; Thu, 21 Feb 2008 19:50:11 -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 1JSM78-0008LQ-Sx for emacs-devel@gnu.org; Thu, 21 Feb 2008 19:50:11 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.evri.com (Postfix) with ESMTP id DDE89E4DC5 for ; Thu, 21 Feb 2008 16:18:42 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.47 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 l795VVu+cGwJ for ; Thu, 21 Feb 2008 16:18:36 -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 61D23E51DB for ; Thu, 21 Feb 2008 16:18:36 -0800 (PST) In-Reply-To: <87myptub3c.fsf@grepfind.mwolson.org> (Michael Olson's message of "Thu, 21 Feb 2008 17:46:31 -0600") 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:89901 Archived-At: Michael Olson writes: > I placed it there because (1) I recall it being used by programs which > interact with online services and (2) because it mentioned JavaScript, > which is a language used in web-browsers. Where else do you think it > should go? It probably belongs in progmodes/ since JSON is a subset of Javascript. 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? -Phil http://technomancy.us [1] - http://edward.oconnor.cx/2005/09/editing-javascript-in-emacs