From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Generalize start-process with keyword args Date: Mon, 23 Mar 2015 16:36:18 +0900 Message-ID: References: <87d24d3uwz.fsf-ueno@gnu.org> <83pp87y6iu.fsf@gnu.org> <83mw3bxz9f.fsf@gnu.org> <83k2yfx8zi.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427096203 26539 80.91.229.3 (23 Mar 2015 07:36:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 07:36:43 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 23 08:36:42 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 1YZwug-0003v7-EW for ged-emacs-devel@m.gmane.org; Mon, 23 Mar 2015 08:36:42 +0100 Original-Received: from localhost ([::1]:54076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZwuf-00036P-OZ for ged-emacs-devel@m.gmane.org; Mon, 23 Mar 2015 03:36:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZwuS-00036G-QR for emacs-devel@gnu.org; Mon, 23 Mar 2015 03:36:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZwuR-0001u7-QJ for emacs-devel@gnu.org; Mon, 23 Mar 2015 03:36:28 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZwuR-0001u3-Mo for emacs-devel@gnu.org; Mon, 23 Mar 2015 03:36:27 -0400 Original-Received: from du-a.org ([2001:e41:db5e:fb14::1]:35543 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YZwuR-0004l8-0n; Mon, 23 Mar 2015 03:36:27 -0400 In-Reply-To: (Stefan Monnier's message of "Thu, 19 Mar 2015 09:32:48 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:184137 Archived-At: Stefan Monnier writes: > No, we probably don't, but we shouldn't state something that is false. > Instead we should be less specific and point to some place that does > give the full story. I see. I've added an xref to "Default Coding Systems" and pushed the patch. >> Similarly, since the make-*-process functions share common keywords >> (:filter, :sentinel, etc), can we arrange them in a single section and >> refer to it from those function documentation? > > Sure. Okay; let's do that as a separate commit. Regards, -- Daiki Ueno