From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/window-type.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devdocs/elisp/window-type.html (limited to 'devdocs/elisp/window-type.html') 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 @@ +

Window Type

A window describes the portion of the screen that Emacs uses to display buffers. Every live window (see Basic Windows) 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 Frame Type.

Though many windows may exist simultaneously, at any time one window is designated the selected window (see Selecting Windows). 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 Current Buffer), but this is not necessarily the case.

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.

(selected-window)
+     ⇒ #<window 1 on objects.texi>
+
+

See Windows, for a description of the functions that work on windows.

+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Window-Type.html +

+
-- cgit v1.2.3