summaryrefslogtreecommitdiff
path: root/devdocs/elisp/edebug-views.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-views.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/edebug-views.html')
-rw-r--r--devdocs/elisp/edebug-views.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/devdocs/elisp/edebug-views.html b/devdocs/elisp/edebug-views.html
deleted file mode 100644
index 5e668d78..00000000
--- a/devdocs/elisp/edebug-views.html
+++ /dev/null
@@ -1,11 +0,0 @@
- <h4 class="subsection">Edebug Views</h4> <p>These Edebug commands let you view aspects of the buffer and window status as they were before entry to Edebug. The outside window configuration is the collection of windows and contents that were in effect outside of Edebug. </p> <dl compact> <dt><kbd>P</kbd></dt> <dt><kbd>v</kbd></dt> <dd>
-<p>Switch to viewing the outside window configuration (<code>edebug-view-outside</code>). Type <kbd>C-x X w</kbd> to return to Edebug. </p> </dd> <dt><kbd>p</kbd></dt> <dd>
-<p>Temporarily display the outside current buffer with point at its outside position (<code>edebug-bounce-point</code>), pausing for one second before returning to Edebug. With a prefix argument <var>n</var>, pause for <var>n</var> seconds instead. </p> </dd> <dt><kbd>w</kbd></dt> <dd>
-<p>Move point back to the current stop point in the source code buffer (<code>edebug-where</code>). </p> <p>If you use this command in a different window displaying the same buffer, that window will be used instead to display the current definition in the future. </p> </dd> <dt><kbd>W</kbd></dt> <dd>
-<p>Toggle whether Edebug saves and restores the outside window configuration (<code>edebug-toggle-save-windows</code>). </p> <p>With a prefix argument, <kbd>W</kbd> only toggles saving and restoring of the selected window. To specify a window that is not displaying the source code buffer, you must use <kbd>C-x X W</kbd> from the global keymap. </p>
-</dd> </dl> <p>You can view the outside window configuration with <kbd>v</kbd> or just bounce to the point in the current buffer with <kbd>p</kbd>, even if it is not normally displayed. </p> <p>After moving point, you may wish to jump back to the stop point. You can do that with <kbd>w</kbd> from a source code buffer. You can jump back to the stop point in the source code buffer from any buffer using <kbd>C-x X w</kbd>. </p> <p>Each time you use <kbd>W</kbd> to turn saving <em>off</em>, Edebug forgets the saved outside window configuration—so that even if you turn saving back <em>on</em>, the current window configuration remains unchanged when you next exit Edebug (by continuing the program). However, the automatic redisplay of <samp>*edebug*</samp> and <samp>*edebug-trace*</samp> may conflict with the buffers you wish to see unless you have enough windows open. </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-Views.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Edebug-Views.html</a>
- </p>
-</div>