From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30941 Path: main.gmane.org!not-for-mail From: Terje Tverberg Newsgroups: gmane.emacs.gnus.general Subject: Re: `A P' induces postscript error Date: 15 May 2000 10:52:53 +0200 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167411 11250 80.91.224.250 (21 Oct 2002 02:30:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:11 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id AC52BD051F for ; Mon, 15 May 2000 04:53:27 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAB26924; Mon, 15 May 2000 03:53:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 May 2000 03:52:49 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA20289 for ; Mon, 15 May 2000 03:52:39 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 15941D051F for ; Mon, 15 May 2000 04:52:57 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id KAA22652 for ding@gnus.org; Mon, 15 May 2000 10:54:45 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: mox.hrp.no Original-X-Trace: quimby.gnus.org 958380884 16279 158.36.61.41 (15 May 2000 08:54:44 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 15 May 2000 08:54:44 GMT User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30941 Karl Kleinpaste writes: > I'm trying print a couple of mail messages today -- something I do > only rarely -- and everything I'm trying to print is rewarding me with > postscript errors, which begin as > Error: /undefined in " > Operand stack: > HeaderLinesLeft --nostringval-- --... > Is this something over which Gnus has control, or is this purely the > fault of the underlying ps-print-buffer-with-faces? Hi Karl. This is maybe a shot in the dark, but I saw something similar when I upgraded my ps-print package - loads of PostScript errors; no printouts. The errors weren't exactly the same as yours, though, so maybe your problem is a different one. Anyway in my case, the problem stemmed from that the (PostScript) prologue files (ps-prin*.ps) that ps-print uses had changed in the new version (v. 5.1.5 in my case) and I needed to point ps-print to the directory where the new (correct) files were placed: (setq ps-postscript-code-directory "/path/to/prologue/files/") You mention that you have a fairly recent XEmacs - maybe something has changed in the use of the ps-print package there? As I said, just a shot in the dark. Regards, Terje