all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make ps-print-buffer-with-faces all bold
@ 2016-07-23 21:09 myglc2
  0 siblings, 0 replies; 5+ messages in thread
From: myglc2 @ 2016-07-23 21:09 UTC (permalink / raw)
  To: help-gnu-emacs

I alway want emacs printout in color but find the 'normal' faces
frustratingly unreadable, especially in low contrast colors. So...  Here
is how to make everything bold in ps-print-buffer-with-faces, etc.

;; ps-print in all bold fonts
(ps-extend-face-list
 (mapcar (function  (lambda (x) (list x
				      (face-attribute x :foreground)     
				      (face-attribute x :background)
				      'bold)))
	 (face-list)) 'MERGE)




^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.1954.1469320813.26859.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2016-07-25 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 21:09 make ps-print-buffer-with-faces all bold myglc2
     [not found] <mailman.1954.1469320813.26859.help-gnu-emacs@gnu.org>
2016-07-24 13:06 ` Emanuel Berg
2016-07-24 15:49   ` myglc2
     [not found]   ` <mailman.1968.1469375478.26859.help-gnu-emacs@gnu.org>
2016-07-24 20:42     ` Emanuel Berg
2016-07-25 15:08       ` myglc2

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.