diff options
| author | Richard M. Stallman | 2005-08-09 23:54:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 23:54:01 +0000 |
| commit | 76d47f0dda9d9c723fac4767ef9f0534873e6560 (patch) | |
| tree | 2fe3281212139803cd041992527be1df2607237e | |
| parent | 67ec7f41d043a895556e581b6d035fa4906dabd1 (diff) | |
| download | emacs-76d47f0dda9d9c723fac4767ef9f0534873e6560.tar.gz emacs-76d47f0dda9d9c723fac4767ef9f0534873e6560.zip | |
(Geometry): New node, split from Size and Position.
(Frame Parameters): Refer to Geometry.
(Layout Parameters): Fix typo.
| -rw-r--r-- | lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | lispref/frames.texi | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 633fdab3512..2ecdb2d89db 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-08-09 Richard M. Stallman <rms@gnu.org> | 1 | 2005-08-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * frames.texi (Geometry): New node, split from Size and Position. | ||
| 4 | (Frame Parameters): Refer to Geometry. | ||
| 5 | |||
| 3 | * buffers.texi (The Buffer List): Fix xrefs. | 6 | * buffers.texi (The Buffer List): Fix xrefs. |
| 4 | 7 | ||
| 5 | * windows.texi (Splitting Windows): Fix xref. | 8 | * 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}, | |||
| 205 | * Initial Parameters:: Specifying frame parameters when you make a frame. | 205 | * Initial Parameters:: Specifying frame parameters when you make a frame. |
| 206 | * Window Frame Parameters:: List of frame parameters for window systems. | 206 | * Window Frame Parameters:: List of frame parameters for window systems. |
| 207 | * Size and Position:: Changing the size and position of a frame. | 207 | * Size and Position:: Changing the size and position of a frame. |
| 208 | * Geometry:: Parsing geometry specifications. | ||
| 208 | @end menu | 209 | @end menu |
| 209 | 210 | ||
| 210 | @node Parameter Access | 211 | @node Parameter Access |
| @@ -515,7 +516,7 @@ it treats larger values as 1.) | |||
| 515 | 516 | ||
| 516 | @item line-spacing | 517 | @item line-spacing |
| 517 | Additional space to leave below each text line, in pixels (a positive | 518 | Additional space to leave below each text line, in pixels (a positive |
| 518 | integer). @cref{Line Height}, for more information. | 519 | integer). @xref{Line Height}, for more information. |
| 519 | @end table | 520 | @end table |
| 520 | 521 | ||
| 521 | @node Buffer Parameters | 522 | @node Buffer Parameters |
| @@ -825,6 +826,12 @@ The argument @var{pretend} has the same meaning as in | |||
| 825 | screen, in Emacs versions that did not support multiple frames. They | 826 | screen, in Emacs versions that did not support multiple frames. They |
| 826 | are semi-obsolete, but still work; they apply to the selected frame. | 827 | are semi-obsolete, but still work; they apply to the selected frame. |
| 827 | 828 | ||
| 829 | @node Geometry | ||
| 830 | @subsection Geometry | ||
| 831 | |||
| 832 | Here's how to examine the data in an X-style window geometry | ||
| 833 | specification: | ||
| 834 | |||
| 828 | @defun x-parse-geometry geom | 835 | @defun x-parse-geometry geom |
| 829 | @cindex geometry specification | 836 | @cindex geometry specification |
| 830 | The function @code{x-parse-geometry} converts a standard X window | 837 | The function @code{x-parse-geometry} converts a standard X window |