From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Printing in Emacs Date: Fri, 27 Mar 2009 13:39:35 +0100 Organization: Universitaet Jena Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1238211519 24051 80.91.229.12 (28 Mar 2009 03:38:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 03:38:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 28 04:39:57 2009 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.50) id 1LnPOk-00052r-7j for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2009 04:39:54 +0100 Original-Received: from localhost ([127.0.0.1]:50964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnPNN-0005JY-0F for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2009 23:38:29 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-1.dfn.de!news.uni-jena.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: pax07e3.mipool.uni-jena.de Original-X-Trace: lc03.rz.uni-jena.de 1238157575 14677 141.35.13.42 (27 Mar 2009 12:39:35 GMT) Original-X-Complaints-To: abuse@uni-jena.de Original-NNTP-Posting-Date: Fri, 27 Mar 2009 12:39:35 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) Cancel-Lock: sha1:rTn2xHEwQMeIxwY9awXDdIqATLk= Original-Xref: news.stanford.edu gnu.emacs.help:168043 X-Mailman-Approved-At: Fri, 27 Mar 2009 23:36:24 -0400 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:63342 Archived-At: Martin Sukaný writes: > Hi all, > > I have a problem with printing in Emacs. For printing I use > PostScript function ps-print-buffer, but because of I origined from > Czech Republic I have to use some national characters (such as š, č, > ř, ě etc.), but these characters aren't printed ... As Font Family > I've tried to use Times and Courier ... Hi, I also can't print them with a pure Emacs. I don't know much about this, but I read that installing BDF fonts would solve the problem. In Debain, you can install the package "emacs-intl-fonts". Micha.