emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/frames.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi [lexbind]
Date: Thu, 08 Jul 2004 04:15:57 -0400

Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.60.2.7 emacs/lispref/frames.texi:1.60.2.8
*** emacs/lispref/frames.texi:1.60.2.7  Tue Jul  6 10:26:56 2004
--- emacs/lispref/frames.texi   Thu Jul  8 08:13:17 2004
***************
*** 997,1003 ****
  window object that the mouse is in; others require explicit clicks or
  commands to @dfn{shift the focus} to various window objects.  Either
  way, Emacs automatically keeps track of which frame has the focus.  To
! switch to a different frame from a lisp function, call
  @code{select-frame-set-input-focus}.
  
  Lisp programs can also switch frames ``temporarily'' by calling the
--- 997,1003 ----
  window object that the mouse is in; others require explicit clicks or
  commands to @dfn{shift the focus} to various window objects.  Either
  way, Emacs automatically keeps track of which frame has the focus.  To
! switch to a different frame from a Lisp function, call
  @code{select-frame-set-input-focus}.
  
  Lisp programs can also switch frames ``temporarily'' by calling the
***************
*** 1006,1022 ****
  until that control is somehow reasserted.
  
  When using a text-only terminal, only one frame can be displayed at a
! time on the terminal, so @code{select-frame} actually displays the
! newly selected frame.  This frame remains displayed until a subsequent
! call to @code{select-frame} or @code{select-frame-set-input-focus}.
! Each terminal frame has a number which appears in the mode line before
! the buffer name (@pxref{Mode Line Variables}).
  
  @defun select-frame-set-input-focus frame
  This function makes @var{frame} the selected frame, raises it (should
  it happen to be obscured by other frames) and tries to give it the X
! server's focus.  On a text-only terminal, the new frame gets displayed
! on the entire terminal screen.
  @end defun
  
  @c ??? This is not yet implemented properly.
--- 1006,1024 ----
  until that control is somehow reasserted.
  
  When using a text-only terminal, only one frame can be displayed at a
! time on the terminal, so after a call to @code{select-frame}, the next
! redisplay actually displays the newly selected frame.  This frame
! remains displayed until a subsequent call to @code{select-frame} or
! @code{select-frame-set-input-focus}.  Each terminal frame has a number
! which appears in the mode line before the buffer name (@pxref{Mode
! Line Variables}).
  
  @defun select-frame-set-input-focus frame
  This function makes @var{frame} the selected frame, raises it (should
  it happen to be obscured by other frames) and tries to give it the X
! server's focus.  On a text-only terminal, the next redisplay displays
! the new frame on the entire terminal screen.  The return value of this
! function is not significant.
  @end defun
  
  @c ??? This is not yet implemented properly.
***************
*** 1026,1032 ****
  the next time the user does something to select a different frame, or
  until the next time this function is called.  The specified @var{frame}
  becomes the selected frame, as explained above, and the terminal that
! @var{frame} is on becomes the selected terminal.
  
  In general, you should never use @code{select-frame} in a way that could
  switch to a different terminal without switching back when you're done.
--- 1028,1035 ----
  the next time the user does something to select a different frame, or
  until the next time this function is called.  The specified @var{frame}
  becomes the selected frame, as explained above, and the terminal that
! @var{frame} is on becomes the selected terminal.  This function
! returns @var{frame}, or @code{nil} if @var{frame} has been deleted.
  
  In general, you should never use @code{select-frame} in a way that could
  switch to a different terminal without switching back when you're done.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]