From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44962: Small mistake in emacs manual ? Date: Mon, 30 Nov 2020 21:56:40 +0300 Message-ID: References: <2e4160a7-28a9-1e2f-cec8-623474ef54ed@krom.eu> <831rgak768.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27625"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44962@debbugs.gnu.org, jon@krom.eu To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 01 10:01:21 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kk1XC-0006z3-EY for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Dec 2020 10:01:18 +0100 Original-Received: from localhost ([::1]:46094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kk1XB-0005ns-FH for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Dec 2020 04:01:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kk1Wx-0005lU-7N for bug-gnu-emacs@gnu.org; Tue, 01 Dec 2020 04:01:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46204) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kk1Ww-00044o-UK for bug-gnu-emacs@gnu.org; Tue, 01 Dec 2020 04:01:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kk1Ww-0003h0-TW for bug-gnu-emacs@gnu.org; Tue, 01 Dec 2020 04:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 Dec 2020 09:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44962 X-GNU-PR-Package: emacs Original-Received: via spool by 44962-submit@debbugs.gnu.org id=B44962.160681320714069 (code B ref 44962); Tue, 01 Dec 2020 09:01:02 +0000 Original-Received: (at 44962) by debbugs.gnu.org; 1 Dec 2020 09:00:07 +0000 Original-Received: from localhost ([127.0.0.1]:57740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk1W3-0003el-1h for submit@debbugs.gnu.org; Tue, 01 Dec 2020 04:00:07 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:42267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk1W0-0003cc-RV for 44962@debbugs.gnu.org; Tue, 01 Dec 2020 04:00:05 -0500 Original-Received: from localhost ([::ffff:41.202.241.16]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0006.000000005FC6060E.000016C2; Tue, 01 Dec 2020 08:59:57 +0000 Content-Disposition: inline In-Reply-To: <831rgak768.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:194711 Archived-At: * Eli Zaretskii [2020-11-30 21:54]: > > From: Jon Krom > > Date: Mon, 30 Nov 2020 13:52:06 +0100 > > > > On this web-page > > > > https://www.gnu.org/software/emacs/manual/html_node/emacs/PostScript-Variables.html > > > > appears the sentence: > > > > "Alternatively, you can set ps-print-color-p to black-white to print > > colors on black/white printers." > > > > Shouldn't this be: > > > > "Alternatively, you can set ps-print-color-p to black-white to print > > black/white on color printers." > > No, I don't think so. This setting is supposed to produce a better > looking printout on black/white printers, so it makes no sense to use > it when your printer supports colors. Then maybe: "Alternatively, you can set ps-print-color-p to black-white to produce a better looking printout on black/white printers."