Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Helge Blischke Newsgroups: comp.lang.postscript Subject: Re: getting system information from a PS program Followup-To: comp.lang.postscript Date: Wed, 25 Jan 2012 18:08:32 +0100 Lines: 45 Message-ID: <9oar8hF5atU1@mid.individual.net> References: <9nr4ecF33kU1@mid.individual.net> <7c274e80-d66c-4b27-aa13-2637afe05e9f@cf6g2000vbb.googlegroups.com> <9o5gj6Fg78U1@mid.individual.net> <9o87h2F8tgU1@mid.individual.net> <9oapr0Fr8sU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: individual.net EQhuyOV0wBkvUsKmAh+krQTnTXpK2Cb0OPYJIOsWqjm9bd0lVg Cancel-Lock: sha1:HLkP7rtlbDWxVQ0jxjCglbQSlXE= User-Agent: KNode/0.99.01 Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:591 Michael Unger wrote: > On 2012-01-25 02:10, "Odysseus" wrote: > >> In article <9o87h2F8tgU1@mid.individual.net>, >> Michael Unger wrote: >> >> >> >>> | %%[ Error: undefined; OffendingCommand: currentdevparams ]%% >>> | >>> | Stack: >>> | (%Calender%) >> >> Check your spelling of "calendar", maybe. > > Grrr. You are right of course -- but it doesn't make any difference at > all. Whether used with parantheses or without, whether used witn a > capital "C" or with a lower case "c", the error messages are the very > same. > > Michael > To check if the Calendar device is implemented in distiller, try (*){==}32 string /IODevice resourceforall and look at the output for the listed devices. FYI, Ghostscript (version 9.02) lists the following: (%statementedit%) (%os%) (%rom%) (%Calendar%) (%stdout%) (%lineedit%) (%pipe%) (%null%) (%stdin%) (%stderr%) Helge