Variable: ps-build-face-reference

ps-build-face-reference is a customizable variable defined in ps-print.el.gz.

Value

t

Documentation

Non-nil means build the reference face lists.

ps-print sets this value to nil after it builds its internal reference lists of bold and italic faces. By setting its value back to t, you can force ps-print to rebuild the lists the next time you invoke one of the ...-with-faces commands.

You should set this value back to t after you change the attributes of any face, or create new faces. Most users shouldn't have to worry about its setting, though.

This variable was added, or its default value changed, in Emacs 20.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-build-face-reference t
  "Non-nil means build the reference face lists.

ps-print sets this value to nil after it builds its internal reference lists of
bold and italic faces.  By setting its value back to t, you can force ps-print
to rebuild the lists the next time you invoke one of the ...-with-faces
commands.

You should set this value back to t after you change the attributes of any
face, or create new faces.  Most users shouldn't have to worry about its
setting, though."
  :type 'boolean
  :version "20"
  :group 'ps-print-face)