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/side-windows.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/side-windows.html')
| -rw-r--r-- | devdocs/elisp/side-windows.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devdocs/elisp/side-windows.html b/devdocs/elisp/side-windows.html deleted file mode 100644 index f936eac6..00000000 --- a/devdocs/elisp/side-windows.html +++ /dev/null @@ -1,21 +0,0 @@ - <h3 class="section">Side Windows</h3> <p>Side windows are special windows positioned at any of the four sides of a frame’s root window (see <a href="windows-and-frames">Windows and Frames</a>). In practice, this means that the area of the frame’s root window is subdivided into a main window and a number of side windows surrounding that main window. The main window is either a “normal” live window or specifies the area containing all the normal windows. </p> <p>In their most simple form of use, side windows allow to display specific buffers always in the same area of a frame. Hence they can be regarded as a generalization of the concept provided by <code>display-buffer-at-bottom</code> (see <a href="buffer-display-action-functions">Buffer Display Action Functions</a>) to the remaining sides of a frame. With suitable customizations, however, side windows can be also used to provide frame layouts similar to those found in so-called integrated development environments (IDEs). </p> <table class="menu" border="0" cellspacing="0"> <tr> -<td align="left" valign="top">• <a href="displaying-buffers-in-side-windows" accesskey="1">Displaying Buffers in Side Windows</a> -</td> -<td> </td> -<td align="left" valign="top">An action function for displaying buffers in side windows. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="side-window-options-and-functions" accesskey="2">Side Window Options and Functions</a> -</td> -<td> </td> -<td align="left" valign="top">Further tuning of side windows. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="frame-layouts-with-side-windows" accesskey="3">Frame Layouts with Side Windows</a> -</td> -<td> </td> -<td align="left" valign="top">Setting up frame layouts with side windows. </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/Side-Windows.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Side-Windows.html</a> - </p> -</div> |
