# HG changeset patch # User Richard M. Stallman # Date 1123631590 0 # Node ID 8269d1de182b78a0994b8a08f5096d4e6cb04b23 # Parent 0fe8ff08c3b27a2b7afa5d1f027ba25e36a83568 (Geometry): New node, split from Size and Position. (Frame Parameters): Refer to Geometry. (Layout Parameters): Fix typo. diff -r 0fe8ff08c3b2 -r 8269d1de182b lispref/frames.texi --- 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