From: Richard M. Stallman Date: Tue, 9 Aug 2005 23:54:01 +0000 (+0000) Subject: (Geometry): New node, split from Size and Position. X-Git-Tag: emacs-pretest-22.0.90~7658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76d47f0dda9d9c723fac4767ef9f0534873e6560;p=emacs.git (Geometry): New node, split from Size and Position. (Frame Parameters): Refer to Geometry. (Layout Parameters): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 633fdab3512..2ecdb2d89db 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,8 @@ 2005-08-09 Richard M. Stallman + * frames.texi (Geometry): New node, split from Size and Position. + (Frame Parameters): Refer to Geometry. + * buffers.texi (The Buffer List): Fix xrefs. * windows.texi (Splitting Windows): Fix xref. diff --git a/lispref/frames.texi b/lispref/frames.texi index bc6d54c41b0..10d91a094f8 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -205,6 +205,7 @@ parameters @code{foreground-color}, @code{background-color}, * 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 @@ it treats larger values as 1.) @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 @@ The argument @var{pretend} has the same meaning as in 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