From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New jrpc.el JSONRPC library Date: Sun, 20 May 2018 19:02:50 +0300 Message-ID: <83lgcefh79.fsf@gnu.org> References: <87lgcrqgvz.fsf@gmail.com> <831seipvdb.fsf@gnu.org> <871se9lyid.fsf_-_@gmail.com> <83r2m8ghiq.fsf@gnu.org> <877enys4ot.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1526832185 14341 195.159.176.226 (20 May 2018 16:03:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 20 May 2018 16:03:05 +0000 (UTC) Cc: monnier@iro.umontreal.ca, vibhavp@gmail.com, emacs-devel@gnu.org To: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 18:03:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fKQnU-0003Xm-LR for ged-emacs-devel@m.gmane.org; Sun, 20 May 2018 18:03:00 +0200 Original-Received: from localhost ([::1]:47015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKQpa-0004Bw-4d for ged-emacs-devel@m.gmane.org; Sun, 20 May 2018 12:05:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKQnQ-0003Fk-Vu for emacs-devel@gnu.org; Sun, 20 May 2018 12:02:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKQnQ-0004Pd-AK for emacs-devel@gnu.org; Sun, 20 May 2018 12:02:57 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKQnI-0004Mg-Sd; Sun, 20 May 2018 12:02:48 -0400 Original-Received: from [176.228.60.248] (port=1481 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fKQnI-0007ff-F3; Sun, 20 May 2018 12:02:48 -0400 In-reply-to: <877enys4ot.fsf@gmail.com> (joaotavora@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:225480 Archived-At: > From: joaotavora@gmail.com (João Távora) > Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, vibhavp@gmail.com > Date: Sun, 20 May 2018 16:54:42 +0100 > > > Thanks, this sounds like a good addition. Does it (or can it) work > > with the built-in JSON support we have on the master branch? > > Not yet. I didn't know about that, but indeed it has to be on the > roadmap, so I'll start looking into it. Thanks, I think this is an important development direction. We added JSON implementation in C for a good reason, so we'd like to have other core package be able to use that. > So again, if LSP support is wanted, eglot.el fits that bill (and better > that others IMNSHO :-) But I'd let it mature out of core for a little > while more. Fair enough, thanks.