From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: peder@klingenberg.no (Peder O. Klingenberg) Newsgroups: gmane.emacs.bugs Subject: bug#25708: 25.1.91; Allow users to inhibit printing for 'emacsclient -c -t' Date: Mon, 20 Feb 2017 19:28:28 +0100 Message-ID: References: <83efytpmj4.fsf@gnu.org> <831suspxzf.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487615358 9013 195.159.176.226 (20 Feb 2017 18:29:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2017 18:29:18 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (darwin) Cc: 25708@debbugs.gnu.org, alexhutcheson@google.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 20 19:29:13 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1cfshv-0001WE-JP for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Feb 2017 19:29:07 +0100 Original-Received: from localhost ([::1]:40357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfsi1-0007WT-GN for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Feb 2017 13:29:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfshv-0007WD-Ew for bug-gnu-emacs@gnu.org; Mon, 20 Feb 2017 13:29:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfshq-0005xb-J7 for bug-gnu-emacs@gnu.org; Mon, 20 Feb 2017 13:29:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:49570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cfshq-0005xO-Fq for bug-gnu-emacs@gnu.org; Mon, 20 Feb 2017 13:29:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cfshp-0000Y5-So for bug-gnu-emacs@gnu.org; Mon, 20 Feb 2017 13:29:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: peder@klingenberg.no (Peder O. Klingenberg) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Feb 2017 18:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25708 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 25708-submit@debbugs.gnu.org id=B25708.14876153232079 (code B ref 25708); Mon, 20 Feb 2017 18:29:01 +0000 Original-Received: (at 25708) by debbugs.gnu.org; 20 Feb 2017 18:28:43 +0000 Original-Received: from localhost ([127.0.0.1]:47769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfshX-0000XT-5K for submit@debbugs.gnu.org; Mon, 20 Feb 2017 13:28:43 -0500 Original-Received: from tarrant.klingenberg.no ([80.91.231.253]:34699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfshV-0000XJ-QP for 25708@debbugs.gnu.org; Mon, 20 Feb 2017 13:28:42 -0500 Original-Received: from [94.102.36.20] (helo=modesty.localdomain) by tarrant.klingenberg.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1cfshL-0005n5-Iw; Mon, 20 Feb 2017 19:28:40 +0100 Original-Received: by modesty.localdomain (Postfix, from userid 502) id 4CA341713DB9; Mon, 20 Feb 2017 19:28:28 +0100 (CET) In-Reply-To: <831suspxzf.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 20 Feb 2017 19:34:44 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:129586 Archived-At: Eli Zaretskii writes: > Each comment should end with a period and 2 spaces. Like this: Sorry. I'll fix it. > Do we really need the "non-error" part here? Errors don't manifest > themselves via return values, I think. I'm not intimately familiar with the protocol between emacs and emacsclient, but emacsclient handles a number of different return messages from emacs. Two of which (-print and -print-nonl) I made -u apply to. Another possible return message seems to be -error, which also results in stuff being printed by emacsclient (in this case to stderr). -u does not suppress that kind of printing. I thought it worth specifying, but if that path is in practice never used, I can take that wording out. What do people think? -- ...Peder...