How can I start emacs with one process in the top window and another in the lower window of a frame.

Posted by kpatelPro on Stack Overflow See other posts from Stack Overflow or by kpatelPro
Published on 2010-05-21T19:06:44Z Indexed on 2010/05/21 19:10 UTC
Read the original article Hit count: 264

Filed under:
|
|

I have some processes that run from functions, i.e.: M-x run-proc1 M-x run-proc2

I would like to know what command to issue from the command line to run emacs with run-proc1 running in the upper window and run-proc2 running in the lower window.

Thanks!

© Stack Overflow or respective owner

Related posts about emacs

Related posts about emacs-lisp