blob: b0dd9aa48ea0ee26b4a63b36007aad1177101344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<h3 class="section">Reporting Warnings</h3> <p><em>Warnings</em> are a facility for a program to inform the user of a possible problem, but continue running. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="warning-basics" accesskey="1">Warning Basics</a>
</td>
<td> </td>
<td align="left" valign="top">Warnings concepts and functions to report them. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="warning-variables" accesskey="2">Warning Variables</a>
</td>
<td> </td>
<td align="left" valign="top">Variables programs bind to customize their warnings. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="warning-options" accesskey="3">Warning Options</a>
</td>
<td> </td>
<td align="left" valign="top">Variables users set to control display of warnings. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="delayed-warnings" accesskey="4">Delayed Warnings</a>
</td>
<td> </td>
<td align="left" valign="top">Deferring a warning until the end of a command. </td>
</tr> </table><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/Warnings.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Warnings.html</a>
</p>
</div>
|