From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31048 Path: main.gmane.org!not-for-mail From: Brian May Newsgroups: gmane.emacs.gnus.general Subject: Re: `A P' induces postscript error Date: 18 May 2000 09:25:58 +1000 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200005171253.OAA10741@marcy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035167503 11844 80.91.224.250 (21 Oct 2002 02:31:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:31:43 +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 75749D0520 for ; Wed, 17 May 2000 19:26:25 -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 SAB09480; Wed, 17 May 2000 18:26:24 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 May 2000 18:25:50 -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 SAA04897 for ; Wed, 17 May 2000 18:25:40 -0500 (CDT) Original-Received: from lyell.csse.monash.edu.au (lyell.csse.monash.edu.au [130.194.64.41]) by mailhost.sclp.com (Postfix) with ESMTP id 2A795D0520 for ; Wed, 17 May 2000 19:26:01 -0400 (EDT) Original-Received: by lyell.csse.monash.edu.au (Postfix, from userid 3752) id 350DFF5E5; Thu, 18 May 2000 09:25:58 +1000 (EST) Original-To: ding@gnus.org X-Home-Page: http://www.csse.monash.edu.au/~bmay/ In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 17 May 2000 14:53:01 +0200 (MET DST)" Original-Lines: 19 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31048 >>>>> "Kai" == Kai Großjohann writes: Kai> Brian May writes: >> Rather then trying to reproduce all the horrible LISP errors I >> have encountered, could somebody please give me sample LISP >> code to change the active printer with the -P option to lpr? >> Thanks. Kai> (setq lpr-switches '("-P" "foo")) Thanks for that, it worked first go. I thought I list was required but wasn't sure. Previously, I had tried (setq lpr-switches "-Pfoo") but that didn't work. -- Brian May