From: Eric Lavarde
Subject: Pretty Printer/Converter for LISP
Date: 
Message-ID: <31E5FBD3.479D@hpbbrd.hp.com>
Hi everybody,

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. It'll be
also OK on OS/2 or WinNT/95 (but without Emacs!). Please avoid
tools working with TeX  (sorry you teXy :-\).

ThX in advance, Eric.

-- 
***    If you're interested in Europe, ask me what AEGEE is.     ***

Freiburger Allee 65 * D-71034 B<oe>blingen * Tel: +49-7031/289094
		(<oe> means 'o' with 2 points above it)
HP: ·····@hpbbrd.hp.com Tel: +49-7031/14-4405 Fax: +49-7031/14-2049

***     Ne en France, Studium in Deutschland, being European.    ***
From: Marty Hall
Subject: Re: Pretty Printer/Converter for LISP
Date: 
Message-ID: <DuFHCL.A7u@aplcenmp.apl.jhu.edu>
In <·············@hpbbrd.hp.com> Eric Lavarde <·····@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>