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: [PATCH] jsonrpc.el Date: Thu, 28 Jun 2018 16:40:36 +0300 Message-ID: <837emjowq3.fsf@gnu.org> References: <87lgcrqgvz.fsf@gmail.com> <831seipvdb.fsf@gnu.org> <871se9lyid.fsf_-_@gmail.com> <83r2m8ghiq.fsf@gnu.org> <877enys4ot.fsf@gmail.com> <83lgcefh79.fsf@gnu.org> <8736x7kt1n.fsf_-_@gmail.com> <83d0wboxr6.fsf@gnu.org> 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 1530193128 15964 195.159.176.226 (28 Jun 2018 13:38:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2018 13:38:48 +0000 (UTC) Cc: monnier@iro.umontreal.ca, vibhavp@gmail.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 28 15:38:44 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 1fYX8F-00043M-MU for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2018 15:38:43 +0200 Original-Received: from localhost ([::1]:36767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYXAN-0004ru-5q for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2018 09:40:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYXAG-0004rd-Tr for emacs-devel@gnu.org; Thu, 28 Jun 2018 09:40:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYXAC-0004sb-U6 for emacs-devel@gnu.org; Thu, 28 Jun 2018 09:40:48 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYX9y-0004nO-K6; Thu, 28 Jun 2018 09:40:30 -0400 Original-Received: from [176.228.60.248] (port=1304 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fYX9y-0006Ea-27; Thu, 28 Jun 2018 09:40:30 -0400 In-reply-to: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Thu, 28 Jun 2018 14:23:00 +0100) 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:226813 Archived-At: > From: João Távora > Date: Thu, 28 Jun 2018 14:23:00 +0100 > Cc: emacs-devel , Stefan Monnier , > Vibhav Pant > > I'd prefer if you could commit the documentation changes together with > the code. At least some minimal documentation. I really dislike to > have significant code changes in the repository without the docs to go > with them, unless it's on a scratch/temporary branch. > > Is that feasible for you? > > Sure, no problem. The manual is mostly already the reasonably thorough > "Commentary: " section, so I'll translate that to texi and direct readers there. Thanks. > Where should I put the manual BTW? The Elisp manual, right? Yes. > Where exactly? Either inside "Parsing JSON" or right after it, on the same sectioning level. I think.