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: From emacs (windows), how to print region, etc via MS's "print" cmd? Date: Sun, 13 Nov 2011 21:02:50 +0100 Message-ID: <87d3cvvlhx.fsf@web.de> References: Reply-To: Emacs mailing list NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1321214585 20909 80.91.229.12 (13 Nov 2011 20:03:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2011 20:03:05 +0000 (UTC) Cc: David Combs To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 13 21:02:55 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 1RPgGT-00085H-Gw for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Nov 2011 21:02:53 +0100 Original-Received: from localhost ([::1]:54543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPgGT-0005U0-3S for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Nov 2011 15:02:53 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPgGO-0005Tk-IX for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 15:02:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPgGM-0008CU-H1 for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 15:02:48 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:60328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPgGM-0008CO-42 for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 15:02:46 -0500 Original-Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate01.web.de (Postfix) with ESMTP id 16EE31A3DB774 for ; Sun, 13 Nov 2011 21:02:45 +0100 (CET) Original-Received: from snow ([89.204.137.91]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0Lh6fv-1R5jNb0TPr-00oaii; Sun, 13 Nov 2011 21:02:44 +0100 In-Reply-To: (David Combs's message of "9 Nov 2011 16:10:08 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Provags-ID: V02:K0:3dlRSwOKcxBR2eVQ1wCmiCkdllz8RwT/l9L8YjThAAR VUjxslL2pYSZpFSf95Of9Xzd5Yfkd81qAde4XOVRMIMKCUjt8v VA2HuAlRCPzP7ja7Xnqmrup2w6sEZyWf0OqvBOs7tvFRfSQuMr IAl6gCBkdJi56fk6UaC4NrOByCmA2tHrZVNg65HyXNcrv1Ohln B/tVnIU9RoFGA6xy0y/fkzVwrR/+43VFx0ysnTwQb8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.221 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:82894 Archived-At: Hi, using Linux, I'm afraid I don't have a satisfying answer. It is likely that you'll have to do some configuration by hand. This may help: http://www.gnu.org/s/libtool/manual/emacs/Windows-Printing.html Once it works, you can use P (Shift-p) to print from dired. If you don't get printing non-ascii working, you can try htmlize.el: http://fly.srk.fer.hr/~hniksic/emacs/ Hope that helps a bit, Michael.