emacs, unsplit a particular window split
Posted
by
kindahero
on Stack Overflow
See other posts from Stack Overflow
or by kindahero
Published on 2011-03-19T04:17:50Z
Indexed on
2011/03/19
8:09 UTC
Read the original article
Hit count: 198
this may be stupid question, but I could not find direct solution to this. I often want to unsplit window as follows
+--------------+-------------+ +--------------+-------------+
| | | | | |
| | | | | |
| | | | | |
+--------------+ | --> | | |
| | | | | |
| | | | | |
| | | | | |
+--------------+-------------+ +--------------+-------------+
+--------------+--------------+ +-----------------------------+
| | | | |
| | | | |
| | | | |
+--------------+--------------+ --> +-----------------------------+
| | | |
| | | |
| | | |
+-----------------------------+ +-----------------------------+
currently, I start with ctrl-x 1 and then split vertically/horizontally. but my real qustion is how can one remove a particular window split with out disturbing the other window structure.? is there any elisp function in built.?
hope I frame my question correctly
© Stack Overflow or respective owner