/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.417.2.10 by miles, Tue May 11 02:39:15 2004 UTC revision 1.417.2.11 by miles, Tue Jul 6 09:14:39 2004 UTC
# Line 3270  If FRAME is nil, search only the selecte Line 3270  If FRAME is nil, search only the selecte
3270   unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,   unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,
3271   which means search visible and iconified frames.   which means search visible and iconified frames.
3272    
3273    If a full-width window on a splittable frame is available to display
3274    the buffer, it may be split, subject to the value of the variable
3275    `split-height-threshold'.
3276    
3277  If `even-window-heights' is non-nil, window heights will be evened out  If `even-window-heights' is non-nil, window heights will be evened out
3278  if displaying the buffer causes two vertically adjacent windows to be  if displaying the buffer causes two vertically adjacent windows to be
3279  displayed.  */)  displayed.  */)
# Line 3585  DEFUN ("split-window", Fsplit_window, Ss Line 3589  DEFUN ("split-window", Fsplit_window, Ss
3589  WINDOW defaults to selected one and SIZE to half its size.  WINDOW defaults to selected one and SIZE to half its size.
3590  If optional third arg HORFLAG is non-nil, split side by side  If optional third arg HORFLAG is non-nil, split side by side
3591  and put SIZE columns in the first of the pair.  In that case,  and put SIZE columns in the first of the pair.  In that case,
3592  SIZE includes that window's scroll bar, or the divider column to its right.  */)  SIZE includes that window's scroll bar, or the divider column to its right.
3593    Returns the newly-created window.  */)
3594       (window, size, horflag)       (window, size, horflag)
3595       Lisp_Object window, size, horflag;       Lisp_Object window, size, horflag;
3596  {  {
# Line 6592  See also `same-window-buffer-names'.  */ Line 6597  See also `same-window-buffer-names'.  */
6597    next_screen_context_lines = 2;    next_screen_context_lines = 2;
6598    
6599    DEFVAR_INT ("split-height-threshold", &split_height_threshold,    DEFVAR_INT ("split-height-threshold", &split_height_threshold,
6600                doc: /* *display-buffer would prefer to split the largest window if this large.                doc: /* *A window must be at least this tall to be eligible for splitting by `display-buffer'.
6601  If there is only one window, it is split regardless of this value.  */);  If there is only one window, it is split regardless of this value.  */);
6602    split_height_threshold = 500;    split_height_threshold = 500;
6603    

Legend:
Removed from v.1.417.2.10  
changed lines
  Added in v.1.417.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26