File: warnings.el.html

This file implements the entry points warn, lwarn and display-warning.

Defined variables (14)

display-warning-minimum-levelMinimum severity level for displaying the warning buffer.
log-warning-minimum-levelMinimum severity level for logging a warning.
warning-display-at-bottomWhether to display the warning buffer at the bottom of the screen.
warning-fill-columnValue to use for ‘fill-column’ when filling warnings.
warning-fill-prefixNon-nil means fill each warning text using this string as ‘fill-prefix’.
warning-level-aliasesAlist of aliases for severity levels for ‘display-warning’.
warning-levelsList of severity level definitions for ‘display-warning’.
warning-minimum-levelMinimum severity level for displaying the warning buffer.
warning-minimum-log-levelMinimum severity level for logging a warning.
warning-prefix-functionFunction to generate warning prefixes.
warning-seriesNon-nil means treat multiple ‘display-warning’ calls as a series.
warning-suppress-log-typesList of warning types that should not be logged.
warning-suppress-typesList of warning types not to display immediately.
warning-type-formatFormat for displaying the warning type in the warning message.

Defined functions (6)

display-warning(TYPE MESSAGE &optional LEVEL BUFFER-NAME)
lwarn(TYPE LEVEL MESSAGE &rest ARGS)
warn(MESSAGE &rest ARGS)
warning-numeric-level(LEVEL)
warning-suppress-p(TYPE SUPPRESS-LIST)
warnings-suppress(TYPE)

Defined faces (0)