unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "Position Parameters" in lispref/frames.texi
@ 2008-01-21  2:32 Glenn Morris
  2008-01-21  2:44 ` Glenn Morris
  2008-01-21 20:30 ` Richard Stallman
  0 siblings, 2 replies; 9+ messages in thread
From: Glenn Morris @ 2008-01-21  2:32 UTC (permalink / raw)
  To: emacs-devel


I find the documentation of `left' in the `Position Parameters' node
in frames.texi very confusing.

     The value may be a positive number POS, or a list of the form `(+
     POS)' which permits specifying a negative POS value.

What? (+ POS) permits a negative POS value?

     *Reminder:* if the parameter is a negative integer -POS, then POS
     is positive.

What? Is this just trying to explain "-(-1) = +1" ?

I propose just removing these confusing parts. It reads much better
without them.


*** frames.texi	7 Jan 2008 08:49:05 -0000	1.124.2.7
--- frames.texi	21 Jan 2008 02:27:00 -0000
***************
*** 390,404 ****
  @item left
  The screen position of the left edge, in pixels, with respect to the
  left edge of the screen.  The value may be a positive number @var{pos},
! or a list of the form @code{(+ @var{pos})} which permits specifying a
! negative @var{pos} value.
  
  A negative number @minus{}@var{pos}, or a list of the form @code{(-
  @var{pos})}, actually specifies the position of the right edge of the
  window with respect to the right edge of the screen.  A positive value
! of @var{pos} counts toward the left.  @strong{Reminder:} 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
--- 390,401 ----
  @item left
  The screen position of the left edge, in pixels, with respect to the
  left edge of the screen.  The value may be a positive number @var{pos},
! or a list of the form @code{(+ @var{pos})}.
  
  A negative number @minus{}@var{pos}, or a list of the form @code{(-
  @var{pos})}, actually specifies the position of the right edge of the
  window with respect to the right edge of the screen.  A positive value
! of @var{pos} counts toward the left.
  
  Some window managers ignore program-specified positions.  If you want to
  be sure the position you specify is not ignored, specify a

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-01-22 11:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21  2:32 "Position Parameters" in lispref/frames.texi Glenn Morris
2008-01-21  2:44 ` Glenn Morris
2008-01-21  9:32   ` martin rudalics
2008-01-22  5:50     ` Ulrich Neumerkel
2008-01-22  6:34       ` Glenn Morris
2008-01-22  6:37         ` Ulrich Neumerkel
2008-01-22 11:30     ` Richard Stallman
2008-01-21 20:30   ` Richard Stallman
2008-01-21 20:30 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).