comparison lispref/frames.texi @ 90197:b7da78284d4c

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
author Miles Bader <miles@gnu.org>
date Fri, 24 Jun 2005 01:59:52 +0000
parents 01137c1fdbe9 75c04f750f89
children 187d6a1f84f7
comparison
equal deleted inserted replaced
90196:82d495f87e7b 90197:b7da78284d4c
1548 @code{PRIMARY}. 1548 @code{PRIMARY}.
1549 1549
1550 The @var{data-type} argument specifies the form of data conversion to 1550 The @var{data-type} argument specifies the form of data conversion to
1551 use, to convert the raw data obtained from another X client into Lisp 1551 use, to convert the raw data obtained from another X client into Lisp
1552 data. Meaningful values include @code{TEXT}, @code{STRING}, 1552 data. Meaningful values include @code{TEXT}, @code{STRING},
1553 @code{UTF8_STRING}, 1553 @code{UTF8_STRING}, @code{TARGETS}, @code{LENGTH}, @code{DELETE},
1554 @code{TARGETS}, @code{LENGTH}, @code{DELETE}, @code{FILE_NAME}, 1554 @code{FILE_NAME}, @code{CHARACTER_POSITION}, @code{NAME},
1555 @code{CHARACTER_POSITION}, @code{LINE_NUMBER}, @code{COLUMN_NUMBER}, 1555 @code{LINE_NUMBER}, @code{COLUMN_NUMBER}, @code{OWNER_OS},
1556 @code{OWNER_OS}, @code{HOST_NAME}, @code{USER}, @code{CLASS}, 1556 @code{HOST_NAME}, @code{USER}, @code{CLASS}, @code{ATOM}, and
1557 @code{NAME}, @code{ATOM}, and @code{INTEGER}. (These are symbols with 1557 @code{INTEGER}. (These are symbols with upper-case names in accord
1558 upper-case names in accord with X conventions.) The default for 1558 with X conventions.) The default for @var{data-type} is
1559 @var{data-type} is @code{STRING}. 1559 @code{STRING}.
1560 @end defun 1560 @end defun
1561 1561
1562 @cindex cut buffer 1562 @cindex cut buffer
1563 The X server also has a set of eight numbered @dfn{cut buffers} which can 1563 The X server also has a set of eight numbered @dfn{cut buffers} which can
1564 store text or other data being moved between applications. Cut buffers 1564 store text or other data being moved between applications. Cut buffers
1820 @example 1820 @example
1821 xterm.vt100.background: yellow 1821 xterm.vt100.background: yellow
1822 @end example 1822 @end example
1823 1823
1824 @noindent 1824 @noindent
1825 in in your X resources file (usually named @file{~/.Xdefaults} or 1825 in in your X resources file (whose name is usually @file{~/.Xdefaults}
1826 @file{~/.Xresources}). Then: 1826 or @file{~/.Xresources}). Then:
1827 1827
1828 @example 1828 @example
1829 @group 1829 @group
1830 (let ((x-resource-class "XTerm") (x-resource-name "xterm")) 1830 (let ((x-resource-class "XTerm") (x-resource-name "xterm"))
1831 (x-get-resource "vt100.background" "VT100.Background")) 1831 (x-get-resource "vt100.background" "VT100.Background"))
1988 1988
1989 @defun display-planes &optional display 1989 @defun display-planes &optional display
1990 @tindex display-planes 1990 @tindex display-planes
1991 This function returns the number of planes the display supports. 1991 This function returns the number of planes the display supports.
1992 This is typically the number of bits per pixel. 1992 This is typically the number of bits per pixel.
1993 For a tty display, it is log to base two of the number of colours supported. 1993 For a tty display, it is log to base two of the number of colors supported.
1994 @end defun 1994 @end defun
1995 1995
1996 @defun display-visual-class &optional display 1996 @defun display-visual-class &optional display
1997 @tindex display-visual-class 1997 @tindex display-visual-class
1998 This function returns the visual class for the screen. The value is one 1998 This function returns the visual class for the screen. The value is one