From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Penton Newsgroups: gmane.emacs.help Subject: Re: ps-print question Date: Fri, 31 Dec 2010 02:33:43 -0500 Message-ID: <4C786483-453D-4CAF-B00F-53CE83EF1373@arqux.com> References: <9E47A63C-3337-4CF9-AC0E-C91082557375@arqux.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293780872 13340 80.91.229.12 (31 Dec 2010 07:34:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2010 07:34:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 31 08:34:28 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PYZVM-0001Eu-Bm for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 08:34:28 +0100 Original-Received: from localhost ([127.0.0.1]:37622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYZVL-000561-Ba for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 02:34:27 -0500 Original-Received: from [140.186.70.92] (port=33416 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYZUf-00055t-5e for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:33:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYZUe-0005IZ-4N for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:33:45 -0500 Original-Received: from hp37.hostpapa.com ([69.90.162.35]:34509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYZUd-0005IV-TY for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:33:44 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=arqux.com; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ACL-Warn; b=OSEgbLMQo6pNqn5Gan8MVYKX9rI3G8K1JQR3MyOp6ySH8ibWcatcId/GHzl0Z9rzXxSBWIp7v1oHwmn7C6Ncmijp35CgJlwJSeDFggJxgvU+7xvPokxl+ID2Ks+iWu8n; Original-Received: from d226-44-36.home.cgocable.net ([24.226.44.36] helo=[10.0.1.5]) by hp37.hostpapa.com with esmtp (Exim 4.69) (envelope-from ) id 1PYZUc-0003xd-VK for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:33:43 -0500 In-Reply-To: <9E47A63C-3337-4CF9-AC0E-C91082557375@arqux.com> X-Mailer: Apple Mail (2.1082) X-ACL-Warn: { X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hp37.hostpapa.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - arqux.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:77987 Archived-At: On 2010-12-31, at 2:22 AM, David Penton wrote: > I am trying to use ps-print-buffer to print Lisp source code. However, = all of my backquotes (left single quotes) like this: ` are coming out as = right single quotes like this: ' This makes the printout unusable for = Lisp. >=20 > I don't understand this. I saved the generated postscript file and = looked at it in emacs. The backquote characters look ok there. >=20 > Is there something I should do to get the right character? >=20 > Best, >=20 > - Dave - Sorry - I forgot to post the detalis which are:=20 Using aquamacs (based on GNU Emacs 23.2.50.1) on OS X 10.6.5, using = ghostscript to convert ps to pdf.=