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: Thu, 29 Oct 2015 15:09:58 +0200 Message-ID: <56321AA6.6010908@yandex.ru> References: <1445164032.6127.0@smtp.gmail.com> <562390EC.5080709@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446124246 4335 80.91.229.3 (29 Oct 2015 13:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 13:10:46 +0000 (UTC) To: Josh Johnston , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 14:10:30 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 1ZrmyD-0001C8-Kt for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 14:10:23 +0100 Original-Received: from localhost ([::1]:43983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrmy7-00007H-RL for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 09:10:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrmy0-0008VX-Id for emacs-devel@gnu.org; Thu, 29 Oct 2015 09:10:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrmxu-0004Ll-Pe for emacs-devel@gnu.org; Thu, 29 Oct 2015 09:10:08 -0400 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:36164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrmxu-0004LE-Jq for emacs-devel@gnu.org; Thu, 29 Oct 2015 09:10:02 -0400 Original-Received: by wicfx6 with SMTP id fx6so227115427wic.1 for ; Thu, 29 Oct 2015 06:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Pk5/yWqFypByQwnOstGnr70ddwcnz1w2ikYyO3KGPZA=; b=JaJIzaGhYxlnE1JHojQ9vd6ej6o0vMWnb45pRSiakgWAmAyO7+aDaY/m42V3KldDjX Gqf3EtC/aHwm1ALj6mqQY7Xlac/GP+5l4tDfNSGzN9RjnRiaO2Kvi5aA1u62MTdM+DtJ k9KMg8ZKdlv38KIhnTSC6YYVEEHYpuFmhgMfSx5xXmn4Su7XAHvtw33wWOokS2/oXo/g zg2QM165Z2UBJRyXYJ0qUIkWwUmW411OI4jbh/mSy31ZkrxExLfYy+Wj4wky/phcr66E +Nav5hLSk/7HoOSEJqcOH8pkFgD9R9iSGmsXx4GOGIOcS+jiD1SR0A8CzM09S0d6z2AF HnhQ== X-Received: by 10.194.185.211 with SMTP id fe19mr2126506wjc.80.1446124201836; Thu, 29 Oct 2015 06:10:01 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id 79sm3465645wmf.13.2015.10.29.06.09.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Oct 2015 06:10:00 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::236 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:192890 Archived-At: Hi Josh, I've been following your discussion with Simen (you can see my email in Cc in all of those messages, I think), and it's all good by me. On 10/29/2015 05:47 AM, Josh Johnston wrote: > Hi, Josh here. Just wanted to follow up on the thread as Simen and I have > been discussing over email. I'm really looking forward to seeing Simen's new > json-mode included in GNU Emacs and I'm very happy for it to use the > "json-mode" name. > > We've also discussed a strategy to ensure that users of the old json-mode > can opt in to the new version as they choose (simply by uninstalling the old > package).