From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: Re: printing non latin chars Date: Fri, 4 Nov 2011 17:55:57 +0530 Message-ID: References: <72ce8c30-bc08-46bb-b411-c28721a2cc1d@p14g2000pra.googlegroups.com> <87lirwn5my.fsf@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175dd814a99e3604b0e7ce04 X-Trace: dough.gmane.org 1320409576 4828 80.91.229.12 (4 Nov 2011 12:26:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2011 12:26:16 +0000 (UTC) Cc: Emacs mailing list To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 04 13:26:11 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RMIqY-0005MA-Bz for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Nov 2011 13:26:10 +0100 Original-Received: from localhost ([::1]:45847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMIqV-0007sV-7E for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Nov 2011 08:26:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMIqO-0007sN-O2 for help-gnu-emacs@gnu.org; Fri, 04 Nov 2011 08:26:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMIqN-0008Kz-DE for help-gnu-emacs@gnu.org; Fri, 04 Nov 2011 08:26:00 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:60814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMIqN-0008Kv-A9 for help-gnu-emacs@gnu.org; Fri, 04 Nov 2011 08:25:59 -0400 Original-Received: by iaae16 with SMTP id e16so1373890iaa.0 for ; Fri, 04 Nov 2011 05:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qSU8qCsu1f+bq4H+QyJRi+4QiYC+xWwwCgoYoYsOY7Q=; b=vDZ8Jv/BAyzBfuBnRwQGDP1d+vx9BTcoJ5NFifQZX9ZB3k84rjLZ4wOYVYvICU79d1 IZY5GITweQ3fUcqvGdhOl71ViDfdYQc7NOnBLX0L1jYO8UnKYnzeEBRiQplRQVwbKcck xXnp6DE4Rc2YOJQ19VW9ZWvpGvctf/QAcXIo8= Original-Received: by 10.231.61.76 with SMTP id s12mr3652345ibh.35.1320409557998; Fri, 04 Nov 2011 05:25:57 -0700 (PDT) Original-Received: by 10.231.149.202 with HTTP; Fri, 4 Nov 2011 05:25:57 -0700 (PDT) In-Reply-To: <87lirwn5my.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82751 Archived-At: --0015175dd814a99e3604b0e7ce04 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 4, 2011 at 5:03 AM, Michael Heerdegen wrote: > Hi rusi, > > sorry to see that you didn't get more help. I'm no expert here. > Hey thanks Michael for trying! > > It seems to me that there is no trivial solution for what you want. > O cut-paste from emacs to libreoffice works well enough and is trivial enough (with good fonts) > > One possibility is to use BDF fonts for ps printing. In Debian, install > the package "emacs-intl-fonts". Then, set `ps-multibyte-buffer' to > 'bdf-font. After that, the ps files generated should use these BDF > fonts. But don't be disappointed: They look not very elegant (bitmap > fonts). > > Another possibility is to convert the buffer contents to html and use > some external program to print it. You can use "htmlize.el" to do > this. You can get it here: > > http://fly.srk.fer.hr/~hniksic/emacs/ > > > Hope that helps a bit, > > Michael. > --0015175dd814a99e3604b0e7ce04 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Fri, Nov 4, 2011 at 5:03 AM, Michael = Heerdegen <michael_heerdegen@web.de> wrote:
Hi rusi,

sorry to see that you didn't get more help. =A0I'm no expert here.<= br>

Hey thanks Michael for trying!

=A0

It seems to me that there is no trivial solution for what you want.

O cut-paste from emacs to libreoffice works well enough a= nd is trivial enough (with good fonts)
=A0

One possibility is to use BDF fonts for ps printing. =A0In Debian, install<= br> the package "emacs-intl-fonts". =A0Then, set `ps-multibyte-buffer= ' to
'bdf-font. =A0After that, the ps files generated should use these BDF fonts. =A0But don't be disappointed: They look not very elegant (bitmap=
fonts).

Another possibility is to convert the buffer contents to html and use
some external program to print it. =A0You can use "htmlize.el" to= do
this. =A0You can get it here:

=A0 = http://fly.srk.fer.hr/~hniksic/emacs/


Hope that helps a bit,

Michael.

--0015175dd814a99e3604b0e7ce04--