On Sun, May 19, 2002 at 11:56:12PM +0300, Muli Ben-Yehuda wrote:
> I'm looking for a way to pretty print some source code into a post
> script file. Possible options:
>
[snip]
>
> Anything else?
trueprint.
It has some nice features like making an index of the functions in
the code and such.
From: "Ishay Inbar" <[EMAIL PROTECTED]>
> Hi,
> Using code beautifier for Perl (in my case) called Perltidy
> (http://perltidy.sourceforge.net/) you can add the HTML option and get a
> very nice HTML page out of any code.
> I believe there should be things like that to other codes as well.
>
> sh
Hi,
Using code beautifier for Perl (in my case) called Perltidy
(http://perltidy.sourceforge.net/) you can add the HTML option and get a
very nice HTML page out of any code.
I believe there should be things like that to other codes as well.
shushu
-Original Message-
From: [EMAIL PROTECTE
On Mon, May 20, 2002 at 12:27:15AM +0300, Gilad Ben-Yossef wrote:
> On Sun, 2002-05-19 at 23:56, Muli Ben-Yehuda wrote:
> > I'm looking for a way to pretty print some source code into a post
> > script file. Possible options:
Gilad wrote:
>
> Of course! c2ps is the greatest gift the Technion
On Sun, 2002-05-19 at 23:56, Muli Ben-Yehuda wrote:
> Hi,
>
> I'm looking for a way to pretty print some source code into a post
> script file. Possible options:
>
[ 1 .. 3 options emitted ]
>
> Anything else?
Of course! c2ps is the greatest gift the Technion has ever given man
kind, except
On Sun, May 19, 2002 at 11:56:12PM +0300, Muli Ben-Yehuda wrote:
> Hi,
>
> I'm looking for a way to pretty print some source code into a post
> script file. Possible options:
>
> 1. use emacs' 'ps-print-buffer', which prints directly to the
> printer. Can I get it to print to a ps file instead