aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:09:50 +0000
committerEli Zaretskii2006-07-08 18:09:50 +0000
commitc709f8f62b9c80925f38a79173296b050fb27aae (patch)
treeef203d96bfdab49cfcb4b98c7485672450161567
parente3e0619c0b722776706ed7e4bc81a1a3384df4ba (diff)
downloademacs-c709f8f62b9c80925f38a79173296b050fb27aae.tar.gz
emacs-c709f8f62b9c80925f38a79173296b050fb27aae.zip
(Creating Frames, Parameter Access, Pointer Shape)
(Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
-rw-r--r--lispref/frames.texi30
1 files changed, 0 insertions, 30 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index a433203a93e..09887d000dd 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -107,7 +107,6 @@ frame.
107@end defvar 107@end defvar
108 108
109@defvar after-make-frame-functions 109@defvar after-make-frame-functions
110@tindex after-make-frame-functions
111An abnormal hook run by @code{make-frame} after it creates the frame. 110An abnormal hook run by @code{make-frame} after it creates the frame.
112Each function in @code{after-make-frame-functions} receives one argument, the 111Each function in @code{after-make-frame-functions} receives one argument, the
113frame just created. 112frame just created.
@@ -216,7 +215,6 @@ These functions let you read and change the parameter values of a
216frame. 215frame.
217 216
218@defun frame-parameter frame parameter 217@defun frame-parameter frame parameter
219@tindex frame-parameter
220This function returns the value of the parameter @var{parameter} (a 218This function returns the value of the parameter @var{parameter} (a
221symbol) of @var{frame}. If @var{frame} is @code{nil}, it returns the 219symbol) of @var{frame}. If @var{frame} is @code{nil}, it returns the
222selected frame's parameter. If @var{frame} has no setting for 220selected frame's parameter. If @var{frame} has no setting for
@@ -1583,7 +1581,6 @@ of the buffer contents), the mouse pointer usually uses the
1583those above) by setting @code{void-text-area-pointer}. 1581those above) by setting @code{void-text-area-pointer}.
1584 1582
1585@defvar void-text-area-pointer 1583@defvar void-text-area-pointer
1586@tindex void-text-area-pointer
1587This variable specifies the mouse pointer style for void text areas. 1584This variable specifies the mouse pointer style for void text areas.
1588These include the areas after the end of a line or below the last line 1585These include the areas after the end of a line or below the last line
1589in the buffer. The default is to use the @code{arrow} (non-text) 1586in the buffer. The default is to use the @code{arrow} (non-text)
@@ -1759,7 +1756,6 @@ valid, and what they look like. In some cases, the value depends on the
1759meaning of the term ``selected frame''. 1756meaning of the term ``selected frame''.
1760 1757
1761@defun color-defined-p color &optional frame 1758@defun color-defined-p color &optional frame
1762@tindex color-defined-p
1763This function reports whether a color name is meaningful. It returns 1759This function reports whether a color name is meaningful. It returns
1764@code{t} if so; otherwise, @code{nil}. The argument @var{frame} says 1760@code{t} if so; otherwise, @code{nil}. The argument @var{frame} says
1765which frame's display to ask about; if @var{frame} is omitted or 1761which frame's display to ask about; if @var{frame} is omitted or
@@ -1777,7 +1773,6 @@ and that name is still supported as an alias.
1777@end defun 1773@end defun
1778 1774
1779@defun defined-colors &optional frame 1775@defun defined-colors &optional frame
1780@tindex defined-colors
1781This function returns a list of the color names that are defined 1776This function returns a list of the color names that are defined
1782and supported on frame @var{frame} (default, the selected frame). 1777and supported on frame @var{frame} (default, the selected frame).
1783If @var{frame} does not support colors, the value is @code{nil}. 1778If @var{frame} does not support colors, the value is @code{nil}.
@@ -1788,7 +1783,6 @@ and that name is still supported as an alias.
1788@end defun 1783@end defun
1789 1784
1790@defun color-supported-p color &optional frame background-p 1785@defun color-supported-p color &optional frame background-p
1791@tindex color-supported-p
1792This returns @code{t} if @var{frame} can really display the color 1786This returns @code{t} if @var{frame} can really display the color
1793@var{color} (or at least something close to it). If @var{frame} is 1787@var{color} (or at least something close to it). If @var{frame} is
1794omitted or @code{nil}, the question applies to the selected frame. 1788omitted or @code{nil}, the question applies to the selected frame.
@@ -1802,7 +1796,6 @@ The argument @var{color} must be a valid color name.
1802@end defun 1796@end defun
1803 1797
1804@defun color-gray-p color &optional frame 1798@defun color-gray-p color &optional frame
1805@tindex color-gray-p
1806This returns @code{t} if @var{color} is a shade of gray, as defined on 1799This returns @code{t} if @var{color} is a shade of gray, as defined on
1807@var{frame}'s display. If @var{frame} is omitted or @code{nil}, the 1800@var{frame}'s display. If @var{frame} is omitted or @code{nil}, the
1808question applies to the selected frame. If @var{color} is not a valid 1801question applies to the selected frame. If @var{color} is not a valid
@@ -1810,7 +1803,6 @@ color name, this function returns @code{nil}.
1810@end defun 1803@end defun
1811 1804
1812@defun color-values color &optional frame 1805@defun color-values color &optional frame
1813@tindex color-values
1814@cindex rgb value 1806@cindex rgb value
1815This function returns a value that describes what @var{color} should 1807This function returns a value that describes what @var{color} should
1816ideally look like on @var{frame}. If @var{color} is defined, the 1808ideally look like on @var{frame}. If @var{color} is defined, the
@@ -1870,7 +1862,6 @@ selected frame's terminal; @pxref{Input Focus}). At present, though,
1870the @var{frame} argument has no effect. 1862the @var{frame} argument has no effect.
1871 1863
1872@defun tty-color-define name number &optional rgb frame 1864@defun tty-color-define name number &optional rgb frame
1873@tindex tty-color-define
1874This function associates the color name @var{name} with 1865This function associates the color name @var{name} with
1875color number @var{number} on the terminal. 1866color number @var{number} on the terminal.
1876 1867
@@ -1882,12 +1873,10 @@ Emacs will not know what it looks like.
1882@end defun 1873@end defun
1883 1874
1884@defun tty-color-clear &optional frame 1875@defun tty-color-clear &optional frame
1885@tindex tty-color-clear
1886This function clears the table of defined colors for a text-only terminal. 1876This function clears the table of defined colors for a text-only terminal.
1887@end defun 1877@end defun
1888 1878
1889@defun tty-color-alist &optional frame 1879@defun tty-color-alist &optional frame
1890@tindex tty-color-alist
1891This function returns an alist recording the known colors supported by a 1880This function returns an alist recording the known colors supported by a
1892text-only terminal. 1881text-only terminal.
1893 1882
@@ -1899,7 +1888,6 @@ and blue) that says what the color actually looks like.
1899@end defun 1888@end defun
1900 1889
1901@defun tty-color-approximate rgb &optional frame 1890@defun tty-color-approximate rgb &optional frame
1902@tindex tty-color-approximate
1903This function finds the closest color, among the known colors 1891This function finds the closest color, among the known colors
1904supported for @var{display}, to that described by the rgb value 1892supported for @var{display}, to that described by the rgb value
1905@var{rgb} (a list of color values). The return value is an element of 1893@var{rgb} (a list of color values). The return value is an element of
@@ -1907,7 +1895,6 @@ supported for @var{display}, to that described by the rgb value
1907@end defun 1895@end defun
1908 1896
1909@defun tty-color-translate color &optional frame 1897@defun tty-color-translate color &optional frame
1910@tindex tty-color-translate
1911This function finds the closest color to @var{color} among the known 1898This function finds the closest color to @var{color} among the known
1912colors supported for @var{display} and returns its index (an integer). 1899colors supported for @var{display} and returns its index (an integer).
1913If the name @var{color} is not defined, the value is @code{nil}. 1900If the name @var{color} is not defined, the value is @code{nil}.
@@ -1989,7 +1976,6 @@ refers to the selected frame's display, @pxref{Input Focus}).
1989obtain information about displays. 1976obtain information about displays.
1990 1977
1991@defun display-popup-menus-p &optional display 1978@defun display-popup-menus-p &optional display
1992@tindex display-popup-menus-p
1993This function returns @code{t} if popup menus are supported on 1979This function returns @code{t} if popup menus are supported on
1994@var{display}, @code{nil} if not. Support for popup menus requires that 1980@var{display}, @code{nil} if not. Support for popup menus requires that
1995the mouse be available, since the user cannot choose menu items without 1981the mouse be available, since the user cannot choose menu items without
@@ -1997,7 +1983,6 @@ a mouse.
1997@end defun 1983@end defun
1998 1984
1999@defun display-graphic-p &optional display 1985@defun display-graphic-p &optional display
2000@tindex display-graphic-p
2001@cindex frames, more than one on display 1986@cindex frames, more than one on display
2002@cindex fonts, more than one on display 1987@cindex fonts, more than one on display
2003This function returns @code{t} if @var{display} is a graphic display 1988This function returns @code{t} if @var{display} is a graphic display
@@ -2007,14 +1992,12 @@ false for text-only terminals.
2007@end defun 1992@end defun
2008 1993
2009@defun display-mouse-p &optional display 1994@defun display-mouse-p &optional display
2010@tindex display-mouse-p
2011@cindex mouse, availability 1995@cindex mouse, availability
2012This function returns @code{t} if @var{display} has a mouse available, 1996This function returns @code{t} if @var{display} has a mouse available,
2013@code{nil} if not. 1997@code{nil} if not.
2014@end defun 1998@end defun
2015 1999
2016@defun display-color-p &optional display 2000@defun display-color-p &optional display
2017@tindex display-color-p
2018@findex x-display-color-p 2001@findex x-display-color-p
2019This function returns @code{t} if the screen is a color screen. 2002This function returns @code{t} if the screen is a color screen.
2020It used to be called @code{x-display-color-p}, and that name 2003It used to be called @code{x-display-color-p}, and that name
@@ -2022,14 +2005,12 @@ is still supported as an alias.
2022@end defun 2005@end defun
2023 2006
2024@defun display-grayscale-p &optional display 2007@defun display-grayscale-p &optional display
2025@tindex display-grayscale-p
2026This function returns @code{t} if the screen can display shades of gray. 2008This function returns @code{t} if the screen can display shades of gray.
2027(All color displays can do this.) 2009(All color displays can do this.)
2028@end defun 2010@end defun
2029 2011
2030@defun display-supports-face-attributes-p attributes &optional display 2012@defun display-supports-face-attributes-p attributes &optional display
2031@anchor{Display Face Attribute Testing} 2013@anchor{Display Face Attribute Testing}
2032@tindex display-supports-face-attributes-p
2033This function returns non-@code{nil} if all the face attributes in 2014This function returns non-@code{nil} if all the face attributes in
2034@var{attributes} are supported (@pxref{Face Attributes}). 2015@var{attributes} are supported (@pxref{Face Attributes}).
2035 2016
@@ -2055,7 +2036,6 @@ italic.
2055@end defun 2036@end defun
2056 2037
2057@defun display-selections-p &optional display 2038@defun display-selections-p &optional display
2058@tindex display-selections-p
2059This function returns @code{t} if @var{display} supports selections. 2039This function returns @code{t} if @var{display} supports selections.
2060Windowed displays normally support selections, but they may also be 2040Windowed displays normally support selections, but they may also be
2061supported in some other cases. 2041supported in some other cases.
@@ -2069,36 +2049,30 @@ images, Emacs cannot display a tool bar.
2069@end defun 2049@end defun
2070 2050
2071@defun display-screens &optional display 2051@defun display-screens &optional display
2072@tindex display-screens
2073This function returns the number of screens associated with the display. 2052This function returns the number of screens associated with the display.
2074@end defun 2053@end defun
2075 2054
2076@defun display-pixel-height &optional display 2055@defun display-pixel-height &optional display
2077@tindex display-pixel-height
2078This function returns the height of the screen in pixels. 2056This function returns the height of the screen in pixels.
2079On a character terminal, it gives the height in characters. 2057On a character terminal, it gives the height in characters.
2080@end defun 2058@end defun
2081 2059
2082@defun display-mm-height &optional display 2060@defun display-mm-height &optional display
2083@tindex display-mm-height
2084This function returns the height of the screen in millimeters, 2061This function returns the height of the screen in millimeters,
2085or @code{nil} if Emacs cannot get that information. 2062or @code{nil} if Emacs cannot get that information.
2086@end defun 2063@end defun
2087 2064
2088@defun display-pixel-width &optional display 2065@defun display-pixel-width &optional display
2089@tindex display-pixel-width
2090This function returns the width of the screen in pixels. 2066This function returns the width of the screen in pixels.
2091On a character terminal, it gives the width in characters. 2067On a character terminal, it gives the width in characters.
2092@end defun 2068@end defun
2093 2069
2094@defun display-mm-width &optional display 2070@defun display-mm-width &optional display
2095@tindex display-mm-width
2096This function returns the width of the screen in millimeters, 2071This function returns the width of the screen in millimeters,
2097or @code{nil} if Emacs cannot get that information. 2072or @code{nil} if Emacs cannot get that information.
2098@end defun 2073@end defun
2099 2074
2100@defun display-backing-store &optional display 2075@defun display-backing-store &optional display
2101@tindex display-backing-store
2102This function returns the backing store capability of the display. 2076This function returns the backing store capability of the display.
2103Backing store means recording the pixels of windows (and parts of 2077Backing store means recording the pixels of windows (and parts of
2104windows) that are not exposed, so that when exposed they can be 2078windows) that are not exposed, so that when exposed they can be
@@ -2110,7 +2084,6 @@ when the question is inapplicable to a certain kind of display.
2110@end defun 2084@end defun
2111 2085
2112@defun display-save-under &optional display 2086@defun display-save-under &optional display
2113@tindex display-save-under
2114This function returns non-@code{nil} if the display supports the 2087This function returns non-@code{nil} if the display supports the
2115SaveUnder feature. That feature is used by pop-up windows 2088SaveUnder feature. That feature is used by pop-up windows
2116to save the pixels they obscure, so that they can pop down 2089to save the pixels they obscure, so that they can pop down
@@ -2118,14 +2091,12 @@ quickly.
2118@end defun 2091@end defun
2119 2092
2120@defun display-planes &optional display 2093@defun display-planes &optional display
2121@tindex display-planes
2122This function returns the number of planes the display supports. 2094This function returns the number of planes the display supports.
2123This is typically the number of bits per pixel. 2095This is typically the number of bits per pixel.
2124For a tty display, it is log to base two of the number of colors supported. 2096For a tty display, it is log to base two of the number of colors supported.
2125@end defun 2097@end defun
2126 2098
2127@defun display-visual-class &optional display 2099@defun display-visual-class &optional display
2128@tindex display-visual-class
2129This function returns the visual class for the screen. The value is one 2100This function returns the visual class for the screen. The value is one
2130of the symbols @code{static-gray}, @code{gray-scale}, 2101of the symbols @code{static-gray}, @code{gray-scale},
2131@code{static-color}, @code{pseudo-color}, @code{true-color}, and 2102@code{static-color}, @code{pseudo-color}, @code{true-color}, and
@@ -2133,7 +2104,6 @@ of the symbols @code{static-gray}, @code{gray-scale},
2133@end defun 2104@end defun
2134 2105
2135@defun display-color-cells &optional display 2106@defun display-color-cells &optional display
2136@tindex display-color-cells
2137This function returns the number of color cells the screen supports. 2107This function returns the number of color cells the screen supports.
2138@end defun 2108@end defun
2139 2109