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/basic-parameters.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/elisp/basic-parameters.html (limited to 'devdocs/elisp/basic-parameters.html') diff --git a/devdocs/elisp/basic-parameters.html b/devdocs/elisp/basic-parameters.html new file mode 100644 index 00000000..f85439bb --- /dev/null +++ b/devdocs/elisp/basic-parameters.html @@ -0,0 +1,10 @@ +

Basic Parameters

These frame parameters give the most basic information about the frame. title and name are meaningful on all terminals.

display
+

The display on which to open this frame. It should be a string of the form ‘host:dpy.screen’, just like the DISPLAY environment variable. See Multiple Terminals, for more details about display names.

display-type
+

This parameter describes the range of possible colors that can be used in this frame. Its value is color, grayscale or mono.

title
+

If a frame has a non-nil title, it appears in the window system’s title bar at the top of the frame, and also in the mode line of windows in that frame if mode-line-frame-identification uses ‘%F’ (see %-Constructs). This is normally the case when Emacs is not using a window system, and can only display one frame at a time. See Frame Titles.

name
+

The name of the frame. The frame name serves as a default for the frame title, if the title parameter is unspecified or nil. If you don’t specify a name, Emacs sets the frame name automatically (see Frame Titles).

If you specify the frame name explicitly when you create the frame, the name is also used (instead of the name of the Emacs executable) when looking up X resources for the frame.

explicit-name

If the frame name was specified explicitly when the frame was created, this parameter will be that name. If the frame wasn’t explicitly named, this parameter will be nil.

+

+ 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/Basic-Parameters.html +

+
-- cgit v1.2.3