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 09:02:49 -0500 Message-ID: References: <9E47A63C-3337-4CF9-AC0E-C91082557375@arqux.com> <97BBE33A-D586-4CFA-BE9C-96C6ABBD22A3@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: multipart/alternative; boundary=Apple-Mail-1--183126390 X-Trace: dough.gmane.org 1293804209 6568 80.91.229.12 (31 Dec 2010 14:03:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2010 14:03:29 +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 15:03:25 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 1PYfZj-0002hs-No for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 15:03:25 +0100 Original-Received: from localhost ([127.0.0.1]:55787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYfZi-0001t0-Fg for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Dec 2010 09:03:22 -0500 Original-Received: from [140.186.70.92] (port=36004 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYfZE-0001sr-VM for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 09:02:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYfZD-0007wp-Mf for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 09:02:52 -0500 Original-Received: from hp37.hostpapa.com ([69.90.162.35]:57522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYfZD-0007wk-FH for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 09:02:51 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=arqux.com; h=Received:From:Mime-Version:Content-Type:Subject:Date:In-Reply-To:To:References:Message-Id:X-Mailer:X-ACL-Warn; b=O/IJMWlR0kYRLxAtx6bsWy1qy27q3HZ/seOC6s5SYdUu7+omTNRLl8AJ8y+NnBug3yF/yJWJsmBpcHKWYeWhjQn+qSiZxCQDuEQGq8oyyP4iTmJaWPfAEMZjrF98nJ6Z; 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 1PYfZB-0001y6-5N for help-gnu-emacs@gnu.org; Fri, 31 Dec 2010 09:02:49 -0500 In-Reply-To: <97BBE33A-D586-4CFA-BE9C-96C6ABBD22A3@Web.DE> 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:77989 Archived-At: --Apple-Mail-1--183126390 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 2010-12-31, at 4:22 AM, Peter Dyballa wrote: >=20 > Am 31.12.2010 um 08:22 schrieb David Penton: >=20 >> Is there something I should do to get the right character? >=20 > Change the font! Use one with a visible backquote. Character Palette = can help, Font Book as well with a personal text palette. >=20 Thanks, Pete. I am trying to use Courier. I don't know how to choose any of the fonts = you suggested, because to my knowledge the font choices for ps-print are = limited. Here is a quote from the emacs website: The variable ps-font-family specifies which font family to use for = printing ordinary text. Legitimate values include Courier, = Helvetica,NewCenturySchlbk, Palatino and Times.=20 There is mention of using BDF fonts for foreign languages, but I am not = sure that is the answer. Also, I am puzzled because I thought Courier = had a grave accent anyway. > =46rom the header and prologue of the PostScript file you saved you = can exactly determine which font is used for printing the backquote = (GRAVE ACCENT, U+0060) and the other Lisp code. In GNU Emacs you can = customise the use of fonts. >=20 > -- > Greetings >=20 > Pete >=20 > Build a man a fire and he'll be warm for a night, but set a man on = fire and he'll be warm for the rest of his life. >=20 --Apple-Mail-1--183126390 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

Am = 31.12.2010 um 08:22 schrieb David Penton:

Is there something I should do to get the right = character?

Change the font! Use one with a visible = backquote. Character Palette can help, Font Book as well with a personal = text palette.


Thanks, = Pete.

I am trying to use Courier. I don't know = how to choose any of the fonts you suggested, because to my = knowledge the font choices for ps-print are limited. Here is a = quote from the emacs website:

The variable ps-font-family specifies which font = family to use for printing ordinary text. Legitimate values = include Courier,       =   Helvetica,NewCenturySchlbkPalatino and Times
There is mention = of using BDF fonts for foreign languages, but I am not sure that is the = answer. Also, I am puzzled because I thought Courier had a grave accent = anyway.

=46rom the = header and prologue of the PostScript file you saved you can exactly = determine which font is used for printing the backquote (GRAVE ACCENT, = U+0060) and the other Lisp code. In GNU Emacs you can customise the use = of fonts.

--
Greetings

 Pete

Build a man a = fire and he'll be warm for a night, but set a man on fire and he'll be = warm for the rest of his = life.


= --Apple-Mail-1--183126390--