emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Thu, 30 May 2002 13:03:50 -0400

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.54 emacs/lispref/windows.texi:1.55
*** emacs/lispref/windows.texi:1.54     Thu Mar 14 04:00:46 2002
--- emacs/lispref/windows.texi  Thu May 30 13:03:50 2002
***************
*** 1967,1992 ****
  @cindex saving window information
  
    A @dfn{window configuration} records the entire layout of one
! frame---all windows, their sizes, which buffers they contain, what part
! of each buffer is displayed, and the values of point and the mark.  You
! can bring back an entire previous layout by restoring a window
! configuration previously saved.
  
!   If you want to record all frames instead of just one, use a frame
! configuration instead of a window configuration.  @xref{Frame
! Configurations}.
  
  @defun current-window-configuration &optional frame
! This function returns a new object representing @var{frame}'s
! current window configuration, including the number of windows, their
! sizes and current buffers, which window is the selected window, and for
! each window the displayed buffer, the display-start position, and the
! positions of point and the mark.  It also includes the values of
! @code{window-min-height}, @code{window-min-width} and
! @code{minibuffer-scroll-window}.  An exception is made for point in the
! current buffer, whose value is not saved.
! 
! If @var{frame} is omitted, the selected frame is used.
  @end defun
  
  @defun set-window-configuration configuration
--- 1967,1988 ----
  @cindex saving window information
  
    A @dfn{window configuration} records the entire layout of one
! frame---all windows, their sizes, which buffers they contain, what
! part of each buffer is displayed, and the values of point and the
! mark.  It also includes the values of @code{window-min-height},
! @code{window-min-width} and @code{minibuffer-scroll-window}.  An
! exception is made for point in the selected window for the current
! buffer; its value is not saved in the window configuration.
  
!   You can bring back an entire previous layout by restoring a window
! configuration previously saved.  If you want to record all frames
! instead of just one, use a frame configuration instead of a window
! configuration.  @xref{Frame Configurations}.
  
  @defun current-window-configuration &optional frame
! This function returns a new object representing @var{frame}'s current
! window configuration.  If @var{frame} is omitted, the selected frame
! is used.
  @end defun
  
  @defun set-window-configuration configuration



reply via email to

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