The x and y arguments are the pixel coordinates of the new window's top left corner in the display. The width and height arguments are the size of the window in columns and rows of characters respectively.
What happens when the position and size of the window is undefined will depend on the underlying window system, on the Amiga the window will probably be the same as the current window, in X11 the window manager will probably let the user size it interactively.
The new window will have its buffer-list variable initialised
suitably and it will be added to the head of the window-list
variable.
The make-window function is the lowest level of creating a new
window, open-window uses it to open the window.
open-window function. The window
will display the current buffer.
After the window is created the make-window-hook will be called
with the window as its argument.
When a window is opened it inherits this value from the current window at the time.
Go to the first, previous, next, last section, table of contents.