Mercurial > emacs
changeset 64882:8269d1de182b
(Geometry): New node, split from Size and Position.
(Frame Parameters): Refer to Geometry.
(Layout Parameters): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 23:53:10 +0000 |
parents | 0fe8ff08c3b2 |
children | 848c94718037 |
files | lispref/frames.texi |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/frames.texi Tue Aug 09 23:37:15 2005 +0000 +++ b/lispref/frames.texi Tue Aug 09 23:53:10 2005 +0000 @@ -205,6 +205,7 @@ * Initial Parameters:: Specifying frame parameters when you make a frame. * Window Frame Parameters:: List of frame parameters for window systems. * Size and Position:: Changing the size and position of a frame. +* Geometry:: Parsing geometry specifications. @end menu @node Parameter Access @@ -515,7 +516,7 @@ @item line-spacing Additional space to leave below each text line, in pixels (a positive -integer). @cref{Line Height}, for more information. +integer). @xref{Line Height}, for more information. @end table @node Buffer Parameters @@ -825,6 +826,12 @@ screen, in Emacs versions that did not support multiple frames. They are semi-obsolete, but still work; they apply to the selected frame. +@node Geometry +@subsection Geometry + + Here's how to examine the data in an X-style window geometry +specification: + @defun x-parse-geometry geom @cindex geometry specification The function @code{x-parse-geometry} converts a standard X window