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: ps-print question Date: Fri, 31 Dec 2010 02:22:10 -0500 Message-ID: <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 1293780193 11432 80.91.229.12 (31 Dec 2010 07:23:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2010 07:23:13 +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:23:07 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 1PYZKH-0006ar-4l for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 08:23:07 +0100 Original-Received: from localhost ([127.0.0.1]:43830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYZK9-0002wK-HY for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 02:22:53 -0500 Original-Received: from [140.186.70.92] (port=44872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYZJY-0002wD-5U for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYZJX-0003KX-7c for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:22:16 -0500 Original-Received: from hp37.hostpapa.com ([69.90.162.35]:33359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYZJX-0003Jx-4S for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:22:15 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=arqux.com; h=Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer:X-ACL-Warn; b=Uk21hvhRHgASzb7dOfcXWz2whDhQdEHnxOSwf6kervxIsGRSvGICb6EBZ5d/Y/YEjAMhh/Za1RMky5n1JFBk/igG5qQ38bX2juqKrdgNMo+SvY3/KT31H60uqfTefvFW; 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 1PYZJS-0002us-I3 for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 02:22:10 -0500 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:77986 Archived-At: 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. I don't understand this. I saved the generated postscript file and = looked at it in emacs. The backquote characters look ok there. Is there something I should do to get the right character? Best, - Dave -=