From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll 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: Wed, 8 Apr 2009 14:49:28 +0200 Message-ID: <20090408124928.GB16995@groll.co.za> References: <43393e17-505b-4959-9553-f0ce8c22fe29@i28g2000prd.googlegroups.com> <83k55x5xpw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1239195070 5629 80.91.229.12 (8 Apr 2009 12:51:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2009 12:51:10 +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 14:52:28 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 1LrXGW-00068W-BO for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 14:52:28 +0200 Original-Received: from localhost ([127.0.0.1]:55807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrXF7-0001zg-Op for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 08:51:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrXDr-0001zb-Qf for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 08:49:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrXDk-0001xx-Us for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 08:49:40 -0400 Original-Received: from [199.232.76.173] (port=56493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrXDj-0001xm-V9 for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 08:49:36 -0400 Original-Received: from mail.groll.co.za ([67.18.176.185]:53631) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrXDj-00008m-78 for help-gnu-emacs@gnu.org; Wed, 08 Apr 2009 08:49:35 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id E2EEF7552D; Wed, 8 Apr 2009 14:49:28 +0200 (SAST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (Linux mail 2.6.18.8-linode16 i686) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:63557 Archived-At: On Mon, Apr 06, 2009 at 10:51:31PM +0200, Lennart Borgman wrote: >That said there is a very simple way to get basic printing in colours >on all platforms that has a web browser, see >http://www.emacswiki.org/emacs/PrintWithWebBrowser > Oh wow, I've had nxhtml installed for some time, but never used (require 'hfyview) before. Thanks Lennart! I would like to know though how those beautiful fonts are configured in the example given by emacswiki at: http://ourcomments.org/Emacs/nXhtml/doc/htmlfontify-example.html For instance, the text "Program and Value Search" in the *Customize EmacsW32* window on the above page, how is that set? What is that *Occur* buffer from, when I do "occur" it doesn't look so pretty. I really like that I can scroll in the individual windows on the HTML page too. The only thing that I don't like having to do is that I'd like to hide the text that firefox adds to a page when you print it at the top "File://localhost/var/floders/VJ/VJmNPjS1...". Obviously it's nice to see that text when printing a web page, but not so nice for printing an Emacs buffer. Perhaps though, a firefox add-on could take care of this automatically. Cheers, Jonathan