Page 1 of 1

Display at starting

Posted: Thu Apr 29, 2010 9:56 am
by artemis01
Hello,

When I launch emacs, I would like it to have three buffers disposed that way:

-----------------------
|.............|.......|
|.............|.......|
|.............|-------|
|.............|.......|
|.............|.......|
-----------------------

and such that the length of the buffer on the left is 72 characters long.

How can I do that?

Thanks!

Re: Display at starting

Posted: Thu Apr 29, 2010 2:05 pm
by Jasper
C-x 3, C-x 2, C-x 1 to make it just one again.. A quick lookup the function is split-window-vertically, split-window-horizontally, and delete-window, delete-other-windows to remove it again. C-x o, other-window, switches window. And there is enlarge-window, enlarge-window-horizontally, hmm, really repeating what the link says here..

Re: Display at starting

Posted: Mon May 03, 2010 2:30 am
by artemis01
Thank you very much, I managed to do what I wanted to do. :)