show-buffer
show-buffer is an alias for `
set-window-buffer' in `
subr.el
'.
(show-buffer
WINDOW BUFFER-OR-NAME &optional
KEEP-MARGINS)
This function is obsolete since 22.1;
use `set-window-buffer' instead.
Make
WINDOW display
BUFFER-OR-NAME.
WINDOW must be a live window and defaults to the selected one.
BUFFER-OR-NAME must be a buffer or the name of an existing buffer.
Optional third argument
KEEP-MARGINS non-nil means that
WINDOW's current
display margins, fringe widths, and scroll bar settings are preserved;
the default is to reset these from the local settings for
BUFFER-OR-NAME
or the frame defaults. Return nil.
This function throws an error when
WINDOW is strongly dedicated to its
buffer (that is `window-dedicated-p' returns t for
WINDOW) and does not
already display
BUFFER-OR-NAME.
This function runs `window-scroll-functions' before running
`window-configuration-change-hook'.