From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Printing Date: Mon, 30 Mar 2009 08:36:01 +0200 Message-ID: References: <5f0660120903280331y780c80b7i57a8115dc4b029eb@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238394985 9960 80.91.229.12 (30 Mar 2009 06:36:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2009 06:36:25 +0000 (UTC) Cc: rms@gnu.org, cmr.pent@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 08:37:43 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LoB7u-0004oL-47 for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2009 08:37:42 +0200 Original-Received: from localhost ([127.0.0.1]:35510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoB6W-0000Th-Fq for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2009 02:36:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoB6P-0000SK-Sb for emacs-devel@gnu.org; Mon, 30 Mar 2009 02:36:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoB6L-0000OT-Tf for emacs-devel@gnu.org; Mon, 30 Mar 2009 02:36:09 -0400 Original-Received: from [199.232.76.173] (port=58439 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoB6L-0000OO-R5 for emacs-devel@gnu.org; Mon, 30 Mar 2009 02:36:05 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.187]:54760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoB6J-0007c0-QF; Mon, 30 Mar 2009 02:36:03 -0400 Original-Received: by fk-out-0910.google.com with SMTP id z23so727740fkz.10 for ; Sun, 29 Mar 2009 23:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=p2JzYinrPRqVXBbX1haNfGhj1L1JDdSb91ZURfiC/X0=; b=GHXXUIKpitIhWETfobHOnSQeQERh/jHmICiZrI9B0qy5jRm19yceU7U83XUADVg1ij bATXkmSYqgLO8oxH1X6ayrTe7cEDRYXR2B6l0Z7LIZidiLuHbauoky5u52AxBRC5Alj6 qzm8bw4bP8i3HljpbvFFIl4bkZAr2gOufAIOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SxQuchCmcEHZcxbCyxnDds0HAPE5WhKJIQDTde7EZz//oIcYmkbY5VeVy4tc4iQKh+ 8xUJWJqyS1DBc06BF01+0R9hBz7NnEXPx0HX38kyPzcYwbaSKHUQOQPJIwnLkZYgBEaS Iq5h8avtSFOnQ9weQt4V19mcWR+7J6UYL5PPI= Original-Received: by 10.223.115.193 with SMTP id j1mr3585769faq.98.1238394961397; Sun, 29 Mar 2009 23:36:01 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109912 Archived-At: On Mon, Mar 30, 2009 at 5:10 AM, Eli Zaretskii wrote: > One way to fix this would be to update our default for > ps-mule-font-info-database so that it handles Unicode -- assuming that > modern PostScript printers indeed support large subranges of the > Unicode codespace. =C2=A0I'm not an expert on printing, so I wouldn't kno= w > if this is possible. Since printing with Emacs through the web browser (using htmlfontify.el) does work it seems like modern printers do support this. Or am I missing something?