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: Tue, 27 Jan 2004 17:49:49 +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 1075223199 14879 80.91.224.253 (27 Jan 2004 17:06:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2004 17:06:39 +0000 (UTC) Keywords: lynx Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 27 18:06:25 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 1AlWfR-0004vY-00 for ; Tue, 27 Jan 2004 18:06:25 +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 1AlWd8-00082O-Nq for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2004 12:04:02 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.telebyte.nl!fu-berlin.de!uni-berlin.de!news.stgl.sel.alcatel.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: news.stgl.sel.alcatel.de (194.113.59.80) Original-X-Trace: news.uni-berlin.de 1075222188 25922366 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:B3LvtwA/WFTOWIEk4lgR7lAex28= 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:120473 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:16419 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16419 Fabian Braennstroem writes: > 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? 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. HTH, Colin