diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/warning-options.html | |
new repository
Diffstat (limited to 'devdocs/elisp/warning-options.html')
| -rw-r--r-- | devdocs/elisp/warning-options.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devdocs/elisp/warning-options.html b/devdocs/elisp/warning-options.html new file mode 100644 index 00000000..9976fd70 --- /dev/null +++ b/devdocs/elisp/warning-options.html @@ -0,0 +1,14 @@ + <h4 class="subsection">Warning Options</h4> <p>These variables are used by users to control what happens when a Lisp program reports a warning. </p> <dl> <dt id="warning-minimum-level">User Option: <strong>warning-minimum-level</strong> +</dt> <dd><p>This user option specifies the minimum severity level that should be shown immediately to the user. The default is <code>:warning</code>, which means to immediately display all warnings except <code>:debug</code> warnings. </p></dd> +</dl> <dl> <dt id="warning-minimum-log-level">User Option: <strong>warning-minimum-log-level</strong> +</dt> <dd><p>This user option specifies the minimum severity level that should be logged in the warnings buffer. The default is <code>:warning</code>, which means to log all warnings except <code>:debug</code> warnings. </p></dd> +</dl> <dl> <dt id="warning-suppress-types">User Option: <strong>warning-suppress-types</strong> +</dt> <dd><p>This list specifies which warning types should not be displayed immediately for the user. Each element of the list should be a list of symbols. If its elements match the first elements in a warning type, then that warning is not displayed immediately. </p></dd> +</dl> <dl> <dt id="warning-suppress-log-types">User Option: <strong>warning-suppress-log-types</strong> +</dt> <dd><p>This list specifies which warning types should not be logged in the warnings buffer. Each element of the list should be a list of symbols. If it matches the first few elements in a warning type, then that warning is not logged. </p></dd> +</dl><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Warning-Options.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Warning-Options.html</a> + </p> +</div> |
