ps-run-font-lock-keywords-2

ps-run-font-lock-keywords-2 is a variable defined in `ps-mode.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Medium level highlighting of messages from the PostScript interpreter.

See documentation on font-lock for details.

You can customize this variable.

Value:

(("^\\(GS\\(<[0-9]+\\)?>\\)+" (0 font-lock-function-name-face nil nil)) (">>showpage, press to continue<<" (0 font-lock-keyword-face nil nil)) ("^\\(Error\\|Can't\\).*" (0 font-lock-warning-face nil nil)) ("^\\(Current file position is\\) \\([0-9]+\\)" (1 font-lock-comment-face nil nil) (2 font-lock-warning-face nil nil)))