I'd like to improve the printed quality from within Xemacs on my windows machine. For the most part the pretty printing is really great, but I think the code syntax highlighting colours I've chosen don't translate well to black and white printing (in that the code seems faint, and isn't very comfortable to read).

So can I disable the syntax highlighting for printed output (and possibly drop the font size)?

Many thanks

link|improve this question

1  
Emacs 23 has the two functions ps-print-buffer and ps-print-buffer-with-faces. The first is for black and white. – ceving Oct 5 '11 at 11:37
thanks for the response, sounds like exactly what I need...BUT my current installation is 21.4.22 - any way to do it in that version? – trican Oct 5 '11 at 14:23
1  
You could try Enscript via shell-command (M-!). – ceving Oct 13 '11 at 7:43
1  
I had the same issue and can confirm using ps-print-buffer instead of ps-print-bufer-with-faces solved the problem using 23 – Hiett Feb 27 at 15:28
feedback

1 Answer

up vote 0 down vote accepted

One simple and extremely crude solution is obviously to disable the syntax highlight in the window prior to printing

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.