blob: f936eac66f8b29f1a48fb8bbc00cb6bff581d3bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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>
|