hi.
How do I tell in emacs window orientation, e.g. if it was created by vertical or horizontal split? alternatively, how can I tell if window can be resized vertically or horizontally?
on a related note, is there a tutorial for programming emacs windows, e.g. size, buffers associated, properties, etc.?
Thank you very much.
was able to dig up current-window-configuration
and set-window-configuration
. I am still learning emacs, so I am not sure what to do with configuration object of how to modify.