annotate FTP @ 78415:73900ddc75ee

(window_min_size_2): New function. (window_min_size_1, size_window, Fdisplay_buffer) (Fsplit_window, adjust_window_trailing_edge): Use it to avoid windows without mode- or header-lines when window-min-height is too small. (size_window): Reset nodelete_p after testing it, following an earlier note by Kim F. Storm. (display_buffer): Do not set split_height_threshold to twice the value of window_min_height to avoid changing the value of a customizable variable. Rather explicitly check whether the height of the window that shall be splitted is at least as large as split_height_threshold. (Fwindow_full_width_p): New defun. (syms_of_window): Defsubr it. (Fdisplay_buffer): Use NILP. (Fset_window_scroll_bars): Likewise.
author Martin Rudalics <rudalics@gmx.at>
date Mon, 06 Aug 2007 06:44:31 +0000
parents 5e1b6a63ac46
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77212
5e1b6a63ac46 Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents: 69701
diff changeset
1 For information about how to obtain GNU Emacs and other GNU software
5e1b6a63ac46 Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents: 69701
diff changeset
2 by FTP, please see <http://www.gnu.org/order/ftp.html>.
33648
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
3
77212
5e1b6a63ac46 Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents: 69701
diff changeset
4 Information about Emacs is also available at
5e1b6a63ac46 Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents: 69701
diff changeset
5 <http://www.gnu.org/software/emacs/>.
33648
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
6