summaryrefslogtreecommitdiff
path: root/devdocs/elisp/checking-whether-to-stop.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/checking-whether-to-stop.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/checking-whether-to-stop.html')
-rw-r--r--devdocs/elisp/checking-whether-to-stop.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/devdocs/elisp/checking-whether-to-stop.html b/devdocs/elisp/checking-whether-to-stop.html
deleted file mode 100644
index 4036d1a3..00000000
--- a/devdocs/elisp/checking-whether-to-stop.html
+++ /dev/null
@@ -1,8 +0,0 @@
- <h4 class="subsubsection">Checking Whether to Stop</h4> <p>Whenever Edebug is entered, it needs to save and restore certain data before even deciding whether to make trace information or stop the program. </p> <ul> <li> <code>max-lisp-eval-depth</code> (see <a href="eval">Eval</a>) and <code>max-specpdl-size</code> (see <a href="local-variables">Local Variables</a>) are both increased to reduce Edebug’s impact on the stack. You could, however, still run out of stack space when using Edebug. You can also enlarge the value of <code>edebug-max-depth</code> if Edebug reaches the limit of recursion depth instrumenting code that contains very large quoted lists. </li>
-<li> The state of keyboard macro execution is saved and restored. While Edebug is active, <code>executing-kbd-macro</code> is bound to <code>nil</code> unless <code>edebug-continue-kbd-macro</code> is non-<code>nil</code>. </li>
-</ul><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 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/Checking-Whether-to-Stop.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Checking-Whether-to-Stop.html</a>
- </p>
-</div>