I like clojure and use textmate/sublime text but every time I print out the source code, it is not syntax colored and the lines are all messed up. Is there an online/offline editor that does the job? I don’t want to load up eclipse everytime I want to print something
Share
I’ve printed code from Emacs before quite successfully.
M-x print-bufferought to do it.You might also be able to paste your code at refheap and click the ‘maximize’ link and print from there, but it doesn’t word-wrap.
Refer to http://stuff.mit.edu/people/lucylim/emacs_print_syntaxhighlighting.html for Emacs printing with color.