By default, Proof General displays error messages as black text on a red background. You can change this using with the following Emacs Lisp code.

 (add-hook 'proof-mode-hook
    '(lambda ()
       (set-face-background (quote proof-error-face) "white")))

Alternatively, within emacs, run

 M-x customize-face

When prompted for a face, specify proof-error-face.

Proof General Error Color (last edited 11-05-2008 00:32:49 by JeffVaughan)

Cocorico!WikiLicense