Hi,
you can use a2ps -RE --columns=1 file.c -o junk.ps ; gv junk.ps
Sure. I know about a2ps already. Not what I'm after though.
Now, don't get along with vi?
True for me.
don't get along with emacs?
False for me. I use (x)emacs almost every work day.
What I'm really after is a filter for 'less' that will do syntax highlighting in the same way as xemacs does. There's bound to be some lispy incantation that will get xemacs to spit out the desired stuff.
The closest I've got is:
gnuclient -nw -v Foo.java
But for some reason the syntax highlighting is completely different (and much worse) than:
gnuclient -v Foo.java
Haven't figured out that one yet.
Cheers, Carl.
