comparison lispref/frames.texi @ 12125:995be67f3fd1

updates for version 19.29. ,
author Melissa Weisshaus <melissa@gnu.org>
date Thu, 08 Jun 1995 04:43:19 +0000
parents a6eb5f12b0f3
children 35668330115e
comparison
equal deleted inserted replaced
12124:437eb190e7a7 12125:995be67f3fd1
13 horizontally into smaller windows. 13 horizontally into smaller windows.
14 14
15 @cindex terminal frame 15 @cindex terminal frame
16 @cindex X window frame 16 @cindex X window frame
17 When Emacs runs on a text-only terminal, it starts with one 17 When Emacs runs on a text-only terminal, it starts with one
18 @dfn{terminal frames}. If you create additional ones, Emacs displays 18 @dfn{terminal frame}. If you create additional ones, Emacs displays
19 one and only one at any given time---on the terminal screen, of course. 19 one and only one at any given time---on the terminal screen, of course.
20 20
21 When Emacs communicates directly with an X server, it does not have a 21 When Emacs communicates directly with an X server, it does not have a
22 terminal frame; instead, it starts with a single @dfn{X window frame}. 22 terminal frame; instead, it starts with a single @dfn{X window frame}.
23 It can display multiple X window frames at the same time, each in its 23 It can display multiple X window frames at the same time, each in its
579 The function @code{frame-live-p} returns non-@code{nil} if the frame 579 The function @code{frame-live-p} returns non-@code{nil} if the frame
580 @var{frame} has not been deleted. 580 @var{frame} has not been deleted.
581 @end defun 581 @end defun
582 582
583 Some window managers provide a command to delete a window. These work 583 Some window managers provide a command to delete a window. These work
584 by sending a special message to the program than operates the window. 584 by sending a special message to the program that operates the window.
585 When Emacs gets one of these commands, it generates a 585 When Emacs gets one of these commands, it generates a
586 @code{delete-frame} event, whose normal definition is a command that 586 @code{delete-frame} event, whose normal definition is a command that
587 calls the function @code{delete-frame}. @xref{Misc Events}. 587 calls the function @code{delete-frame}. @xref{Misc Events}.
588 588
589 @node Finding All Frames 589 @node Finding All Frames