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 2/3] Don't print "process finished" into the stderr buffer. Date: Wed, 04 Apr 2018 16:14:47 +0300 Message-ID: <834lkr3ygo.fsf@gnu.org> References: <20180404120218.257212-1-phst@google.com> <20180404120218.257212-2-phst@google.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1522847566 5558 195.159.176.226 (4 Apr 2018 13:12:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2018 13:12:46 +0000 (UTC) Cc: phst@google.com, emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 04 15:12:42 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 1f3iDR-0001KJ-Ru for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2018 15:12:41 +0200 Original-Received: from localhost ([::1]:57553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3iFV-0006gq-GU for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2018 09:14:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3iFP-0006fS-4i for emacs-devel@gnu.org; Wed, 04 Apr 2018 09:14:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3iFO-0007QH-Bq for emacs-devel@gnu.org; Wed, 04 Apr 2018 09:14:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3iFJ-0007Nd-BG; Wed, 04 Apr 2018 09:14:37 -0400 Original-Received: from [176.228.60.248] (port=4708 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f3iFI-0005Ab-Oc; Wed, 04 Apr 2018 09:14:37 -0400 In-reply-to: <20180404120218.257212-2-phst@google.com> (message from Philipp Stephani on Wed, 4 Apr 2018 14:02:17 +0200) 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:224317 Archived-At: > From: Philipp Stephani > Date: Wed, 4 Apr 2018 14:02:17 +0200 > Cc: Philipp Stephani > > * src/process.c (syms_of_process): Add 'ignore' symbol. > (Fmake_process): Use it as sentinel for the standard error pipe > process. Why would we want that, and by default on top of that? Please give at least some rationale behind this change.