From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: Re: html printing with dired Date: Wed, 28 Jan 2004 14:22:23 +0100 Organization: Fabian Braennstroem Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1075296143.2223.11.camel@rechner1.ddorf.de> References: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075292441 27148 80.91.224.253 (28 Jan 2004 12:20:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 12:20:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 28 13:20:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlogO-0001pp-00 for ; Wed, 28 Jan 2004 13:20:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Alods-0003JT-8b for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 07:18:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Alobj-00034r-0w for help-gnu-emacs@gnu.org; Wed, 28 Jan 2004 07:15:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Alob0-0002wE-MH for help-gnu-emacs@gnu.org; Wed, 28 Jan 2004 07:15:33 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1Aloaz-0002vW-Jt for help-gnu-emacs@gnu.org; Wed, 28 Jan 2004 07:15:01 -0500 Original-Received: (qmail 23328 invoked by uid 65534); 28 Jan 2004 12:14:59 -0000 Original-Received: from p3EE3924E.dip.t-dialin.net (EHLO rechner1.ddorf.de) (62.227.146.78) by mail.gmx.net (mp027) with SMTP; 28 Jan 2004 13:14:59 +0100 X-Authenticated: #20933907 Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16451 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16451 On Mon, 2004-01-26 at 15:47, Jesper Harder wrote: > > On Sat, 2004-01-24 at 13:45, Jesper Harder wrote: > > > >> You can run a shell command on the files with `!', e.g. > >> > >> ! lynx -dump ? | lpr > >> > >> to print the files as formatted by Lynx. > > > > Thanks that works well, but is there no possibility to get a nice > > HTML-Formatting? > > You could try 'a2ps' which can use Netscape to render the page and > save to Postscript. There's also something called 'html2ps', though I > couldn't make it work when I tried it. a2ps doesn't work yet. Somehow the 'netscape -remote 'saveAS...' doesn't work. Thanks anyways! Greetings Fabian