From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Heftler Newsgroups: gmane.emacs.bugs Subject: bug#328: How to print background colors in Mac OS X Date: Tue, 03 Jun 2008 15:36:26 -0500 Message-ID: References: Reply-To: Scott Heftler , 328@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1212526104 29537 80.91.229.12 (3 Jun 2008 20:48:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 20:48:24 +0000 (UTC) To: 328@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 03 22:49:02 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3dR9-0000zL-J6 for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 22:48:55 +0200 Original-Received: from localhost ([127.0.0.1]:51018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3dQN-0003Iq-AX for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 16:48:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3dPZ-0002BR-25 for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 16:47:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3dPT-00023s-Nd for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 16:47:14 -0400 Original-Received: from [199.232.76.173] (port=51404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3dPS-00022L-Vi for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 16:47:11 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:35532) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3dPS-000250-Kw for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 16:47:11 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53Kl4Nm030700; Tue, 3 Jun 2008 13:47:05 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m53Kj3eb029597; Tue, 3 Jun 2008 13:45:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Scott Heftler Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 03 Jun 2008 20:45:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 328 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 328-submit@emacsbugs.donarmstrong.com id=B328.121252539528342 (code B ref 328); Tue, 03 Jun 2008 20:45:03 +0000 Original-Received: (at 328) by emacsbugs.donarmstrong.com; 3 Jun 2008 20:36:35 +0000 Original-Received: from kkk.local ([75.44.30.105]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53KaWWt028336 for <328@emacsbugs.donarmstrong.com>; Tue, 3 Jun 2008 13:36:33 -0700 Original-Received: by kkk.local (Postfix, from userid 501) id CDEE11502B77; Tue, 3 Jun 2008 15:36:26 -0500 (CDT) In-Reply-To: (Scott Heftler's message of "Tue\, 27 May 2008 16\:31\:51 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) X-CrossAssassin-Score: 3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Tue, 03 Jun 2008 16:47:14 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18239 Archived-At: I'm using Carbon Emacs 22.2.1 on MacBook Pro "25 running OS X 10.5.2.=20 My printer is a HP Deskjet F4180. I cannot print background colors. The foreground color of the text prints fine. But the background color of the text never prints. Here's how to reproduce: 1. Apply a face that inludes a background color, such as `isearch', to some text. Select some text, do `M-o O isearch '. Now that text has a background. 2. Then set `ps-use-face-background to t' by doing `M-: (setq ps-use-face-background t) '. 3. Now you're ready to print, via `ps-print-buffer-with-faces'. You get the foreground text properly printed. The background is all white. Any advice? --=20 Scott Heftler psyche@mail.utexas.edu Man mu=C3=9F mit den W=C3=B6lfen heulen.