Next: Delayed Warnings, Previous: Warning Variables, Up: Warnings
These variables are used by users to control what happens when a Lisp program reports a warning.
This user option specifies the minimum severity level that should be shown immediately to the user. The default is
:warning
, which means to immediately display all warnings except:debug
warnings.
This user option specifies the minimum severity level that should be logged in the warnings buffer. The default is
:warning
, which means to log all warnings except:debug
warnings.