next-window-find-file - Split the current window and find file
next-window-find-file "file" (C-x 4)
next-window-find-file splits the current window into two near equal windows, and loads the given file into the current window. It is effectively a split-window-vertically(2) command followed by a find-file(2).
When there is insufficient space in the current window to perform the split, then the current window is replaced. The requested file is always displayed, if the file does not already exist it is effectively created within MicroEmacs (although it will not exist on the disk until a save operation is performed).
The numeric argument n can be used to modify the default behaviour of the command, where the bits are defined as follows:
0x01
0x02
0x04
0x08
find-file(2), next-window-find-buffer(2), split-window-vertically(2), binary(2m), crypt(2m), rbin(2m).
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12