diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/basic-parameters.html | |
new repository
Diffstat (limited to 'devdocs/elisp/basic-parameters.html')
| -rw-r--r-- | devdocs/elisp/basic-parameters.html | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ + <h4 class="subsubsection">Basic Parameters</h4> <p>These frame parameters give the most basic information about the frame. <code>title</code> and <code>name</code> are meaningful on all terminals. </p> <dl compact> <dt><code>display</code></dt> <dd> +<p>The display on which to open this frame. It should be a string of the form ‘<samp><var>host</var>:<var>dpy</var>.<var>screen</var></samp>’, just like the <code>DISPLAY</code> environment variable. See <a href="multiple-terminals">Multiple Terminals</a>, for more details about display names. </p> </dd> <dt><code>display-type</code></dt> <dd> +<p>This parameter describes the range of possible colors that can be used in this frame. Its value is <code>color</code>, <code>grayscale</code> or <code>mono</code>. </p> </dd> <dt><code>title</code></dt> <dd> +<p>If a frame has a non-<code>nil</code> 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 <code>mode-line-frame-identification</code> uses ‘<samp>%F</samp>’ (see <a href="_0025_002dconstructs">%-Constructs</a>). This is normally the case when Emacs is not using a window system, and can only display one frame at a time. See <a href="frame-titles">Frame Titles</a>. </p> </dd> <dt><code>name</code></dt> <dd> +<p>The name of the frame. The frame name serves as a default for the frame title, if the <code>title</code> parameter is unspecified or <code>nil</code>. If you don’t specify a name, Emacs sets the frame name automatically (see <a href="frame-titles">Frame Titles</a>). </p> <p>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. </p> </dd> <dt><code>explicit-name</code></dt> <dd><p>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 <code>nil</code>. </p></dd> </dl><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/Basic-Parameters.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Parameters.html</a> + </p> +</div> |
