From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Printing from modern Emacsen Date: Thu, 09 Mar 2006 17:06:58 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1141891674 12273 80.91.229.2 (9 Mar 2006 08:07:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Mar 2006 08:07:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 09 09:07:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHGBa-0001ot-QI for ged-emacs-devel@m.gmane.org; Thu, 09 Mar 2006 09:07:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHGBY-00018d-UO for ged-emacs-devel@m.gmane.org; Thu, 09 Mar 2006 03:07:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHGAs-0000gJ-KT for emacs-devel@gnu.org; Thu, 09 Mar 2006 03:07:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHGAq-0000Qj-04 for emacs-devel@gnu.org; Thu, 09 Mar 2006 03:07:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHGAp-0000Mq-HZ for emacs-devel@gnu.org; Thu, 09 Mar 2006 03:07:03 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FHGDq-0005Hr-FI for emacs-devel@gnu.org; Thu, 09 Mar 2006 03:10:10 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k2986xcC028882; Thu, 9 Mar 2006 17:06:59 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k2986xK0020177; Thu, 9 Mar 2006 17:06:59 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FHGAk-0007Yf-00; Thu, 09 Mar 2006 17:06:58 +0900 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51400 Archived-At: In article , "Robert J. Chassell" writes: > Happily, `gv' provided this, > Version/Revision: 3010/81501 > LanguageLevel: 3 > Type42 font is supported, > with incremental glyph-data definition. > However, my HP-DeskJet-932C running CUPS simply printed the file as if > it were plain text -- i.e., it printed lines such as `50 200 moveto' > -- both from Emacs using `M-x lpr-buffer' and from a command line. Ah, that's because the new check code I sent started with this line: %PS It should start with this line: %!PS to make CUPS understand that is not a text file but a PostScript file and thus should invoke gs to generate a proper image data for HP-DeskJet-932C. > My printer should have been able to print your sample file. > I just printed a test page for the CUPS software that said > PostScript: Level 3 > Version: 3010 (81501) > Product: ESP Ghostscript > Serial #: 42 > Also, `gv' displayed the test page. Do you mean that you can now print my sample file CORRECTLY (perhaps after fixing some CUPS configulation)? --- Kenichi Handa handa@m17n.org