From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: JSON mode Date: Sat, 14 Nov 2015 04:40:46 -0600 Message-ID: <86lha0c18x.fsf@stephe-leake.org> References: <1445164032.6127.0@smtp.gmail.com> <562390EC.5080709@yandex.ru> <56321AA6.6010908@yandex.ru> <1447358460.13316.0@smtp.gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447513760 11264 80.91.229.3 (14 Nov 2015 15:09:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2015 15:09:20 +0000 (UTC) Cc: Josh Johnston , emacs-devel@gnu.org, Artur Malabarba , Dmitry Gutov To: Simen =?utf-8?Q?Heggest=C3=B8yl?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 14 16:09:08 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZxcRu-0008O8-Mu for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2015 16:09:06 +0100 Original-Received: from localhost ([::1]:35206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxcRu-0000ZD-7Y for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2015 10:09:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxYGf-0007r2-Un for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:41:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxYGa-0004jQ-Sh for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:41:13 -0500 Original-Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:46805) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZxYGa-0004ii-MM for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:41:08 -0500 Original-Received: (qmail 29176 invoked by uid 0); 14 Nov 2015 10:41:02 -0000 Original-Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy2.mail.unifiedlayer.com with SMTP; 14 Nov 2015 10:41:02 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw2 with id hNgp1r00Q2UdiVW01Ngs3Z; Sat, 14 Nov 2015 03:41:01 -0700 X-Authority-Analysis: v=2.1 cv=Jv9i8qIC c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=IkcTkHD0fZMA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=qtqOOiqGOCEA:10 a=pGLkceISAAAA:8 a=C4LIFuYex12wwZtQsuAA:9 a=QEXdDO2ut3YA:10 Original-Received: from [76.218.37.33] (port=61690 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZxYGJ-0003nI-12; Sat, 14 Nov 2015 03:40:51 -0700 In-Reply-To: <1447358460.13316.0@smtp.gmail.com> ("Simen \=\?utf-8\?Q\?Heggest\?\= \=\?utf-8\?Q\?\=C3\=B8yl\=22's\?\= message of "Thu, 12 Nov 2015 21:01:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.18.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194454 Archived-At: Simen Heggest=C3=B8yl writes: > Putting it into ELPA: > > + Updates may reach the users faster. > > - json-mode.el will need to support different versions of json.el > (which is bundled with Emacs). > > Bundling it with Emacs: > > + Somehow I feel that a modern text editor should come with support > for editing JSON data out of the box, though that may be because I > work in a web development environment. My feeling of this is > strengthened by the fact that Josh's JSON mode has been downloaded > from MELPA over 40,000 times. That also indicates people are used to getting it from a package manager, so Gnu ELPA is fine. > - The mode is very young, and currently only used by me. Maybe it's > too early to include it in Emacs, and it should be given a chance to > ripen at ELPA first. Definitely. --=20 -- Stephe