James Edward Gray II <james / grayproductions.net> writes: > I need to HTMLify some Ruby code. Before I go make some crude > solution, I thought I would ask if there is anything out there along > these lines. Any pointers? There's an Emacs package called htmlize. If you want to htmlize every Ruby file in a certain directory, open the directory with C-x d, hit % m, give it a regular expression like .rb$, and do M-x htmlize-many-files-dired. It will write one .html file for every .rb file. Here's htmlize: http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el