From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: How To Print To Printer GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE Date: Tue, 07 Apr 2009 22:18:22 -0500 Message-ID: References: <43393e17-505b-4959-9553-f0ce8c22fe29@i28g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239162053 10600 80.91.229.12 (8 Apr 2009 03:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2009 03:40:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 08 05:42:12 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 1LrOfz-0003uW-TJ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 05:42:12 +0200 Original-Received: from localhost ([127.0.0.1]:52459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrOeb-0004h1-Jc for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Apr 2009 23:40:45 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!backlog1.nntp.dca.giganews.com!nntp.sysmatrix.net!news.sysmatrix.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Tue, 07 Apr 2009 22:18:23 -0500 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 40 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 12.73.130.139 Original-X-Trace: sv3-dDacUD4VVS7RbFU4cg8sMeRgaAQta9v6VLb3mpZVBjXGH6q9H6p9EUkbFMZwUHWcA0CAa4k/ExMjHav!58BD8A83e2rSJEqdlLCWaGFMo1LYEPeN1/AtRvtm0+6Edrk44MAcUf/9yUF9CeRrctiFv7ll/jdo!l1CO0rKaeHpU+vEU8xLbu+w+aStqoak= Original-X-Complaints-To: abuse@sysmatrix.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:168265 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:63546 Archived-At: ChristopherL wrote: > On Apr 6, 1:33 pm, Eli Zaretskii wrote: >>> From: ChristopherL >>> Date: Mon, 6 Apr 2009 09:06:37 -0700 (PDT) >>> How do I setup Emacs to be able to print to a printer. Currently, I >>> have to copy everything to notepad and print from there. >> Did you try the advice in the node "Windows Printing" of the Emacs >> manual (that is part of the distribution)? > > My company does not make it available. > > Chris The manual Eli is referring to is virtual, not paper: From within Emacs type Control-h r m printing and then again from the top m Windows Printing If this functionality is missing then someone went to the trouble to remove it, which probably means that they don't want anyone there to learn Emacs. In any case unless you are a postscript expert you'll either have to install ghostscript or use Lennart's suggestion, to wit Add this line to your .emacs: (require 'hfyview) Add the files hfyview.el and htmlfontify.el to /emacs/lisp directory or another directory in load-path. Easymenu.el should already be in /emacs/lisp/emacs-lisp directory. Ed Ed