diff options
Diffstat (limited to 'devdocs/elisp/window-type.html')
| -rw-r--r-- | devdocs/elisp/window-type.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/elisp/window-type.html b/devdocs/elisp/window-type.html new file mode 100644 index 00000000..6ce70781 --- /dev/null +++ b/devdocs/elisp/window-type.html @@ -0,0 +1,9 @@ + <h4 class="subsection">Window Type</h4> <p>A <em>window</em> describes the portion of the screen that Emacs uses to display buffers. Every live window (see <a href="basic-windows">Basic Windows</a>) has one associated buffer, whose contents appear in that window. By contrast, a given buffer may appear in one window, no window, or several windows. Windows are grouped on the screen into frames; each window belongs to one and only one frame. See <a href="frame-type">Frame Type</a>. </p> <p>Though many windows may exist simultaneously, at any time one window is designated the <em>selected window</em> (see <a href="selecting-windows">Selecting Windows</a>). This is the window where the cursor is (usually) displayed when Emacs is ready for a command. The selected window usually displays the current buffer (see <a href="current-buffer">Current Buffer</a>), but this is not necessarily the case. </p> <p>Windows have no read syntax. They print in hash notation, giving the window number and the name of the buffer being displayed. The window numbers exist to identify windows uniquely, since the buffer displayed in any given window can change frequently. </p> <div class="example"> <pre class="example">(selected-window) + ⇒ #<window 1 on objects.texi> +</pre> +</div> <p>See <a href="windows">Windows</a>, for a description of the functions that work on windows. </p><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/Window-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Window-Type.html</a> + </p> +</div> |
