From: Max Ischenko Date: 2001-10-23T19:24:49+09:00 Subject: [ruby-talk:23035] Re: Preaching Ruby to the masses. How? Michael Neumann wrote: >> > Vim 6.0 has syntax colorization for Ruby and you can get it to write out >> > an HTML file that is colorized. (It's easy to do in gvim, click on the >> > toolbar item 'Syntax' and then go to 'convert to HTML'). >> > I used this for a Ruby presentation I did for our local Linux Users >> > Group. >> >> Vim 6.0 can also do postscript output which is handy for prining. > cool. how do you do this? is it colorized? Yup, it is colorized. See :help printing for details. Here is small cut from docs: 3. Printing *printing* On MS-Windows Vim can print your text on any installed printer. On other systems a PostScript file is produced. This can be directly sent to a PostScript printer. For other printers a program like ghostscript needs to be used. :[range]ha[hardcopy][!] [arguments] Send [range] lines (default whole file) to the printer. :[range]ha[hardcopy][!] >{filename} Progress is displayed during printing as a page number and a percentage. To abort printing use the interrupt key (CTRL-C or, on MS-systems, CTRL-Break). Printer output is controlled by the 'printfont' and 'printoptions' options. 'printheader' specifies the format of a page header. -- Fatal Error: Found [MS-Windows] System -> Repartitioning Disk for Linux... (By cbbrown@io.org, Christopher Browne)