From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31060 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: `A P' induces postscript error Date: Thu, 18 May 2000 13:57:39 +0200 (MET DST) Sender: owner-ding@hpc.uh.edu Message-ID: <200005181157.NAA28147@marcy.cs.uni-dortmund.de> References: <200005171253.OAA10741@marcy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167513 11891 80.91.224.250 (21 Oct 2002 02:31:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:31:53 +0000 (UTC) Cc: ding@gnus.org 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 86647D051E for ; Thu, 18 May 2000 07:58:52 -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 GAB14951; Thu, 18 May 2000 06:58:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 May 2000 06:58:19 -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 GAA15600 for ; Thu, 18 May 2000 06:58:06 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id 659B5D051E for ; Thu, 18 May 2000 07:58:23 -0400 (EDT) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id NAA16211; Thu, 18 May 2000 13:57:40 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id NAA28147; Thu, 18 May 2000 13:57:39 +0200 (MET DST) Original-To: Brian May In-Reply-To: Brian May's message of "18 May 2000 09:25:58 +1000" User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/21.0.90 Original-Lines: 14 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31060 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31060 Brian May writes: > (setq lpr-switches "-Pfoo") lpr-switches is supposed to be a list of arguments, and "-Pfoo" is not a list. You could have said this: (setq lpr-switches '("-Pfoo")) This is a list of one argument. kai -- Beware of flying birch trees.