From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Inhibit "Wrote foo" from write-region Date: Thu, 23 Jan 2014 18:25:11 +0200 Message-ID: <83siseekd4.fsf@gnu.org> References: <87k3dte17j.fsf@fleche.redhat.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1390494305 23832 80.91.229.3 (23 Jan 2014 16:25:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2014 16:25:05 +0000 (UTC) Cc: lunaryorn@gmail.com, tromey@redhat.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 23 17:25:10 2014 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 1W6N5Z-0005kQ-7y for ged-emacs-devel@m.gmane.org; Thu, 23 Jan 2014 17:25:09 +0100 Original-Received: from localhost ([::1]:42063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6N5Y-0006eQ-Ox for ged-emacs-devel@m.gmane.org; Thu, 23 Jan 2014 11:25:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6N5R-0006b5-7N for emacs-devel@gnu.org; Thu, 23 Jan 2014 11:25:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6N5M-0001bN-4E for emacs-devel@gnu.org; Thu, 23 Jan 2014 11:25:01 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:33489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6N5L-0001aw-Rz for emacs-devel@gnu.org; Thu, 23 Jan 2014 11:24:56 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0MZV007003VVSY00@mtaout24.012.net.il> for emacs-devel@gnu.org; Thu, 23 Jan 2014 18:24:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZV0081N495OC10@mtaout24.012.net.il>; Thu, 23 Jan 2014 18:24:42 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 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:168962 Archived-At: > From: Stefan Monnier > Date: Thu, 23 Jan 2014 08:50:20 -0500 > Cc: Tom Tromey , Emacs-Devel devel > > > I presume, there is little chance to change this behaviour for > > noninteractive use? > > Definitely not for 24.4. > > Afterwards, someone could try and look at the issue in more detail, but > it's risky, since it's a fairly low-level primitive called from many > different packages. We'd have to go and check how all these calls would > be affected. I, for one, am accustomed to see these messages while Emacs is being built: in a highly parallel build that is sometimes the only practical way of knowing whether some part of the build succeeded or not. So, if 'write-region' stops outputting these messages in non-interactive uses, there should be a way to get the current behavior back.