# HG changeset patch # User Richard M. Stallman # Date 804194726 0 # Node ID 35668330115e6a52493b5060c47d9bac4fe202c5 # Parent caca393b084c5aee8c918b9f07443b23005d034e Clarify need for user-position to get left and top obeyed. diff -r caca393b084c -r 35668330115e lispref/frames.texi --- a/lispref/frames.texi Mon Jun 26 17:04:47 1995 +0000 +++ b/lispref/frames.texi Mon Jun 26 19:25:26 1995 +0000 @@ -280,6 +280,10 @@ of @var{pos} counts toward the left. If the parameter is a negative integer @minus{}@var{pos} then @var{pos} is positive! +Some window managers ignore program-specified positions. If you want to +be sure the position you specify is not ignored, specify a +non-@code{nil} value for the @code{user-position} parameter as well. + @item top The screen position of the top edge, in pixels, with respect to the top edge of the screen. The value may be a positive number @var{pos}, @@ -292,6 +296,10 @@ of @var{pos} counts toward the top. If the parameter is a negative integer @minus{}@var{pos} then @var{pos} is positive! +Some window managers ignore program-specified positions. If you want to +be sure the position you specify is not ignored, specify a +non-@code{nil} value for the @code{user-position} parameter as well. + @item icon-left The screen position of the left edge @emph{of the frame's icon}, in pixels, counting from the left edge of the screen. This takes effect if