From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Zimmerman Newsgroups: gmane.emacs.help Subject: Re: ps-print-buffer does not print Date: Fri, 03 Mar 2006 19:07:33 -0800 (PST) Message-ID: <87veuukivf.fsf@ahiker.homeip.net> References: <1140865216.087402.31870@i40g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141442109 3606 80.91.229.2 (4 Mar 2006 03:15:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Mar 2006 03:15:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 04 04:15:03 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFNEO-0002EZ-QX for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Mar 2006 04:14:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFNEQ-0003su-O1 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 22:14:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFN7Q-000892-Gk for help-gnu-emacs@gnu.org; Fri, 03 Mar 2006 22:07:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFN7J-000840-82 for help-gnu-emacs@gnu.org; Fri, 03 Mar 2006 22:07:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFN7I-00083e-Ss for help-gnu-emacs@gnu.org; Fri, 03 Mar 2006 22:07:37 -0500 Original-Received: from [64.233.166.177] (helo=pproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FFN96-0003Uo-EQ for help-gnu-emacs@gnu.org; Fri, 03 Mar 2006 22:09:28 -0500 Original-Received: by pproxy.gmail.com with SMTP id m51so391013pye for ; Fri, 03 Mar 2006 19:07:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:references:from:in-reply-to:message-id:lines:user-agent:mime-version:content-type:date; b=h+TkGvfmahZy2k6pto+LVkfoE+tIGoZbPJuxYQzGojFSVnyaZROr+9xY2RDQSeVlVXFVFjtKdZIXpkFdD7TQ7ex07aPonbSdlKwZTXKYJbfARaNDIvlFW/mFd4pFp9+aUhUo8p08rKFG/Au7+srqrVzyawC9KmxjqL5gRVdPAIM= Original-Received: by 10.64.193.7 with SMTP id q7mr674668qbf; Fri, 03 Mar 2006 19:07:33 -0800 (PST) Original-Received: from ahiker.homeip.net ( [72.60.106.112]) by mx.gmail.com with ESMTP id z21sm1731569qbc.2006.03.03.19.07.32; Fri, 03 Mar 2006 19:07:33 -0800 (PST) Original-Received: from itz by ahiker.homeip.net with local (Exim 4.60) (envelope-from ) id 1FFN7E-0000vz-7j; Fri, 03 Mar 2006 22:07:32 -0500 Original-To: help-gnu-emacs@gnu.org In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33527 Archived-At: Eli> Does your printer support PostScript? If not, then you do need to Eli> have certain customizations in .emacs to print via Ghostscript. He said he had CUPS, which presumably already takes care of piping through Ghostscript. I run CUPS too, here are my related customizations: '(lpr-add-switches nil) '(lpr-command "lp" t) '(lpr-printer-switch "-d") '(printer-name "lp" t) -- A true pessimist won't be discouraged by a little success.