Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!scramble.lm.com!news.math.psu.edu!news.cse.psu.edu!uwm.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!sdd.hp.com!night.primate.wisc.edu!aplcenmp!hall
From: hall@aplcenmp.apl.jhu.edu (Marty Hall)
Subject: Re: Pretty Printer/Converter for LISP
Message-ID: <DuFHCL.A7u@aplcenmp.apl.jhu.edu>
Organization: JHU/APL Research Center, Hopkins P/T CS Faculty
References: <31E5FBD3.479D@hpbbrd.hp.com>
Date: Fri, 12 Jul 1996 11:31:33 GMT
Lines: 15

In <31E5FBD3.479D@hpbbrd.hp.com> Eric Lavarde <ericl@hpbbrd.hp.com> writes:

>I think the subject is quite clear: does someone know of a tool
>converting LISP sources to a nice output in HTML, Postscript or
>PCL format?
>
>This tool should work under HP-UX, eventually with Emacs19. 

I use font-lock mode in GNU Emacs or XEmacs and then print using
ps-print. This lets you set up a simple table defining correspondences
between font-lock faces and PostScript fonts.

					- Marty
(proclaim '(inline skates))
Lisp Resources: <http://www.apl.jhu.edu/~hall/lisp.html>
