From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.help Subject: Re: html printing with dired Date: Wed, 28 Jan 2004 15:44:11 +0100 Organization: I'd rather call it chaos ... Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075301393 16232 80.91.224.253 (28 Jan 2004 14:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 14:49:53 +0000 (UTC) Keywords: html,command Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 28 15:49:43 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 1Alr0g-0003Vw-01 for ; Wed, 28 Jan 2004 15:49:42 +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 1Alqx3-0001tA-FN for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 09:45:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!gate.alcatel.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: gate.alcatel.de (194.113.59.80) Original-X-Trace: news.uni-berlin.de 1075301051 27093908 194.113.59.80 ([131051]) X-Disclaimer: Opinions expressed are not those of Alcatel. User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:tnl9Kxab88AJtAw7AYBX+BowE34= Cache-Post-Path: news.alcatel.de!unknown@sls8hz.stgl.sel.alcatel.de X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Original-Xref: shelby.stanford.edu gnu.emacs.help:120512 Original-To: help-gnu-emacs@gnu.org 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:16458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16458 Fabian Braennstroem writes: > Hello, > > On Tue, 2004-01-27 at 17:49, Colin Marquardt wrote: > >> While trying to construct an "emacs --batch -l ..." line as a replacement >> for the "lynx -dump ?" part, I discovered that htmlize.el comes with a >> command htmlize-many-files-dired which should do what you want. > I don't think it works for my problem. htmlize just transforms > text-files into html. But I want to print out nice formatted HTML files. Oh, I misread. Looking at Mozilla's -remote command as suggested, it seems that "saveAs" is not yet implemented (http://mozilla.org/unix/remote.html and following the links there). You could try htmldoc (http://www.easysw.com/htmldoc/, GPLed), it also has a command line interface. HTH, Colin