blob: e08b4a381255ec3e2e4fdf2396318e68ad311169 (
plain)
1
2
3
4
5
6
7
8
9
|
<h4 class="subsection">Frame Type</h4> <p>A <em>frame</em> is a screen area that contains one or more Emacs windows; we also use the term “frame” to refer to the Lisp object that Emacs uses to refer to the screen area. </p> <p>Frames have no read syntax. They print in hash notation, giving the frame’s title, plus its address in core (useful to identify the frame uniquely). </p> <div class="example"> <pre class="example">(selected-frame)
⇒ #<frame emacs@psilocin.gnu.org 0xdac80>
</pre>
</div> <p>See <a href="frames">Frames</a>, for a description of the functions that work on frames. </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/Frame-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Type.html</a>
</p>
</div>
|