From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: JSON mode Date: Fri, 13 Nov 2015 01:24:11 +0200 Message-ID: <56451F9B.5030106@yandex.ru> 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; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1447370677 23926 80.91.229.3 (12 Nov 2015 23:24:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2015 23:24:37 +0000 (UTC) Cc: Josh Johnston , Artur Malabarba , emacs-devel@gnu.org To: =?UTF-8?Q?Simen_Heggest=c3=b8yl?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 00:24:32 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 1Zx1EF-0000Vt-Jo for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2015 00:24:31 +0100 Original-Received: from localhost ([::1]:50239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx1EE-0006Zr-Tg for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 18:24:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx1E1-0006Yg-Ac for emacs-devel@gnu.org; Thu, 12 Nov 2015 18:24:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zx1Dy-0007SV-7C for emacs-devel@gnu.org; Thu, 12 Nov 2015 18:24:17 -0500 Original-Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:33565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx1Dy-0007SP-12 for emacs-devel@gnu.org; Thu, 12 Nov 2015 18:24:14 -0500 Original-Received: by wmec201 with SMTP id c201so57264954wme.0 for ; Thu, 12 Nov 2015 15:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=4TteYCddxzF9LVWhz32sMmCdp7T2c5Urc7gxhJaVSyU=; b=Tx5/fqZJDNnyI8BsPVDjmTEwtbeZcJirEoOuCaOIcOL7LkZHAYf+ShpTTWsgrY4WsN ttxhMYVBx9YO8YfQP0Bcv4yZkgM7TBMb092I+vsCfz5eY/40+gJV0khsgGuXSvZaG9sw mAaxRqwhLUC9TkKWaB//dlK7EaMXsX2cvxncrK1wKp9+Id0X7S4qjBzlx8n0F1AscWE/ nyET3GL8/H5rkaSChqzG0vhjZBFyhc9N0W1PcIlNaMgRphChwpAtFxyThB7FdWzpjgzc rqKDX3US8TAAKcf22xZJGawNJTvep5HYu2Gl374AuEyA3wALpp87l2SRNc4zSKPsNqJt j56g== X-Received: by 10.194.142.45 with SMTP id rt13mr21118753wjb.45.1447370653468; Thu, 12 Nov 2015 15:24:13 -0800 (PST) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id cv3sm15495778wjc.20.2015.11.12.15.24.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Nov 2015 15:24:12 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <1447358460.13316.0@smtp.gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::22d 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:194303 Archived-At: On 11/12/2015 10:01 PM, Simen Heggestøyl wrote: > - json-mode.el will need to support different versions of json.el > (which is bundled with Emacs). Maybe set the minimum required version to Emacs 25.1? And reassess the decision before the next release. But I wonder if someone with Emacs 24.5 would be able to download the current json-mode from MELPA, i.e. whether it would be shadowed by the new version in ELPA (that requires 25.1), or not.