Re: pretty printing source code

2002-05-29 Thread Dan Aloni
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.

Re: pretty printing source code

2002-05-20 Thread Sagi Bashari
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

RE: pretty printing source code

2002-05-19 Thread Ishay Inbar
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

Re: pretty printing source code

2002-05-19 Thread Muli Ben-Yehuda
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

Re: pretty printing source code

2002-05-19 Thread Gilad Ben-Yossef
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

Re: pretty printing source code

2002-05-19 Thread Yotam Rubin
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