summaryrefslogtreecommitdiff
path: root/devdocs/elisp/edebug-eval.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/edebug-eval.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/edebug-eval.html')
-rw-r--r--devdocs/elisp/edebug-eval.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/devdocs/elisp/edebug-eval.html b/devdocs/elisp/edebug-eval.html
deleted file mode 100644
index 87b3e00f..00000000
--- a/devdocs/elisp/edebug-eval.html
+++ /dev/null
@@ -1,8 +0,0 @@
- <h4 class="subsection">Evaluation</h4> <p>While within Edebug, you can evaluate expressions as if Edebug were not running. Edebug tries to be invisible to the expression’s evaluation and printing. Evaluation of expressions that cause side effects will work as expected, except for changes to data that Edebug explicitly saves and restores. See <a href="the-outside-context">The Outside Context</a>, for details on this process. </p> <dl compact> <dt><kbd>e <var>exp</var> <span class="key">RET</span></kbd></dt> <dd>
-<p>Evaluate expression <var>exp</var> in the context outside of Edebug (<code>edebug-eval-expression</code>). That is, Edebug tries to minimize its interference with the evaluation. </p> </dd> <dt><kbd>M-: <var>exp</var> <span class="key">RET</span></kbd></dt> <dd>
-<p>Evaluate expression <var>exp</var> in the context of Edebug itself (<code>eval-expression</code>). </p> </dd> <dt><kbd>C-x C-e</kbd></dt> <dd><p>Evaluate the expression before point, in the context outside of Edebug (<code>edebug-eval-last-sexp</code>). With the prefix argument of zero (<kbd>C-u 0 C-x C-e</kbd>), don’t shorten long items (like strings and lists). </p></dd> </dl> <p>Edebug supports evaluation of expressions containing references to lexically bound symbols created by the following constructs in <samp>cl.el</samp>: <code>lexical-let</code>, <code>macrolet</code>, and <code>symbol-macrolet</code>. </p><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/Edebug-Eval.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Edebug-Eval.html</a>
- </p>
-</div>