From unknown Sun Aug 10 16:51:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#24693 <24693@debbugs.gnu.org> To: bug#24693 <24693@debbugs.gnu.org> Subject: Status: Small doc improvement of start-process Reply-To: bug#24693 <24693@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:51:31 +0000 retitle 24693 Small doc improvement of start-process reassign 24693 emacs submitter 24693 Hong Xu severity 24693 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 14:16:15 2016 Received: (at submit) by debbugs.gnu.org; 14 Oct 2016 18:16:15 +0000 Received: from localhost ([127.0.0.1]:55524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv71j-0007zm-EF for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:16:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44449) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv71i-0007za-0z for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv71c-0004Dr-12 for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:16:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bv71b-0004Df-U9 for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:16:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv71Z-0007p1-LP for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2016 14:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv71V-0004Cr-C3 for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2016 14:16:04 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bv71V-0004Bf-2H for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2016 14:16:01 -0400 Received: from [192.168.88.14] (cpe-104-32-170-214.socal.res.rr.com [104.32.170.214]) by mx.zohomail.com with SMTPS id 1476468954370628.3974481475262; Fri, 14 Oct 2016 11:15:54 -0700 (PDT) To: bug-gnu-emacs@gnu.org From: Hong Xu Subject: Small doc improvement of start-process Message-ID: Date: Fri, 14 Oct 2016 11:15:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UuJeA76DJtw3XJKtUQUS0k0fEoa74LtU4" X-Zoho-Virus-Status: 1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.4 (----) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UuJeA76DJtw3XJKtUQUS0k0fEoa74LtU4 Content-Type: multipart/mixed; boundary="8lw58MrEwdfJDoSumAmbKuOJGDiRBia00"; protected-headers="v1" From: Hong Xu To: bug-gnu-emacs@gnu.org Message-ID: Subject: Small doc improvement of start-process --8lw58MrEwdfJDoSumAmbKuOJGDiRBia00 Content-Type: multipart/mixed; boundary="------------AF1BE350AE8190AB5C4B0679" This is a multi-part message in MIME format. --------------AF1BE350AE8190AB5C4B0679 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable PROGARM-ARGS are not mentioned in the docstring. The attached patch is a draft of the small improvement. Thanks! --------------AF1BE350AE8190AB5C4B0679 Content-Type: text/x-patch; name="doc-improvement.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="doc-improvement.patch" diff --git a/lisp/subr.el b/lisp/subr.el index 8a1792ad8b78..c3524ef1fccb 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2001,6 +2001,9 @@ PROGRAM is the program file name. It is searched f= or in `exec-path' \(which see). If nil, just associate a pty with the buffer. Remaining arguments are strings to give program as arguments. =20 +PROGRAM-ARGS are strings that specify command line arguments for the +subprocess. + If you want to separate standard output from standard error, use `make-process' or invoke the command through a shell and redirect one of them using the shell syntax." --------------AF1BE350AE8190AB5C4B0679-- --8lw58MrEwdfJDoSumAmbKuOJGDiRBia00-- --UuJeA76DJtw3XJKtUQUS0k0fEoa74LtU4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYASDUAAoJECZsfTOCL4R44zUP/2tij6HwtkWCLU9dfRseXsiC uTY+bZB5yVBMA18Dda1kFuTvgmLoPbUtUbJcwiIxGVhS6HzxCRHMubzhjCHn3Pxh bvtG3bMQINaQiSjwa3MlVqNwhJ/2VOPU2EIAt2gwyd8AqFjtUkpvfJ0fmC/ZC+xb 7GY//3rqRLwgLMwbu9vc4XbjK7KVC+O8xkJWzcBgBOoAaPjlo9vjq9D9o3TXebv1 A8JZGm5RWiH8NQ3jRNKBJCNOmoepNIM6EoIFbQ3HS3m8yf5z040bYr2Ig22sQCBm 8MgusmCxKg4DaFT0Xj8bjMTHqDdxtRzTwz+/rw4HtfJ7ftz8UwSN9q6S8+Y4sFCW dRRlxy3ZdFPgco8K4rN7BukiFOaQEP6Tn/W31rrwMPCd7cnnXEV6npgz0k738yg4 NXpv7SkqhwZFIoq4w9Axx6cfBf847E9RIlryZHwfYw0IKijEPpcYEl6PmWOxaiy7 nSeTmAWWiNiGV9Hgcfy52x+jFomJOLxvLY6cJtj/8fxHgv1BeQd0TWcbyvLhLlBB WNdYBm5+Qu95xbUtcNj3JcsyzvptaIjeMO+6afD3wwjWUWd6FLLJXc1NXEshCVI3 syabnwKlQAaqTsrewmD/etTo09AUCwEaxgrhygch45Ue8Q4cSt/4DNrfCEN2agDn urjol5coxB2LRwmA2qKK =2JM5 -----END PGP SIGNATURE----- --UuJeA76DJtw3XJKtUQUS0k0fEoa74LtU4-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 14:25:07 2016 Received: (at 24693) by debbugs.gnu.org; 14 Oct 2016 18:25:08 +0000 Received: from localhost ([127.0.0.1]:55537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv7AJ-0008Cz-NN for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:25:07 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:56813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv7AI-0008Cs-LX for 24693@debbugs.gnu.org; Fri, 14 Oct 2016 14:25:07 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3swbcK49vlz3hk7q; Fri, 14 Oct 2016 20:25:05 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3swbcK2zCVzvkhk; Fri, 14 Oct 2016 20:25:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id RT1FYevnR6pi; Fri, 14 Oct 2016 20:25:04 +0200 (CEST) X-Auth-Info: kTlVkAD1AW7qRHgSu6LV60cuhCizypAYR0mksZSr9DOewjPfILkQ8MIoCXCy6+i1 Received: from igel.home (ppp-88-217-27-142.dynamic.mnet-online.de [88.217.27.142]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 14 Oct 2016 20:25:04 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 1ABF52C31C1; Fri, 14 Oct 2016 20:25:04 +0200 (CEST) From: Andreas Schwab To: Hong Xu Subject: Re: bug#24693: Small doc improvement of start-process References: X-Yow: ...I think I'm having an overnight sensation right now!! Date: Fri, 14 Oct 2016 20:25:04 +0200 In-Reply-To: (Hong Xu's message of "Fri, 14 Oct 2016 11:15:40 -0700") Message-ID: <87a8e6n5z3.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24693 Cc: 24693@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Okt 14 2016, Hong Xu wrote: > PROGARM-ARGS are not mentioned in the docstring. The attached patch is a > draft of the small improvement. Thanks! > > diff --git a/lisp/subr.el b/lisp/subr.el > index 8a1792ad8b78..c3524ef1fccb 100644 > --- a/lisp/subr.el > +++ b/lisp/subr.el > @@ -2001,6 +2001,9 @@ PROGRAM is the program file name. It is searched for in `exec-path' > \(which see). If nil, just associate a pty with the buffer. Remaining > arguments are strings to give program as arguments. > > +PROGRAM-ARGS are strings that specify command line arguments for the > +subprocess. > + That's what it says in the preceding sentence. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 14:39:34 2016 Received: (at 24693) by debbugs.gnu.org; 14 Oct 2016 18:39:34 +0000 Received: from localhost ([127.0.0.1]:55550 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv7OI-00008z-Gi for submit@debbugs.gnu.org; Fri, 14 Oct 2016 14:39:34 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21451) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv7OG-00008r-OV for 24693@debbugs.gnu.org; Fri, 14 Oct 2016 14:39:33 -0400 Received: from [192.168.88.14] (cpe-104-32-170-214.socal.res.rr.com [104.32.170.214]) by mx.zohomail.com with SMTPS id 1476470368462521.0844165782044; Fri, 14 Oct 2016 11:39:28 -0700 (PDT) Subject: Re: bug#24693: Small doc improvement of start-process To: Andreas Schwab References: <87a8e6n5z3.fsf@linux-m68k.org> From: Hong Xu Message-ID: <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> Date: Fri, 14 Oct 2016 11:39:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <87a8e6n5z3.fsf@linux-m68k.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fKco2Ki5E7pRpBEOmBLnavWNpkfpuoVQI" X-Zoho-Virus-Status: 1 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 24693 Cc: 24693@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fKco2Ki5E7pRpBEOmBLnavWNpkfpuoVQI Content-Type: multipart/mixed; boundary="6bTloQKhBkVn738ISmUBB9iJkujL7htio"; protected-headers="v1" From: Hong Xu To: Andreas Schwab Cc: 24693@debbugs.gnu.org Message-ID: <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> Subject: Re: bug#24693: Small doc improvement of start-process References: <87a8e6n5z3.fsf@linux-m68k.org> In-Reply-To: <87a8e6n5z3.fsf@linux-m68k.org> --6bTloQKhBkVn738ISmUBB9iJkujL7htio Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/14/2016 11:25 AM, Andreas Schwab wrote: > On Okt 14 2016, Hong Xu wrote: >=20 >> PROGARM-ARGS are not mentioned in the docstring. The attached patch is= a >> draft of the small improvement. Thanks! >> >> diff --git a/lisp/subr.el b/lisp/subr.el >> index 8a1792ad8b78..c3524ef1fccb 100644 >> --- a/lisp/subr.el >> +++ b/lisp/subr.el >> @@ -2001,6 +2001,9 @@ PROGRAM is the program file name. It is searche= d for in `exec-path' >> \(which see). If nil, just associate a pty with the buffer. Remaini= ng >> arguments are strings to give program as arguments. >> =20 >> +PROGRAM-ARGS are strings that specify command line arguments for the >> +subprocess. >> + >=20 > That's what it says in the preceding sentence. >=20 I see. Maybe mention PROGRAM-ARGS explicitly like: Remaining arguments PROGRAM-ARGS are strings to give program as arguments. --6bTloQKhBkVn738ISmUBB9iJkujL7htio-- --fKco2Ki5E7pRpBEOmBLnavWNpkfpuoVQI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYASZbAAoJECZsfTOCL4R4migP/0CpttOp2pK69CkTKlNZ3Tnw qXMeZ3hjstN9FPNBMduNQMXHevcJTa0G2UU3kTQWbbFBOen/WSOQmKnoOrG1NR7z KYLDwgzIYOTtdp9PXkrjQfGrQ52AL9iqHlqTegci0KMLIhN03LQIFQ2/zDEWndot UTi/emYjFU3KhiHEWnYvTC7hOIwz9fzURPOcuG/fcwIoPUQliGlmN0KZ5gm7plrU QJn5QM/1xtT3oJkWSKn1ckKU5Mg6sFZIDEG8YZLR+HXBlSNWcAxO4lqNtypuI9Iy yirvqZXoA9VJ6VKTjoy/pgBnDJyYeVktU3S0h4ZtcgNVwzdwy+04S/BUbrArMlGU 6GTLKelvjfv+eUobbTcwHYRZpP+CeQyL0C5UJKSnt+2aTTWI8MkpYDlY6yaOE378 YzwMTWZvQqD5qk8Juw/EE9DlpS+VtyCu3p37NbKaW+p2UrBSnJ7IkIbNC8kcmw6i zFQu5BAU+b7c0ByVLq3ybreeyrSxs+PqLt07Yk8fQ3ju4M2BOTj4PDXYDQUlosHh GshWNMt8ZNk+tJCxG64es6GJ8jASmNlkKY8H3zxPN/a9VWKJdJUJSns1Vcj+8dPf ZKzZG+WOG8SyVi3vUYDGpZzr3nILX53eK2OsBcdfe5oYyokloOVZrU29ZEtj9ydl f8Uja/a2ttNdIX+SJNAO =ewbP -----END PGP SIGNATURE----- --fKco2Ki5E7pRpBEOmBLnavWNpkfpuoVQI-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 20:06:12 2016 Received: (at 24693) by debbugs.gnu.org; 18 Oct 2016 00:06:12 +0000 Received: from localhost ([127.0.0.1]:37370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwHv2-0003Kt-Fy for submit@debbugs.gnu.org; Mon, 17 Oct 2016 20:06:12 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwHv0-0003Kj-E0 for 24693@debbugs.gnu.org; Mon, 17 Oct 2016 20:06:10 -0400 Received: from [10.123.25.62] (usc-secure-wireless-088-062.usc.edu [68.181.88.62]) by mx.zohomail.com with SMTPS id 1476749166337381.5031083458581; Mon, 17 Oct 2016 17:06:06 -0700 (PDT) Subject: Re: bug#24693: Small doc improvement of start-process References: <87a8e6n5z3.fsf@linux-m68k.org> <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> To: 24693@debbugs.gnu.org From: Hong Xu Message-ID: Date: Mon, 17 Oct 2016 17:06:01 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ELPuELgG19jtkUVfkj8GdGlsBwVEuBjet" X-Zoho-Virus-Status: 1 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 24693 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ELPuELgG19jtkUVfkj8GdGlsBwVEuBjet Content-Type: multipart/mixed; boundary="hnjLju7PXLNJQlPbowkNIUs2Mfl6u7A6m"; protected-headers="v1" From: Hong Xu To: 24693@debbugs.gnu.org Message-ID: Subject: Re: bug#24693: Small doc improvement of start-process References: <87a8e6n5z3.fsf@linux-m68k.org> <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> In-Reply-To: <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> --hnjLju7PXLNJQlPbowkNIUs2Mfl6u7A6m Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/14/2016 11:39 AM, Hong Xu wrote: >=20 > I see. Maybe mention PROGRAM-ARGS explicitly like: Remaining > arguments PROGRAM-ARGS are strings to give program as arguments. >=20 >=20 Can we push the small fix? This is a tiny fix but it certainly improves the quality of the doc. --hnjLju7PXLNJQlPbowkNIUs2Mfl6u7A6m-- --ELPuELgG19jtkUVfkj8GdGlsBwVEuBjet Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYBWdsAAoJECZsfTOCL4R4bWIQAJKMXJ1AUREW4qFKa2ekz9br DSFVhdgEQxiYnRTrUJEISKaTozaCIC9xI1nFjZVvge40BZL5dgGyxJPIGtS+YcNQ 7lkIyN3p0K/sUtyRblxqDyPZHs5dHcpQJWxdv4u9YftVLcVhqirxM1iPhzaJQ/Tp Ph/eaiZIYXU18D0kfANAcCnCVtYUWWCHFugsvOejhrmSs7KOU62NY1JAAQNR7FFV 4Xf+osUzfcuy9Nz7VWP0inyu54hh6Nh6OC5eQ4UtaYnUKBNQ11MN79bhvfkc1CXm dgO4WpuCce+GgvXCwimLmLHuNB8721WT5qb+kpuH/PpHmiVb5NsZKuY07fNn3Cye sLBU2vNEg8XO35bxfjekg6tr1kZZLL2GFD5aMiDRv2GEkUGcDQAUhEQsxZVQz0S+ B+P8pcAOlNTaa2WBcvynXmBvo/2AJhAsonyJy5p5UU56alOqc3MFdvndOPyhamS7 vuv9AQhx//2XyW0lJpCTntIuaD7vR+Un/HrB59ttvfeK0XOXtIU84aIAGUd4SV/F zTuUf/h3+KQ2uXM6brloMXX0BvU7GzDzGNBEzuvhH2F3dS6ZrhA31D7nGzBLtxLO JJa2IVtZ4Ngi9yPNtNwQS+UlkHPua5vyU1XU0c/tdK7iTrNOtskuxuQdE/0xaCbk PdoYDszxRwuMo6hKBDZe =39lV -----END PGP SIGNATURE----- --ELPuELgG19jtkUVfkj8GdGlsBwVEuBjet-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 02:25:29 2016 Received: (at 24693-done) by debbugs.gnu.org; 18 Oct 2016 06:25:29 +0000 Received: from localhost ([127.0.0.1]:37458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwNq5-0003cx-Ni for submit@debbugs.gnu.org; Tue, 18 Oct 2016 02:25:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48879) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwNq4-0003ck-Dh for 24693-done@debbugs.gnu.org; Tue, 18 Oct 2016 02:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwNpw-0006Dy-5u for 24693-done@debbugs.gnu.org; Tue, 18 Oct 2016 02:25:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwNpw-0006Du-2w; Tue, 18 Oct 2016 02:25:20 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2793 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bwNpv-0001OA-0V; Tue, 18 Oct 2016 02:25:19 -0400 Date: Tue, 18 Oct 2016 09:25:02 +0300 Message-Id: <83d1iyxjgh.fsf@gnu.org> From: Eli Zaretskii To: Hong Xu In-reply-to: (message from Hong Xu on Mon, 17 Oct 2016 17:06:01 -0700) Subject: Re: bug#24693: Small doc improvement of start-process References: <87a8e6n5z3.fsf@linux-m68k.org> <70408872-935a-f2e2-550b-dc8376470be3@topbug.net> 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-Spam-Score: -5.3 (-----) X-Debbugs-Envelope-To: 24693-done Cc: 24693-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.3 (-----) > From: Hong Xu > Date: Mon, 17 Oct 2016 17:06:01 -0700 > > On 10/14/2016 11:39 AM, Hong Xu wrote: > > > > I see. Maybe mention PROGRAM-ARGS explicitly like: Remaining > > arguments PROGRAM-ARGS are strings to give program as arguments. > > > > Can we push the small fix? This is a tiny fix but it certainly improves > the quality of the doc. Done. Thanks. From unknown Sun Aug 10 16:51:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Nov 2016 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator