From 76d47f0dda9d9c723fac4767ef9f0534873e6560 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 23:54:01 +0000 Subject: [PATCH] (Geometry): New node, split from Size and Position. (Frame Parameters): Refer to Geometry. (Layout Parameters): Fix typo. --- lispref/ChangeLog | 3 +++ lispref/frames.texi | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.39.2