From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Johnston Newsgroups: gmane.emacs.devel Subject: Re: JSON mode Date: Thu, 29 Oct 2015 03:47:40 +0000 (UTC) Message-ID: 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=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446090642 2189 80.91.229.3 (29 Oct 2015 03:50:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 03:50:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 04:50:29 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 1ZreEN-0003z8-Rb for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 04:50:27 +0100 Original-Received: from localhost ([::1]:41835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZreEM-0008Ur-Gt for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 23:50:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZreE6-0008TZ-CZ for emacs-devel@gnu.org; Wed, 28 Oct 2015 23:50:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZreE3-00077X-4M for emacs-devel@gnu.org; Wed, 28 Oct 2015 23:50:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZreE2-00075w-UO for emacs-devel@gnu.org; Wed, 28 Oct 2015 23:50:07 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZreE0-0003ez-MI for emacs-devel@gnu.org; Thu, 29 Oct 2015 04:50:05 +0100 Original-Received: from c211-28-193-203.brasd3.vic.optusnet.com.au ([211.28.193.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Oct 2015 04:50:04 +0100 Original-Received: from josh by c211-28-193-203.brasd3.vic.optusnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Oct 2015 04:50:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 211.28.193.203 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:41.0) Gecko/20100101 Firefox/41.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.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:192855 Archived-At: Dmitry Gutov yandex.ru> writes: > > There is the issue of another mode with the same name, though: > https://github.com/joshwnj/json-mode > > It's also relatively simple, and it's distributed via MELPA. I've used > it for .json files for a while. > > Maybe you could contact the author, and agree on a merge of some kind? I > guess what's important is that Josh doesn't feel left out, and that the > one resulting mode doesn't lose on features. > 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).