Emacs how to determine window orientation?

How can I specify in the orientation of the emacs window, for example. if it was created by vertical or horizontal split? alternatively, how can I determine if the window can be resized vertically or horizontally?

in the corresponding note, is there a tutorial for programming windows emacs, for example. size, related buffers, properties, etc.?

Many thanks.

managed to dig up current-window-configurationand set-window-configuration. I'm still learning emacs, so I'm not sure what to do with the configuration object, how to modify it.

+3
source share
2 answers

, "" Emacs, ( Emacs ). , , zdav .

window-height window-width. , , , (, ) . shrink-window enlarge-window. , , , . , window-splittable-p .., .

.

+3

, . . . . //.

0

Source: https://habr.com/ru/post/1731592/


All Articles