diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/problems-with-macros.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/problems-with-macros.html')
| -rw-r--r-- | devdocs/elisp/problems-with-macros.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devdocs/elisp/problems-with-macros.html b/devdocs/elisp/problems-with-macros.html deleted file mode 100644 index 5667b406..00000000 --- a/devdocs/elisp/problems-with-macros.html +++ /dev/null @@ -1,31 +0,0 @@ - <h3 class="section">Common Problems Using Macros</h3> <p>Macro expansion can have counterintuitive consequences. This section describes some important consequences that can lead to trouble, and rules to follow to avoid trouble. </p> <table class="menu" border="0" cellspacing="0"> <tr> -<td align="left" valign="top">• <a href="wrong-time" accesskey="1">Wrong Time</a> -</td> -<td> </td> -<td align="left" valign="top">Do the work in the expansion, not in the macro. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="argument-evaluation" accesskey="2">Argument Evaluation</a> -</td> -<td> </td> -<td align="left" valign="top">The expansion should evaluate each macro arg once. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="surprising-local-vars" accesskey="3">Surprising Local Vars</a> -</td> -<td> </td> -<td align="left" valign="top">Local variable bindings in the expansion require special care. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="eval-during-expansion" accesskey="4">Eval During Expansion</a> -</td> -<td> </td> -<td align="left" valign="top">Don’t evaluate them; put them in the expansion. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="repeated-expansion" accesskey="5">Repeated Expansion</a> -</td> -<td> </td> -<td align="left" valign="top">Avoid depending on how many times expansion is done. </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/Problems-with-Macros.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Problems-with-Macros.html</a> - </p> -</div> |
